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 CHANGED
@@ -98,7 +98,7 @@ module Gjp
98
98
  end
99
99
 
100
100
  subcommand "finish", "Ends the current dry-run" do
101
- option ["-f", "--abort"], :flag, "build abort, restore files as before dry-run"
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
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module Gjp
4
- VERSION = "0.31.0"
4
+ VERSION = "0.32.0"
5
5
  end
@@ -29,7 +29,7 @@ describe Gjp::KitChecker do
29
29
  end
30
30
  end
31
31
 
32
- all_files = @kit_checker.kit_file_paths
32
+ all_files = @kit_checker.kit_file_paths
33
33
 
34
34
  all_files.should include ["top_level", nil]
35
35
  all_files.should_not include ["directory", nil]
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.31.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-30 00:00:00.000000000 Z
12
+ date: 2013-12-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake