buildar 0.3.1.1 → 0.3.2.1

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/rakefile.rb +2 -2
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1.1
1
+ 0.3.2.1
data/rakefile.rb CHANGED
@@ -146,8 +146,8 @@ end
146
146
  puts "bumping #{old_version} to #{new_version}"
147
147
  Buildar.write_version new_version
148
148
  if Buildar::USE_GIT and Buildar::GIT_COMMIT_VERSION
149
- sh "git add VERSION"
150
- sh "git commit -m 'rake bump_#{v} to #{new_version}'"
149
+ msg = "rake bump_#{v} to #{new_version}"
150
+ sh "git commit #{Buildar::VERSION_FILE} -m '#{msg}'"
151
151
  end
152
152
  end
153
153
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buildar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.1
4
+ version: 0.3.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: