cfhighlander 0.2.0 → 0.2.1.alpha.9
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
- metadata +19 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c843580ea08fd06a4382a86527ed66bdbb166ec43477914ec526712faa412ecc
|
|
4
|
+
data.tar.gz: 86a30fe4246b680e411b9abdda816700fb677845dfb2cc5a9df5748c9831a201
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26ee5649ff776f742812da01b588f39d881660bdd8552a11d1db0dd4ac6a1b53f50e379bdf9391008a5628959960de4cd558c3e375111814a289ebed868712e5
|
|
7
|
+
data.tar.gz: 1982363a91ee67faeae8d75bbebce0ad53def228be3efc30c295d00a5b8ea13fb1ac6c63f324021129053e69f393394e12e00ae1d52d205696b6e35f1df49437
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cfhighlander
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1.alpha.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nikola Tosic
|
|
@@ -191,8 +191,22 @@ dependencies:
|
|
|
191
191
|
- - "<"
|
|
192
192
|
- !ruby/object:Gem::Version
|
|
193
193
|
version: '2'
|
|
194
|
+
- !ruby/object:Gem::Dependency
|
|
195
|
+
name: rspec
|
|
196
|
+
requirement: !ruby/object:Gem::Requirement
|
|
197
|
+
requirements:
|
|
198
|
+
- - "~>"
|
|
199
|
+
- !ruby/object:Gem::Version
|
|
200
|
+
version: '3.7'
|
|
201
|
+
type: :development
|
|
202
|
+
prerelease: false
|
|
203
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
204
|
+
requirements:
|
|
205
|
+
- - "~>"
|
|
206
|
+
- !ruby/object:Gem::Version
|
|
207
|
+
version: '3.7'
|
|
194
208
|
description: ''
|
|
195
|
-
email:
|
|
209
|
+
email: theonestackcfhighlander@gmail.com
|
|
196
210
|
executables:
|
|
197
211
|
- cfhighlander
|
|
198
212
|
extensions: []
|
|
@@ -236,12 +250,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
236
250
|
version: '0'
|
|
237
251
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
238
252
|
requirements:
|
|
239
|
-
- - "
|
|
253
|
+
- - ">"
|
|
240
254
|
- !ruby/object:Gem::Version
|
|
241
|
-
version:
|
|
255
|
+
version: 1.3.1
|
|
242
256
|
requirements: []
|
|
243
257
|
rubyforge_project:
|
|
244
|
-
rubygems_version: 2.7.
|
|
258
|
+
rubygems_version: 2.7.7
|
|
245
259
|
signing_key:
|
|
246
260
|
specification_version: 4
|
|
247
261
|
summary: DSL on top of cfndsl. Manage libraries of cloudformation components
|