bump version

This commit is contained in:
John Bintz 2012-01-16 09:31:09 -05:00
parent 9ce3667e35
commit 5d3ceb5626
2 changed files with 3 additions and 3 deletions

View File

@ -15,10 +15,10 @@ RSpec::Core::RakeTask.new(:spec)
namespace :spec do
desc "Run on three Rubies"
task :platforms do
prefix = "rvm 1.8.7,1.9.2,ree ruby"
prefix = "rvm 1.8.7,1.9.2,ree,1.9.3 do"
system %{#{prefix} bundle}
system %{#{prefix} bundle exec rake spec}
exit $?.exitstatus
exit $?.exitstatus if $?.exitstatus != 0
end
end

View File

@ -1,4 +1,4 @@
module GuardRails
VERSION = '0.0.4'
VERSION = '0.1.0'
end