bump version
This commit is contained in:
parent
9ce3667e35
commit
5d3ceb5626
4
Rakefile
4
Rakefile
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module GuardRails
|
||||
VERSION = '0.0.4'
|
||||
VERSION = '0.1.0'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue