ssm_config 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 115701f1d8e969dd129881f0b9d1a01f1eca4650
4
- data.tar.gz: 2afdde11a404a03afb90304e7f143c7229e6b526
2
+ SHA256:
3
+ metadata.gz: 62ee2af26eb305962b5a1c4f019b5a16b847de0b5b4b482bb7c077c958a8cf32
4
+ data.tar.gz: c7665892a5d0900d5923549dd9c08196adeb8fb854879f13f46e44a038158b25
5
5
  SHA512:
6
- metadata.gz: 7137425620957e62a69fd61ecbc69cc81547adf31d09fd9ca684794bbba3dd195dd4c4d1d573bcee3997bb778c2b513a924e493f8b3d3853d7be8151de577bfd
7
- data.tar.gz: 99d9d54ceb6e5e2c7d7bfa04ccab5a3b6e0eb5f30ae21d0dfc045141e8e5d23e07f74dc45db659d998ee2566e894cf5d5c87843f857d334afd1a83a2f585fbb5
6
+ metadata.gz: ba9d0c438b9147d33d95ad07eee3224f05b1a77a4e3b930e15c476b98a1a4a38dfbad6797491e648c213f0ed231e22f11c59a2b84809c6424f05f6c078e4b58f
7
+ data.tar.gz: 768c01d819f2af815c1788359870a3626257a39021129bc460b50850d9161f600d0de2c92ee0f52303af54523a845a3b2097bfd52c9cb8850999a62c6ebe7137
data/README.md CHANGED
@@ -44,7 +44,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
44
44
 
45
45
  ## Contributing
46
46
 
47
- Bug reports and pull requests are welcome on GitHub at https://github.com/Santiago Herrera/ssm_config. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
47
+ Bug reports and pull requests are welcome on GitHub at https://github.com/bodyshopbidsdotcom/ssm_config. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
48
48
 
49
49
 
50
50
  ## License
data/lib/ssm_config.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  class SsmConfig
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
 
4
4
  class << self
5
5
 
data/ssm_config.gemspec CHANGED
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
30
30
  spec.add_development_dependency "bundler", "~> 1.14"
31
31
  spec.add_development_dependency "rake", "~> 10.0"
32
32
  spec.add_development_dependency "rspec", "~> 3.0"
33
- spec.add_dependency "rails", ">= 3", "< 6"
33
+ spec.add_dependency "rails", ">= 3", "< 7"
34
34
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssm_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Herrera
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-17 00:00:00.000000000 Z
11
+ date: 2022-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -61,7 +61,7 @@ dependencies:
61
61
  version: '3'
62
62
  - - "<"
63
63
  - !ruby/object:Gem::Version
64
- version: '6'
64
+ version: '7'
65
65
  type: :runtime
66
66
  prerelease: false
67
67
  version_requirements: !ruby/object:Gem::Requirement
@@ -71,8 +71,8 @@ dependencies:
71
71
  version: '3'
72
72
  - - "<"
73
73
  - !ruby/object:Gem::Version
74
- version: '6'
75
- description:
74
+ version: '7'
75
+ description:
76
76
  email:
77
77
  - santiago@snapsheet.me
78
78
  executables: []
@@ -96,7 +96,7 @@ licenses:
96
96
  - MIT
97
97
  metadata:
98
98
  allowed_push_host: https://rubygems.org
99
- post_install_message:
99
+ post_install_message:
100
100
  rdoc_options: []
101
101
  require_paths:
102
102
  - lib
@@ -111,9 +111,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  - !ruby/object:Gem::Version
112
112
  version: '0'
113
113
  requirements: []
114
- rubyforge_project:
115
- rubygems_version: 2.6.8
116
- signing_key:
114
+ rubygems_version: 3.2.33
115
+ signing_key:
117
116
  specification_version: 4
118
117
  summary: YML file loader and parser for Rails
119
118
  test_files: []