lono-pro 0.4.5 → 0.4.6
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/CHANGELOG.md +3 -0
- data/lib/lono/pro/help/code/convert.md +1 -1
- data/lib/lono/pro/help/code/import.md +2 -1
- data/lib/lono/pro/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44135091fe26622bcf15f190d99d15304e4d42ec6870683d4532e0899cd561c0
|
|
4
|
+
data.tar.gz: dd19339c4e8acb97f5e5df63904e637c0ae72a5ac20b9f0d27fd4b02f655e3ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d18efd211e2fc8f43b438d8c7747b7abfd9e2708667546154d97b1fa637a91966daac2ff6c58fbe8d198ae13ca08069d260b070bcdc0d175c7b18e50c14517bd
|
|
7
|
+
data.tar.gz: a39ceca84af1c19f71411ee7d52fe91c3ee2e6708bc33c546f761f12cb7e0bccf83f4ece78d3b13663a6ce12c2279b06d1d8f2585376081a1fb541453ec2e4f7
|
data/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
## Example with Output
|
|
8
8
|
|
|
9
9
|
$ lono code convert https://s3-us-east-2.amazonaws.com/cloudformation-templates-us-east-2/AutoScalingMultiAZWithNotifications.template
|
|
10
|
-
INFO: The ruby syntax is
|
|
10
|
+
INFO: The ruby syntax is valid
|
|
11
11
|
INFO: Translated ruby code below:
|
|
12
12
|
|
|
13
13
|
aws_template_format_version "2010-09-09"
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
## Example with Output
|
|
8
8
|
|
|
9
|
-
$
|
|
9
|
+
$ URL=https://s3-us-east-2.amazonaws.com/cloudformation-templates-us-east-2/AutoScalingMultiAZWithNotifications.template
|
|
10
|
+
$ lono code import $URL --blueprint asg
|
|
10
11
|
Template imported to: blueprints/asg/app/templates/asg.rb
|
|
11
12
|
Params file created at configs/asg/development.txt
|
|
12
13
|
$
|
data/lib/lono/pro/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lono-pro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tung Nguyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-10-
|
|
11
|
+
date: 2019-10-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: zeitwerk
|