Sha256: 7afb0e41634dc8a8d292a1587cc7b234f17704e6af5b23ce0cbfbf37f7b22e4c

Contents?: true

Size: 803 Bytes

Versions: 1

Compression:

Stored size: 803 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/ruby_on_ruby/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Andrew Cantino"]
  gem.email         = ["andrew@andrewcantino.com"]
  gem.description   = %q{An unholy amalgam of therubyracer's V8 engine and emcripted-ruby to allow truly sandboxed Ruby-in-Ruby execution.}
  gem.summary       = %q{A terrible idea.}
  gem.homepage      = "https://github.com/cantino/ruby_on_ruby"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "ruby_on_ruby"
  gem.require_paths = ["lib"]
  gem.version       = RubyOnRuby::VERSION

  gem.add_dependency 'therubyracer'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby_on_ruby-0.0.1 ruby_in_ruby.gemspec