bonethug 0.0.59 → 0.0.60
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/bonethug/version.rb +2 -2
- data/lib/tasks/bonethug.rake +2 -4
- metadata +1 -1
data/lib/bonethug/version.rb
CHANGED
data/lib/tasks/bonethug.rake
CHANGED
@@ -58,10 +58,8 @@ namespace :thug do
|
|
58
58
|
# check if there's a build with the current version
|
59
59
|
Rake::Task["thug:build"].invoke
|
60
60
|
|
61
|
-
#
|
62
|
-
|
63
|
-
# -> the reason being that the parent build script uses that constant to name the gem package
|
64
|
-
exec "rake release --trace"
|
61
|
+
# do the bidniz
|
62
|
+
exec 'git commit -am "commit to build" && rake release --trace'
|
65
63
|
|
66
64
|
end
|
67
65
|
|