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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 617b75e0653ccf7f6cd5990ed5484810d48d08e799a1d8e6b526208499fbbe14
4
- data.tar.gz: c9a057c7b0fa2f0e1ae3fa34cdfbdd0fd573113ee8002731756952815a6c2f7a
3
+ metadata.gz: f15209743380769e63fc076ba0fe33f64a2938252c3f801ceb970d92e6a05714
4
+ data.tar.gz: 25bf085067e7a34a508ca2e439b34ca516aca5d9244efa2990b23e4849a73052
5
5
  SHA512:
6
- metadata.gz: b5ed356d38908f1a8db01006504b87eb74d731b0c7dc71dc7a6df9d006ad511ca795f001daac49184272959e5dd021831a544dd86b8426eafadd6fbf265d748c
7
- data.tar.gz: '058d004053ece9aeb7600162b68d5a595641b6d052c3bb3726f65451e182bd1cdedd6e36b2a88e4145d26a0f54dd5929fabadd189b1e253b5cc1f673a7b9abfd'
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 ["senid231@gmail.com"](mailto:"senid231@gmail.com").
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
@@ -496,7 +496,7 @@ bundle exec rubocop
496
496
  ## Contributing
497
497
 
498
498
  Bug reports and pull requests are welcome on GitHub at
499
- <https://github.com/senid231/anyway_app_config>.
499
+ <https://github.com/didww/anyway_app_config>.
500
500
 
501
501
  ## License
502
502
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AnywayAppConfig
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
5
5
  end
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.1
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
- - senid231@gmail.com
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/senid231/anyway_app_config
61
+ homepage: https://github.com/didww/anyway_app_config
62
62
  licenses:
63
63
  - MIT
64
64
  metadata:
65
- homepage_uri: https://github.com/senid231/anyway_app_config
66
- source_code_uri: https://github.com/senid231/anyway_app_config
67
- changelog_uri: https://github.com/senid231/anyway_app_config/blob/master/CHANGELOG.md
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: