solid_storage 0.1.0 → 0.1.1

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: a8f89a01c7211be77a1c7dcb74fe3480c419161a94da0361cbfbd41744e5cdfd
4
- data.tar.gz: 479ad5ec90754640e64e0f42d75ca8368bb2b6f5c84af394354a1fef7ce8a655
3
+ metadata.gz: da33fbf673440b70c1c015cadeb895e9d375f54a17653945189966568abbe1ec
4
+ data.tar.gz: 16a10c9192a0191881769f790ab827314fccd77b2e2dcf93b7a0b72c4a30b033
5
5
  SHA512:
6
- metadata.gz: adc433251f4bdf44454cdc0b541977f909786969beef04c056d96ec6da171852c1c2f695b68a56750f5416273ff83161619c73742aebfa44859769c639875cf0
7
- data.tar.gz: 00cab3fcf0359e82363a7f6251f116bd98c4b3699f8ba183982c8739333a1c1ca73cd392dffa8fea5aa361a82dc9d73fe93ae498ea2ac4f71bdd8e9c469f82f6
6
+ metadata.gz: e701cbfd6be9483bc5f00680e3af4f05d20e007a8e8fff3517a3aa704c9afc453760b142b2c648995217192f1c8df04c1fda6663c6c303b6703b8e77cfdc244d
7
+ data.tar.gz: 2f28f1413af7e71b30c2f25f6920f43c219c410f961337ca36ec5c0c71efc424569db245df4f526cd375f232a712096498a8193136e9fa81a9fd166a918fb51a
@@ -1,5 +1,13 @@
1
1
  module SolidStorage
2
2
  class Engine < ::Rails::Engine
3
3
  isolate_namespace SolidStorage
4
+
5
+ config.solid_storage = ActiveSupport::OrderedOptions.new
6
+
7
+ initializer "solid_storage.config" do
8
+ config.solid_storage.each do |name, value|
9
+ SolidStorage.public_send(:"#{name}=", value)
10
+ end
11
+ end
4
12
  end
5
13
  end
@@ -1,3 +1,3 @@
1
1
  module SolidStorage
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solid_storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Pezza