cfhighlander 0.3.0.alpha.1531277099 → 0.3.0.alpha.1531308925
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/bin/cfcompile +4 -0
- data/bin/cfpublish +4 -0
- metadata +5 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c12a4a3a77776adcce725b79b5b4465c9c4309f0555ed98e9e29c85712ff2c1
|
4
|
+
data.tar.gz: bce88d0ea70c76e55e5da59239f5487a1281b17984bd2eabe16a5e0a08b481b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 682eee35713ca1922848cf399de60fc8ffdce092c31ec358408fd32eb0ad78638f95a7b3706ec68558e67a1912f5e94cca48ba9eac3d5733811bff91d452c191
|
7
|
+
data.tar.gz: fbb63313080792008f8bfc356a385a334148a910eebbfd14fac424b724caa74e8911565b15cd37a9830979f947b56ecd2dcc657e5fc65a2548e75e398660ab8f
|
data/bin/cfcompile
ADDED
data/bin/cfpublish
ADDED
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.3.0.alpha.
|
4
|
+
version: 0.3.0.alpha.1531308925
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nikola Tosic
|
@@ -229,12 +229,16 @@ description: ''
|
|
229
229
|
email: theonestackcfhighlander@gmail.com
|
230
230
|
executables:
|
231
231
|
- cfhighlander
|
232
|
+
- cfcompile
|
233
|
+
- cfpublish
|
232
234
|
extensions: []
|
233
235
|
extra_rdoc_files: []
|
234
236
|
files:
|
235
237
|
- README.md
|
238
|
+
- bin/cfcompile
|
236
239
|
- bin/cfhighlander
|
237
240
|
- bin/cfhighlander.rb
|
241
|
+
- bin/cfpublish
|
238
242
|
- cfndsl_ext/config/managed_policies.yaml
|
239
243
|
- cfndsl_ext/iam_helper.rb
|
240
244
|
- cfndsl_ext/lambda_helper.rb
|