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' ]
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user