bump version and fix rake task

This commit is contained in:
John Bintz 2011-08-10 09:02:11 -04:00
parent f094aeabc6
commit 88d1b7f1d2
2 changed files with 3 additions and 3 deletions

View File

@ -25,8 +25,8 @@ end
task :default => [ 'spec:platforms', 'jasmine:headless' ] task :default => [ 'spec:platforms', 'jasmine:headless' ]
desc "Build the runner" desc "Build the runner"
task :build do task :build_runner do
Dir.chdir 'ext/jasmine-headless-specrunner' do Dir.chdir 'ext/jasmine-webkit-specrunner' do
system %{ruby extconf.rb} system %{ruby extconf.rb}
end end
end end

View File

@ -1,7 +1,7 @@
module Jasmine module Jasmine
module Headless module Headless
module Webkit module Webkit
VERSION = "0.6.2" VERSION = "0.6.3"
end end
end end
end end