broadside 3.0.2 → 3.0.4

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: dcc13fde3887c47e8d7a464ba4d9ff2eea3ca68f
4
- data.tar.gz: 20da253ad7e0db2438fb485b4b6c40a15b14bd5a
3
+ metadata.gz: 6d889d2cb5a3c7d2600fcb7cf3b678e2e5bd8856
4
+ data.tar.gz: 4bd0afa8288e64a363e033a3d8e82818481333e2
5
5
  SHA512:
6
- metadata.gz: cfd6fadc0cea6b46881ea50ad65047a4e639b8fb9b6189b4175282dac7afe7a17107fb02381f265557f149708ff54173b9bb6babcc19c5aefc5d39cf736402b3
7
- data.tar.gz: 05aa6f577691e920089268d61e180690544b4f92e5eba157cb036f7e77a6be226e02c029583835201d45a6e72ebcf3b39398e09513ef3ec216d5c1b92f9d96a7
6
+ metadata.gz: df142f92284556a150dfa89f121a6b350f7450077e663f7112afa7727a97cd5a05ff5d5ff12d26d5b6c65d7ca8cf941fd695899e6dcf16ab59097ff32baf43d7
7
+ data.tar.gz: b726f0bc5e645e6fad7af0d1eee95dbbc257eb91ebb608cc181f6938011322b4d6ec35dc0639d2456d1e69bebd036649d93f7e27bd0d19e57e35c78f7587d265
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # 3.0.3
2
+ - update of GLI specifications, adding on to 3.0.2
3
+
1
4
  # 3.0.2
2
5
  - fix absence of tag raising an error in certain cases
3
6
 
data/README.md CHANGED
@@ -64,7 +64,7 @@ bundle exec broadside deploy full --target production_web --tag v.1.1.example.ta
64
64
 
65
65
  In the case of an error or timeout during a deploy, broadside will automatically rollback to the latest stable version. You can perform manual rollbacks as well through the command-line.
66
66
 
67
- [For more information on broadside commands, see the complete command-line reference in the wiki](https://github.com/lumoslabs/broadside/wiki/CLI-reference).
67
+ ## [For more information on broadside commands, see the complete command-line reference in the wiki](https://github.com/lumoslabs/broadside/wiki/CLI-reference).
68
68
 
69
69
 
70
70
  ## Installation
@@ -24,6 +24,7 @@ end
24
24
 
25
25
  desc 'Bootstrap your service and task definition from the configured definition.'
26
26
  command :bootstrap do |bootstrap|
27
+ add_tag_flag(bootstrap)
27
28
  add_target_flag(bootstrap)
28
29
 
29
30
  bootstrap.action do |_, options, _|
@@ -1,3 +1,3 @@
1
1
  module Broadside
2
- VERSION = '3.0.2'.freeze
2
+ VERSION = '3.0.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: broadside
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Leung
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-02-25 00:00:00.000000000 Z
12
+ date: 2017-02-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport