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.
- data/VERSION +1 -1
- data/rakefile.rb +2 -2
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
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
|
-
|
|
150
|
-
sh "git commit
|
|
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
|
}
|