Sha256: 151f8e17517f50b33e4cba87318f78ecec391fa456aa0976c3e8fdfe467d950e

Contents?: true

Size: 1.64 KB

Versions: 5

Compression:

Stored size: 1.64 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "execjs"
  s.version = "1.3.2"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Sam Stephenson", "Josh Peek"]
  s.date = "2012-05-07"
  s.description = "    ExecJS lets you run JavaScript code from Ruby.\n"
  s.email = ["sstephenson@gmail.com", "josh@joshpeek.com"]
  s.homepage = "https://github.com/sstephenson/execjs"
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.10"
  s.summary = "Run JavaScript code from Ruby"

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<multi_json>, ["~> 1.0"])
      s.add_development_dependency(%q<johnson>, [">= 0"])
      s.add_development_dependency(%q<mustang>, [">= 0"])
      s.add_development_dependency(%q<rake>, [">= 0"])
      s.add_development_dependency(%q<therubyracer>, [">= 0"])
      s.add_development_dependency(%q<therubyrhino>, [">= 0"])
    else
      s.add_dependency(%q<multi_json>, ["~> 1.0"])
      s.add_dependency(%q<johnson>, [">= 0"])
      s.add_dependency(%q<mustang>, [">= 0"])
      s.add_dependency(%q<rake>, [">= 0"])
      s.add_dependency(%q<therubyracer>, [">= 0"])
      s.add_dependency(%q<therubyrhino>, [">= 0"])
    end
  else
    s.add_dependency(%q<multi_json>, ["~> 1.0"])
    s.add_dependency(%q<johnson>, [">= 0"])
    s.add_dependency(%q<mustang>, [">= 0"])
    s.add_dependency(%q<rake>, [">= 0"])
    s.add_dependency(%q<therubyracer>, [">= 0"])
    s.add_dependency(%q<therubyrhino>, [">= 0"])
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/specifications/execjs-1.3.2.gemspec
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/specifications/execjs-1.3.2.gemspec
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/specifications/execjs-1.3.2.gemspec
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/specifications/execjs-1.3.2.gemspec
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/specifications/execjs-1.3.2.gemspec