stax 0.1.1 → 0.1.2
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/lib/stax/cli.rb +7 -1
- data/lib/stax/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b12afae4c0438a431116a3f7ffa1104b7a4c94f4f699db9a678a41463c156ca7
|
|
4
|
+
data.tar.gz: 429d6a951c0286d80924a39ea8a149f048386698d9b364e3020f0d3737033309
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dcd69c3b9eabb084b244e8e803f800074ed4ae6ca95c5cd76104f3d5703551d1d216c2b2cef10fbe25b3db17d2fa929e249e9b386cc81421224ad6b2d58f0c94
|
|
7
|
+
data.tar.gz: a9d9683ef27a5a2e9c33c7de8619f9c95639a24aad399b7bde0175ad83b8c31849539e52fb5a04b097b4eb4519c10bf15e98a0c475bf315314f866edb004aeb7
|
data/lib/stax/cli.rb
CHANGED
|
@@ -9,5 +9,11 @@ module Stax
|
|
|
9
9
|
class Cli < Base
|
|
10
10
|
class_option :branch, type: :string, default: Git.branch, desc: 'git branch to use'
|
|
11
11
|
class_option :app, type: :string, default: File.basename(Git.toplevel), desc: 'application name'
|
|
12
|
+
## silence deprecation warning
|
|
13
|
+
## https://github.com/erikhuda/thor/blob/fb625b223465692a9d8a88cc2a483e126f1a8978/CHANGELOG.md#100
|
|
14
|
+
def self.exit_on_failure?
|
|
15
|
+
true
|
|
16
|
+
end
|
|
17
|
+
|
|
12
18
|
end
|
|
13
|
-
end
|
|
19
|
+
end
|
data/lib/stax/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stax
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Lister
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-05-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -624,7 +624,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
624
624
|
- !ruby/object:Gem::Version
|
|
625
625
|
version: '0'
|
|
626
626
|
requirements: []
|
|
627
|
-
rubygems_version: 3.
|
|
627
|
+
rubygems_version: 3.0.3
|
|
628
628
|
signing_key:
|
|
629
629
|
specification_version: 4
|
|
630
630
|
summary: Control Cloudformation stack and other stuff.
|