gjp 0.31.0 → 0.32.0
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.
- data/lib/gjp/cli.rb +1 -1
- data/lib/gjp/version.rb +1 -1
- data/spec/lib/kit_checker_spec.rb +1 -1
- metadata +2 -2
data/lib/gjp/cli.rb
CHANGED
|
@@ -98,7 +98,7 @@ module Gjp
|
|
|
98
98
|
end
|
|
99
99
|
|
|
100
100
|
subcommand "finish", "Ends the current dry-run" do
|
|
101
|
-
option ["-
|
|
101
|
+
option ["-a", "--abort"], :flag, "build abort, restore files as before dry-run"
|
|
102
102
|
def execute
|
|
103
103
|
checking_exceptions do
|
|
104
104
|
if Gjp::Project.new(".").finish(abort?)
|
data/lib/gjp/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gjp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.32.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-12-
|
|
12
|
+
date: 2013-12-31 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|