active_storage_db 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5badec24c31c5731ad428313fb458e6282e3e8006edad239581bc2fd73d3db72
4
- data.tar.gz: df260e3805a1d3ca52d8a105faa1e3bee0adbcc4545f1e61eea44a24a2600abe
3
+ metadata.gz: 04f1f6b11bd4f309f70bba12b7bfbc853dfe16db12a32c69dab387ba7b3f4524
4
+ data.tar.gz: 003e6eac89a1df52614d1317475c421a9a268a37bb4d7b32062375c7fd38d3de
5
5
  SHA512:
6
- metadata.gz: 776d212df5f29c405074ff0093fb1091cbf0eca5ae8bbce5c639eb2c3fb3346d80860e980e7afe25b4dfb36e37128fe0ed8a08179cd1d573b03f86770165386e
7
- data.tar.gz: 5cd28f3391c22d923b14fc270a334a97bfe209ca18c85d7218f43b79f7480187bf330a6459b32a1be6b1ab3244d494058e01e8200dd562ab36819e8e63f244ca
6
+ metadata.gz: c45de9074727370f3a9ddcf8a4df2a9abc4f76187319ff09aa608edc6adebcb4ac1e3b3e890067a00feea5771b98458f0c43965d41d828677514b4e3b41262ff
7
+ data.tar.gz: 32de4a6b6e79af956df21fe811a7ea538e74801c17482a99d0e76df85e8575fd955628d6baab456c52d9c26a657e33b84b16fb2172e0b07c24ae3b749466be77
data/README.md CHANGED
@@ -6,6 +6,8 @@ Main features:
6
6
  - data is saved using a binary field (or blob);
7
7
  - RSpec tests.
8
8
 
9
+ Useful also with platforms like Heroku (due to their ephemeral file system).
10
+
9
11
  ## Installation
10
12
  - Setup Active Storage in your Rails application
11
13
  - Add this line to your Gemfile: `gem 'active_storage_db'`
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveStorageDB
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_storage_db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattia Roccoberton
@@ -208,7 +208,7 @@ dependencies:
208
208
  version: '0.18'
209
209
  description: An ActiveStorage service plugin to store files in database.
210
210
  email:
211
- - mattiaroccoberton@nebulab.it
211
+ - mat@blocknot.es
212
212
  executables: []
213
213
  extensions: []
214
214
  extra_rdoc_files: []
@@ -227,7 +227,7 @@ files:
227
227
  - lib/active_storage_db/engine.rb
228
228
  - lib/active_storage_db/version.rb
229
229
  - lib/tasks/active_storage_db_tasks.rake
230
- homepage: https://blocknot.es
230
+ homepage: https://github.com/blocknotes/active_storage_db
231
231
  licenses:
232
232
  - MIT
233
233
  metadata: {}