rails / ruby-coffee-script

Ruby CoffeeScript Compiler
http://coffeescript.org/
MIT License
28 stars 49 forks source link

Broken coffee-script-source gem 1.12.1 #13

Closed haberbyte closed 7 years ago

haberbyte commented 7 years ago

Hope this is the right place to file this issue.

The coffees-script-source gem 1.12.1 is only 4kb in size because the actual coffee-script compiler js code is missing in the gem.

Contents of coffee-script.js:

/**
 * CoffeeScript Compiler v1.12.1
 * http://coffeescript.org
 *
 * Copyright 2011, Jeremy Ashkenas
 * Released under the MIT License
 */
undefined
screen shot 2016-12-15 at 21 16 12
StevenClontz commented 7 years ago

That empty version seems to have been removed as of this comment: https://rubygems.org/gems/coffee-script-source/

guilleiguaran commented 7 years ago

coffee-script-source 1.12.1 was yanked

Looks like our automated script to build a wrong version of the gem due to the problem described in https://github.com/jashkenas/coffeescript/issues/4403

haberbyte commented 7 years ago

Yep. Fixed it in https://github.com/jashkenas/coffeescript/pull/4404

guilleiguaran commented 7 years ago

I've released a new version of coffee-script-source https://rubygems.org/gems/coffee-script-source/versions/1.12.2