1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

fix up gemspec

This commit is contained in:
Charles Lowell 2012-06-14 03:56:31 -05:00
parent f808f9357e
commit 795b66a092

View file

@ -3,10 +3,10 @@ require File.expand_path('../lib/v8/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Charles Lowell"]
gem.email = ["cowboyd@thefrontside.net"]
gem.description = %q{TODO: Write a gem description}
gem.summary = %q{TODO: Write a gem summary}
gem.homepage = ""
gem.email = ["javascript-and-friends@googlegroups.com"]
gem.summary = "Embed the V8 Javascript interpreter into Ruby"
gem.description = "Call javascript code and manipulate javascript objects from ruby. Call ruby code and manipulate ruby objects from javascript."
gem.homepage = "http://github.com/cowboyd/therubyracer"
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")