# -*- encoding: utf-8 -*- # stub: therubyracer 0.4.4 ruby libext # stub: ext/v8/extconf.rb Gem::Specification.new do |s| s.name = "therubyracer".freeze s.version = "0.4.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "ext".freeze] s.authors = ["Charles Lowell".freeze, "Bill Robertson".freeze] s.date = "2010-01-14" s.description = "Embed the V8 Javascript interpreter into Ruby.".freeze s.email = ["cowboyd@thefrontside.net".freeze, "billrobertson42@gmail.com".freeze] s.extensions = ["ext/v8/extconf.rb".freeze] s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "docs/data_conversion.txt".freeze] s.files = ["Doxyfile".freeze, "History.txt".freeze, "Manifest.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "docs/data_conversion.txt".freeze, "ext/v8/callbacks.cpp".freeze, "ext/v8/callbacks.h".freeze, "ext/v8/convert_ruby.cpp".freeze, "ext/v8/convert_ruby.h".freeze, "ext/v8/convert_string.cpp".freeze, "ext/v8/convert_string.h".freeze, "ext/v8/convert_v8.cpp".freeze, "ext/v8/convert_v8.h".freeze, "ext/v8/converters.cpp".freeze, "ext/v8/converters.h".freeze, "ext/v8/extconf.rb".freeze, "ext/v8/v8.cpp".freeze, "ext/v8/v8_cxt.cpp".freeze, "ext/v8/v8_cxt.h".freeze, "ext/v8/v8_func.cpp".freeze, "ext/v8/v8_func.h".freeze, "ext/v8/v8_msg.cpp".freeze, "ext/v8/v8_msg.h".freeze, "ext/v8/v8_obj.cpp".freeze, "ext/v8/v8_obj.h".freeze, "ext/v8/v8_ref.cpp".freeze, "ext/v8/v8_ref.h".freeze, "ext/v8/v8_script.cpp".freeze, "ext/v8/v8_script.h".freeze, "ext/v8/v8_standalone.cpp".freeze, "ext/v8/v8_standalone.h".freeze, "ext/v8/v8_str.cpp".freeze, "ext/v8/v8_str.h".freeze, "ext/v8/v8_template.cpp".freeze, "ext/v8/v8_template.h".freeze, "lib/v8.rb".freeze, "lib/v8/context.rb".freeze, "lib/v8/object.rb".freeze, "lib/v8/to.rb".freeze, "script/console".freeze, "script/destroy".freeze, "script/generate".freeze, "spec/ext/cxt_spec.rb".freeze, "spec/ext/obj_spec.rb".freeze, "spec/redjs/README.txt".freeze, "spec/redjs/jsapi_spec.rb".freeze, "spec/redjs_helper.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "tasks/rspec.rake".freeze, "therubyracer.gemspec".freeze] s.homepage = "http://github.com/cowboyd/therubyracer".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Embed the V8 Javascript interpreter into Ruby.".freeze s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 2.3.3".freeze]) end