anyway_app_config 0.3.1 → 0.3.2
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/CODE_OF_CONDUCT.md +1 -1
- data/README.md +1 -1
- data/lib/anyway_app_config/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f15209743380769e63fc076ba0fe33f64a2938252c3f801ceb970d92e6a05714
|
|
4
|
+
data.tar.gz: 25bf085067e7a34a508ca2e439b34ca516aca5d9244efa2990b23e4849a73052
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69b6647a63550a36bb9f2006edd6e302b4cd42c65cdf4e3ff8b14014687bb64e40e044ade6f8224b7c1220a204fe1676fb91a2b18ea11e38655744ffb6d56c79
|
|
7
|
+
data.tar.gz: 001017dc9adc24a66f92a72fbf2a8da07b524f6616d65c66d192607f66464c4daa8e4a2a7b0a286229e48efd272ce4d02ad9223cce1cd2eef2024968f4e6d566
|
data/CODE_OF_CONDUCT.md
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* When interpreting the words and actions of others, participants should always assume good intentions.
|
|
8
8
|
* Behaviour which can be reasonably considered harassment will not be tolerated.
|
|
9
9
|
|
|
10
|
-
If you have any concerns about behaviour within this project, please contact us at ["
|
|
10
|
+
If you have any concerns about behaviour within this project, please contact us at ["denis.t@didww.com"](mailto:"denis.t@didww.com").
|
data/README.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: anyway_app_config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Denis Talakevich
|
|
@@ -43,7 +43,7 @@ description: |
|
|
|
43
43
|
nested objects (single or array). Configs can be used as plain instances
|
|
44
44
|
or as singletons, and load values from YAML and ENV via anyway_config.
|
|
45
45
|
email:
|
|
46
|
-
-
|
|
46
|
+
- denis.t@didww.com
|
|
47
47
|
executables: []
|
|
48
48
|
extensions: []
|
|
49
49
|
extra_rdoc_files: []
|
|
@@ -58,13 +58,13 @@ files:
|
|
|
58
58
|
- lib/anyway_app_config/loaders/flat_yaml.rb
|
|
59
59
|
- lib/anyway_app_config/singleton.rb
|
|
60
60
|
- lib/anyway_app_config/version.rb
|
|
61
|
-
homepage: https://github.com/
|
|
61
|
+
homepage: https://github.com/didww/anyway_app_config
|
|
62
62
|
licenses:
|
|
63
63
|
- MIT
|
|
64
64
|
metadata:
|
|
65
|
-
homepage_uri: https://github.com/
|
|
66
|
-
source_code_uri: https://github.com/
|
|
67
|
-
changelog_uri: https://github.com/
|
|
65
|
+
homepage_uri: https://github.com/didww/anyway_app_config
|
|
66
|
+
source_code_uri: https://github.com/didww/anyway_app_config
|
|
67
|
+
changelog_uri: https://github.com/didww/anyway_app_config/blob/master/CHANGELOG.md
|
|
68
68
|
rubygems_mfa_required: 'true'
|
|
69
69
|
rdoc_options: []
|
|
70
70
|
require_paths:
|