mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
0.7.1: call JavaScript methods and constructors from Ruby. Add Jasmine testing framework to contrib
This commit is contained in:
parent
5d8ef087c9
commit
ed1d49ad7e
4 changed files with 18 additions and 4 deletions
2
Rakefile
2
Rakefile
|
|
@ -7,7 +7,7 @@ manifest.exclude "lib/v8/*.bundle", "lib/v8/*.so", "ext/**/test/*", "ext/**/test
|
|||
Gem::Specification.new do |gemspec|
|
||||
$gemspec = gemspec
|
||||
gemspec.name = gemspec.rubyforge_project = "therubyracer"
|
||||
gemspec.version = "0.7.1.pre"
|
||||
gemspec.version = "0.7.1"
|
||||
gemspec.summary = "Embed the V8 Javascript interpreter into Ruby"
|
||||
gemspec.description = "Call javascript code and manipulate javascript objects from ruby. Call ruby code and manipulate ruby objects from javascript."
|
||||
gemspec.email = "cowboyd@thefrontside.net"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue