bonethug 0.0.60 → 0.0.61

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Bonethug
3
- VERSION = "0.0.60"
4
- BUILD_DATE = "2013-10-17 20:08:57 +1300"
3
+ VERSION = "0.0.61"
4
+ BUILD_DATE = "2013-10-17 20:11:28 +1300"
5
5
  end
6
6
 
@@ -26,7 +26,7 @@ namespace :thug do
26
26
 
27
27
  end
28
28
 
29
- desc "Runs rake build + some other stuff"
29
+ desc "Increments version"
30
30
  task :vup do
31
31
 
32
32
  puts "was " + Bonethug::VERSION
@@ -45,7 +45,7 @@ namespace :thug do
45
45
  update_version_file
46
46
 
47
47
  # invoke the build script
48
- Rake::Task["build"].invoke
48
+ `git commit -am "commit to build for v #{Bonethug::VERSION}" && rake build`
49
49
 
50
50
  end
51
51
 
@@ -59,7 +59,7 @@ namespace :thug do
59
59
  Rake::Task["thug:build"].invoke
60
60
 
61
61
  # do the bidniz
62
- exec 'git commit -am "commit to build" && rake release --trace'
62
+ `rake release --trace`
63
63
 
64
64
  end
65
65
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bonethug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.60
4
+ version: 0.0.61
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: