coffee-script-source-1.3.3.gemspec 1.0 KB

1234567891011121314151617181920212223242526
  1. # -*- encoding: utf-8 -*-
  2. Gem::Specification.new do |s|
  3. s.name = "coffee-script-source"
  4. s.version = "1.3.3"
  5. s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  6. s.authors = ["Jeremy Ashkenas"]
  7. s.date = "2012-05-15"
  8. s.description = " CoffeeScript is a little language that compiles into JavaScript.\n Underneath all of those embarrassing braces and semicolons,\n JavaScript has always had a gorgeous object model at its heart.\n CoffeeScript is an attempt to expose the good parts of JavaScript\n in a simple way.\n"
  9. s.email = "jashkenas@gmail.com"
  10. s.homepage = "http://jashkenas.github.com/coffee-script/"
  11. s.require_paths = ["lib"]
  12. s.rubyforge_project = "coffee-script-source"
  13. s.rubygems_version = "1.8.24"
  14. s.summary = "The CoffeeScript Compiler"
  15. if s.respond_to? :specification_version then
  16. s.specification_version = 3
  17. if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
  18. else
  19. end
  20. else
  21. end
  22. end