ufo 2.0.1 → 2.0.2

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
  SHA1:
3
- metadata.gz: 901c33e1b0a24becf54e7644d650bf85d71fbd3b
4
- data.tar.gz: d0399d68f4c6f79ec453c4e9c0017c83550f22d5
3
+ metadata.gz: cd42c904e58b2a75cea2890117ea3b5212f3d3bc
4
+ data.tar.gz: 24c687811975ca0ecf60d87f6edc645c74f33cc6
5
5
  SHA512:
6
- metadata.gz: 75d37361dbac59a62c28ed02b8069646149ae02d9fb2936afc4683d26b5bcaffb5c18a48f9e695d2a51ba4ba7960413ac76091a2cda38bc81737a7347996cf79
7
- data.tar.gz: feb4af60fcc08406cb0fdaa3e1d8510ba2da72e388424e3e44acf5c53079267bb73ac7b41683b5fdbd6e6504c6160cd69e72d868ae903664abd5b0941dbeac0a
6
+ metadata.gz: ef794d89eb553c5a2d90da667a95c68e75443dc54ba2beeaeb80756db7bc99c4929643942ade56b48d10a31cf8ce78b697d5f7d992fec95f96f864c50bf4496f
7
+ data.tar.gz: 0eb142aa40fd1a8018a83840e967d645bfeae8f23e43c5bf15cacfc3be0d1d054c68c64e2451b0378a25428da44b9ba8497fb4797a7172a8a811f1d9b18393ae
@@ -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
+ ## [2.0.2]
7
+ * ufo init: update cli help
8
+
6
9
  ## [2.0.1]
7
10
  * ufo init: remove --env option requirement
8
11
 
data/README.md CHANGED
@@ -44,7 +44,7 @@ To quickly demonstrate how simple it is to use ufo we will use an example app fr
44
44
  brew cask install boltopslabs/software/bolts
45
45
  git clone https:///github.com/tongueroo/hi.git
46
46
  cd hi
47
- ufo init --app=hi --env stag --cluster=stag --image=tongueroo/hi
47
+ ufo init --app=hi --cluster=stag --image=tongueroo/hi
48
48
  ufo ship hi-web-stag
49
49
  ```
50
50
 
@@ -6,7 +6,7 @@ module Ufo
6
6
  <<-EOL
7
7
  Examples:
8
8
 
9
- $ ufo init --app=hi --env stag --cluster=stag --image=tongueroo/hi
9
+ $ ufo init --app=hi --cluster=stag --image=tongueroo/hi
10
10
 
11
11
  The image should not include the tag since the tag is generated upon a `ufo ship`.
12
12
  EOL
@@ -1,3 +1,3 @@
1
1
  module Ufo
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ufo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen