lono-pro 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62406504c9cf68b2d273d192e7ecda14da07d2fbf3e18266d240de5980bcbfda
4
- data.tar.gz: 63676356f8dd0f279bd5984162cac24f3f47693dca48fb8ad39de145434f343b
3
+ metadata.gz: 44135091fe26622bcf15f190d99d15304e4d42ec6870683d4532e0899cd561c0
4
+ data.tar.gz: dd19339c4e8acb97f5e5df63904e637c0ae72a5ac20b9f0d27fd4b02f655e3ba
5
5
  SHA512:
6
- metadata.gz: 5c83d55ac75320883501e0ec4eb1bc437b4ac1d5ff03ef2f8ec84d200202bfb987f5da880fe014dfbd18caa67dd05361d54164c93bc82cb7d6cff5962111e65c
7
- data.tar.gz: 801cc65ff98175023d1770affb5c065b6965b4a6cbaf27e940c7e2cac114c1917cb39f1580a3eeda5e89781ac7ea92a584df1e4b7eed3de51bdb7cb6b8af619e
6
+ metadata.gz: d18efd211e2fc8f43b438d8c7747b7abfd9e2708667546154d97b1fa637a91966daac2ff6c58fbe8d198ae13ca08069d260b070bcdc0d175c7b18e50c14517bd
7
+ data.tar.gz: a39ceca84af1c19f71411ee7d52fe91c3ee2e6708bc33c546f761f12cb7e0bccf83f4ece78d3b13663a6ce12c2279b06d1d8f2585376081a1fb541453ec2e4f7
data/CHANGELOG.md CHANGED
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [0.4.6]
7
+ - update cli help: convert, import
8
+
6
9
  ## [0.4.5]
7
10
  - require lono
8
11
 
@@ -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 invalid
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
- $ lono code import https://s3-us-east-2.amazonaws.com/cloudformation-templates-us-east-2/AutoScalingMultiAZWithNotifications.template --blueprint asg
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
  $
@@ -1,5 +1,5 @@
1
1
  module Lono
2
2
  module Pro
3
- VERSION = "0.4.5"
3
+ VERSION = "0.4.6"
4
4
  end
5
5
  end
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.5
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-17 00:00:00.000000000 Z
11
+ date: 2019-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: zeitwerk