--- !ruby/object:Gem::Specification name: therubyracer version: !ruby/object:Gem::Version version: 0.11.0beta5 segments: hash: platform: x86_64-linux authors: - Charles Lowell autorequire: bindir: bin cert_chain: [] date: 2012-07-07 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: ref requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: hash: type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: hash: description: Call javascript code and manipulate javascript objects from ruby. Call ruby code and manipulate ruby objects from javascript. email: - javascript-and-friends@googlegroups.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - Changelog.md - Gemfile - README.md - Rakefile - benchmarks.rb - ext/v8/accessor.cc - ext/v8/array.cc - ext/v8/backref.cc - ext/v8/build.rb - ext/v8/constants.cc - ext/v8/constraints.cc - ext/v8/context.cc - ext/v8/date.cc - ext/v8/exception.cc - ext/v8/extconf.rb - ext/v8/external.cc - ext/v8/function.cc - ext/v8/gc.cc - ext/v8/handles.cc - ext/v8/heap.cc - ext/v8/init.cc - ext/v8/invocation.cc - ext/v8/locker.cc - ext/v8/message.cc - ext/v8/object.cc - ext/v8/primitive.cc - ext/v8/rr.cc - ext/v8/rr.h - ext/v8/script.cc - ext/v8/signature.cc - ext/v8/stack.cc - ext/v8/string.cc - ext/v8/template.cc - ext/v8/trycatch.cc - ext/v8/v8.cc - ext/v8/value.cc - lib/v8.rb - lib/v8/access.rb - lib/v8/access/indices.rb - lib/v8/access/invocation.rb - lib/v8/access/names.rb - lib/v8/array.rb - lib/v8/context.rb - lib/v8/conversion.rb - lib/v8/conversion/array.rb - lib/v8/conversion/class.rb - lib/v8/conversion/code.rb - lib/v8/conversion/fundamental.rb - lib/v8/conversion/hash.rb - lib/v8/conversion/indentity.rb - lib/v8/conversion/method.rb - lib/v8/conversion/object.rb - lib/v8/conversion/primitive.rb - lib/v8/conversion/proc.rb - lib/v8/conversion/reference.rb - lib/v8/conversion/string.rb - lib/v8/conversion/symbol.rb - lib/v8/conversion/time.rb - lib/v8/error.rb - lib/v8/error/protect.rb - lib/v8/error/try.rb - lib/v8/function.rb - lib/v8/object.rb - lib/v8/util/weakcell.rb - lib/v8/version.rb - spec/c/array_spec.rb - spec/c/constants_spec.rb - spec/c/exception_spec.rb - spec/c/external_spec.rb - spec/c/function_spec.rb - spec/c/handles_spec.rb - spec/c/locker_spec.rb - spec/c/object_spec.rb - spec/c/script_spec.rb - spec/c/string_spec.rb - spec/c/template_spec.rb - spec/c/trycatch_spec.rb - spec/mem/blunt_spec.rb - spec/redjs_spec.rb - spec/spec_helper.rb - spec/threading_spec.rb - spec/v8/context_spec.rb - spec/v8/conversion_spec.rb - spec/v8/error_spec.rb - spec/v8/function_spec.rb - spec/v8/object_spec.rb - thefrontside.png - therubyracer.gemspec - lib/v8/init.so - ext/v8/init.so homepage: http://github.com/cowboyd/therubyracer licenses: [] post_install_message: rdoc_options: [] require_paths: - lib - ext required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: hash: required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>' - !ruby/object:Gem::Version version: 1.3.1 segments: hash: requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: Embed the V8 Javascript interpreter into Ruby test_files: []