app_config 2.3.0 → 2.3.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 +4 -4
- data/Gemfile.lock +1 -1
- data/app_config.gemspec +2 -0
- data/lib/app_config/storage/mongo.rb +1 -0
- data/lib/app_config/storage/postgres.rb +1 -0
- data/lib/app_config/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 089295fe6570693687189c8bf48b762741ed4a19
|
|
4
|
+
data.tar.gz: bd621ae9f22c26f2486d6a4e6b905a8289e48089
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d19ce9e2ff7a7d95061b09ff821d82c433c855ac6cb16d5374f8f1f530e77ae0d2d74f836723c95f3948bc346b81280f556fd19adaf39218557f683a9cc67d4
|
|
7
|
+
data.tar.gz: 4f862e5befb0fe94604d4a69386b9f11059f55778b363b724acc5d840b342b3019dab0303d90ca91a460d1fcd22d18ad434b92435b01fa7bf853ac09c66083ec
|
data/Gemfile.lock
CHANGED
data/app_config.gemspec
CHANGED
|
@@ -9,6 +9,8 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.email = ['oshuma@gmail.com']
|
|
10
10
|
s.homepage = 'http://oshuma.github.io/app_config'
|
|
11
11
|
|
|
12
|
+
s.license = 'MIT'
|
|
13
|
+
|
|
12
14
|
s.summary = %q{Quick and easy application configuration.}
|
|
13
15
|
s.description = %q{An easy to use, framework agnostic, customizable library to easily store and retrieve application configuration.}
|
|
14
16
|
|
data/lib/app_config/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: app_config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dale Campbell
|
|
@@ -157,7 +157,8 @@ files:
|
|
|
157
157
|
- spec/fixtures/app_config.yml
|
|
158
158
|
- spec/spec_helper.rb
|
|
159
159
|
homepage: http://oshuma.github.io/app_config
|
|
160
|
-
licenses:
|
|
160
|
+
licenses:
|
|
161
|
+
- MIT
|
|
161
162
|
metadata: {}
|
|
162
163
|
post_install_message:
|
|
163
164
|
rdoc_options:
|