libv8-3.3.10.4-x86-linux.gemspec 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. # -*- encoding: utf-8 -*-
  2. Gem::Specification.new do |s|
  3. s.name = "libv8"
  4. s.version = "3.3.10.4"
  5. s.platform = "x86-linux"
  6. s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  7. s.authors = ["Logan Lowell", "Charles Lowell"]
  8. s.date = "2011-11-15"
  9. s.description = "Distributes the V8 JavaScript engine in binary and source forms in order to support fast builds of The Ruby Racer"
  10. s.email = ["fractaloop@thefrontside.net", "cowboyd@thefrontside.net"]
  11. s.homepage = "http://github.com/fractaloop/libv8"
  12. s.require_paths = ["lib"]
  13. s.rubyforge_project = "libv8"
  14. s.rubygems_version = "1.8.24"
  15. s.summary = "Distribution of the V8 JavaScript engine"
  16. if s.respond_to? :specification_version then
  17. s.specification_version = 3
  18. if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
  19. s.add_development_dependency(%q<rake>, ["~> 0.9.2"])
  20. s.add_development_dependency(%q<bundler>, [">= 0"])
  21. else
  22. s.add_dependency(%q<rake>, ["~> 0.9.2"])
  23. s.add_dependency(%q<bundler>, [">= 0"])
  24. end
  25. else
  26. s.add_dependency(%q<rake>, ["~> 0.9.2"])
  27. s.add_dependency(%q<bundler>, [">= 0"])
  28. end
  29. end