app_config 2.7.0 → 2.7.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 +5 -5
- data/lib/app_config/version.rb +1 -1
- metadata +11 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: e42b69b0c41c0327bb7a7ef8dce798a36c73e3fca75716503bc3bf54c4bf78f7
|
|
4
|
+
data.tar.gz: f7a104ef8bece9c3eb8eee3da4eff6d014faf3e119a9713403abc03f461fa2f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 567581fff5192e914fc5f845dd122f7b7a5fdd172e1b1d3d547cf1da6194dece0fbda9d8b1c812e283074e2a26cc56153dbebe6dd3bd082dc3796875a339e04b
|
|
7
|
+
data.tar.gz: 71743128e40ca39bf090508a5eb8f610aec3001a7096d1e2c550bfa457a8a43ab66f7c13ed32bb0e6b79e98c3e115aca23d3627611591a5434a7e7d7d08b5f92
|
data/lib/app_config/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: app_config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.7.
|
|
4
|
+
version: 2.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dale Campbell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bson
|
|
@@ -156,14 +156,14 @@ dependencies:
|
|
|
156
156
|
requirements:
|
|
157
157
|
- - "~>"
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
|
-
version: 0.9.
|
|
159
|
+
version: 0.9.20
|
|
160
160
|
type: :development
|
|
161
161
|
prerelease: false
|
|
162
162
|
version_requirements: !ruby/object:Gem::Requirement
|
|
163
163
|
requirements:
|
|
164
164
|
- - "~>"
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
|
-
version: 0.9.
|
|
166
|
+
version: 0.9.20
|
|
167
167
|
description: An easy to use, framework agnostic, customizable library to easily store
|
|
168
168
|
and retrieve application configuration.
|
|
169
169
|
email:
|
|
@@ -204,20 +204,19 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
204
204
|
- !ruby/object:Gem::Version
|
|
205
205
|
version: '0'
|
|
206
206
|
requirements: []
|
|
207
|
-
|
|
208
|
-
rubygems_version: 2.5.2.1
|
|
207
|
+
rubygems_version: 3.0.3
|
|
209
208
|
signing_key:
|
|
210
209
|
specification_version: 4
|
|
211
210
|
summary: Quick and easy application configuration.
|
|
212
211
|
test_files:
|
|
213
|
-
- lib/app_config/error.rb
|
|
214
|
-
- lib/app_config/version.rb
|
|
215
|
-
- lib/app_config/storage/base.rb
|
|
216
|
-
- lib/app_config/storage/postgres.rb
|
|
217
|
-
- lib/app_config/storage/mongo.rb
|
|
218
212
|
- lib/app_config/storage/yaml.rb
|
|
213
|
+
- lib/app_config/storage/config_data.rb
|
|
219
214
|
- lib/app_config/storage/sqlite.rb
|
|
215
|
+
- lib/app_config/storage/base.rb
|
|
216
|
+
- lib/app_config/storage/mongo.rb
|
|
220
217
|
- lib/app_config/storage/mysql.rb
|
|
221
|
-
- lib/app_config/storage/
|
|
218
|
+
- lib/app_config/storage/postgres.rb
|
|
222
219
|
- lib/app_config/storage.rb
|
|
220
|
+
- lib/app_config/error.rb
|
|
221
|
+
- lib/app_config/version.rb
|
|
223
222
|
- lib/app_config.rb
|