mirror of
				https://github.com/jashkenas/coffeescript.git
				synced 2022-11-09 12:23:24 -05:00 
			
		
		
		
	bumping to 0.1.1
This commit is contained in:
		
							parent
							
								
									7f502543d2
								
							
						
					
					
						commit
						bfb24c6b5d
					
				
					 2 changed files with 8 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,12 +1,17 @@
 | 
			
		|||
Gem::Specification.new do |s|
 | 
			
		||||
  s.name      = 'coffee-script'
 | 
			
		||||
  s.version   = '0.1.0'         # Keep version in sync with coffee-script.rb
 | 
			
		||||
  s.version   = '0.1.1'         # Keep version in sync with coffee-script.rb
 | 
			
		||||
  s.date      = '2009-12-24'
 | 
			
		||||
 | 
			
		||||
  s.homepage    = "http://jashkenas.github.com/coffee-script/"
 | 
			
		||||
  s.summary     = "The CoffeeScript Compiler"
 | 
			
		||||
  s.description = <<-EOS
 | 
			
		||||
    CoffeeScript is a little language that compiles into JavaScript.
 | 
			
		||||
    CoffeeScript is a little language that compiles into JavaScript. Think
 | 
			
		||||
    of it as JavaScript's less ostentatious kid brother -- the same genes,
 | 
			
		||||
    roughly the same height, but a different sense of style. Apart from a
 | 
			
		||||
    handful of bonus goodies, statements in CoffeeScript correspond
 | 
			
		||||
    one-to-one with their equivalent in JavaScript, it's just another
 | 
			
		||||
    way of saying it.
 | 
			
		||||
  EOS
 | 
			
		||||
 | 
			
		||||
  s.authors           = ['Jeremy Ashkenas']
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,7 +9,7 @@ require "coffee_script/parse_error"
 | 
			
		|||
# Namespace for all CoffeeScript internal classes.
 | 
			
		||||
module CoffeeScript
 | 
			
		||||
 | 
			
		||||
  VERSION = '0.1.0'   # Keep in sync with the gemspec.
 | 
			
		||||
  VERSION = '0.1.1'   # Keep in sync with the gemspec.
 | 
			
		||||
 | 
			
		||||
  # Compile a script (String or IO) to JavaScript.
 | 
			
		||||
  def self.compile(script)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue