bump version and fix rake task
This commit is contained in:
parent
f094aeabc6
commit
88d1b7f1d2
4
Rakefile
4
Rakefile
@ -25,8 +25,8 @@ end
|
||||
task :default => [ 'spec:platforms', 'jasmine:headless' ]
|
||||
|
||||
desc "Build the runner"
|
||||
task :build do
|
||||
Dir.chdir 'ext/jasmine-headless-specrunner' do
|
||||
task :build_runner do
|
||||
Dir.chdir 'ext/jasmine-webkit-specrunner' do
|
||||
system %{ruby extconf.rb}
|
||||
end
|
||||
end
|
||||
|
@ -1,7 +1,7 @@
|
||||
module Jasmine
|
||||
module Headless
|
||||
module Webkit
|
||||
VERSION = "0.6.2"
|
||||
VERSION = "0.6.3"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user