Skip to content

Commit 4a6e7e8

Browse files
authored
Merge pull request #34 from blocknotes/chore/bump-to-version-1.2.0
chore: bump to version 1.2.0
2 parents 12faf23 + 9979f2d commit 4a6e7e8

12 files changed

Lines changed: 13 additions & 12 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.tool-versions
2+
13
.bundle/
24
log/*.log
35
pkg/

.tool-versions

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
An Active Storage service upload/download plugin that stores files in a PostgreSQL or MySQL database.
1212

1313
Main features:
14-
- supports Rails _6.0_, _6.1_ and _7.0_;
14+
- attachment data stored in a binary field (or blob);
1515
- all service methods implemented;
16-
- attachment data stored in a binary field (or blob).
16+
- supports Rails _6_ and _7_.
1717

1818
Useful also with platforms like Heroku (due to their ephemeral file system).
1919

gemfiles/rails_6_0_mysql.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_db (1.1.2)
4+
active_storage_db (1.2.0)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_6_0_postgres.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_db (1.1.2)
4+
active_storage_db (1.2.0)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_6_1_mysql.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_db (1.1.2)
4+
active_storage_db (1.2.0)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_6_1_postgres.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_db (1.1.2)
4+
active_storage_db (1.2.0)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_7_0_mysql.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_db (1.1.2)
4+
active_storage_db (1.2.0)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_7_0_postgres.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_db (1.1.2)
4+
active_storage_db (1.2.0)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

gemfiles/rails_7_1_mysql.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_db (1.1.2)
4+
active_storage_db (1.2.0)
55
activestorage (>= 6.0)
66
rails (>= 6.0)
77

0 commit comments

Comments
 (0)