secret_config 0.8.0 → 0.10.3

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.
@@ -4,6 +4,6 @@ require "yaml"
4
4
  require "minitest/autorun"
5
5
  require "minitest/reporters"
6
6
  require "secret_config"
7
- require "awesome_print"
7
+ require "amazing_print"
8
8
 
9
9
  Minitest::Reporters.use! Minitest::Reporters::SpecReporter.new
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: secret_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reid Morrison
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-29 00:00:00.000000000 Z
11
+ date: 2021-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -24,18 +24,18 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- description:
27
+ description:
28
28
  email:
29
29
  - reidmo@gmail.com
30
30
  executables:
31
- - secret_config
31
+ - secret-config
32
32
  extensions: []
33
33
  extra_rdoc_files: []
34
34
  files:
35
35
  - LICENSE
36
36
  - README.md
37
37
  - Rakefile
38
- - bin/secret_config
38
+ - bin/secret-config
39
39
  - lib/secret_config.rb
40
40
  - lib/secret_config/cli.rb
41
41
  - lib/secret_config/config.rb
@@ -63,7 +63,7 @@ homepage: https://github.com/rocketjob/secret_config
63
63
  licenses:
64
64
  - Apache-2.0
65
65
  metadata: {}
66
- post_install_message:
66
+ post_install_message:
67
67
  rdoc_options: []
68
68
  require_paths:
69
69
  - lib
@@ -78,17 +78,17 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
- rubygems_version: 3.0.8
82
- signing_key:
81
+ rubygems_version: 3.2.3
82
+ signing_key:
83
83
  specification_version: 4
84
84
  summary: Centralized Configuration and Secrets Management for Ruby and Rails applications.
85
85
  test_files:
86
86
  - test/config/application.yml
87
- - test/providers/ssm_test.rb
87
+ - test/parser_test.rb
88
88
  - test/providers/file_test.rb
89
+ - test/providers/ssm_test.rb
89
90
  - test/registry_test.rb
91
+ - test/secret_config_test.rb
90
92
  - test/setting_interpolator_test.rb
91
- - test/parser_test.rb
92
93
  - test/test_helper.rb
93
94
  - test/utils_test.rb
94
- - test/secret_config_test.rb