File: coffee-script-source.gemspec

package info (click to toggle)
ruby-coffee-script-source 1.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 372 kB
  • sloc: ruby: 7; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 1,241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#########################################################
# This file has been automatically generated by gem2tgz #
#########################################################
# -*- encoding: utf-8 -*-
# stub: coffee-script-source 1.12.2 ruby lib

Gem::Specification.new do |s|
  s.name = "coffee-script-source".freeze
  s.version = "1.12.2"

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Jeremy Ashkenas".freeze]
  s.date = "2016-12-16"
  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".freeze
  s.email = "jashkenas@gmail.com".freeze
  s.files = ["lib/coffee_script/coffee-script.js".freeze, "lib/coffee_script/source.rb".freeze]
  s.homepage = "http://coffeescript.org".freeze
  s.licenses = ["MIT".freeze]
  s.rubyforge_project = "coffee-script-source".freeze
  s.rubygems_version = "2.5.2.1".freeze
  s.summary = "The CoffeeScript Compiler".freeze
end