harukaze 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/harukaze +3 -3
  3. data/harukaze.gemspec +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.1
1
+ 1.2.2
data/bin/harukaze CHANGED
@@ -106,10 +106,10 @@ def bump_versions(config)
106
106
  rc = exe "#{config['agvtool']} bump -all"
107
107
 
108
108
  error "Failed to bump the build number!" unless rc
109
- rc = exe "agvtool new-marketing-version #{config['marketing_version']}"
109
+ rc = exe "#{config['agvtool']} new-marketing-version #{config['marketing_version']}"
110
110
  error "Failed to set the marketing version!" unless rc
111
- config['current_version'] = `agvtool what-version -terse`.chomp!
112
- config['current_marketing_version'] = `agvtool what-marketing-version -terse1`.chomp!
111
+ config['current_version'] = `#{config['agvtool']} what-version -terse`.chomp!
112
+ config['current_marketing_version'] = `#{config['agvtool']} what-marketing-version -terse1`.chomp!
113
113
  end
114
114
 
115
115
  def commit_build(config)
data/harukaze.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{harukaze}
8
- s.version = "1.2.1"
8
+ s.version = "1.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andrey Subbotin"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 2
8
- - 1
9
- version: 1.2.1
8
+ - 2
9
+ version: 1.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andrey Subbotin