zmbush / coffeelint-ruby

This adds some simple bindings to ruby to enable use of coffeelint
MIT License
32 stars 23 forks source link

Possible submodule problem #4

Closed rcaught closed 10 years ago

rcaught commented 10 years ago

When using the Ruby Gem > 0.0.6 I get this error: No such file or directory - /Users/user/.rvm/gems/ruby-2.0.0-p247@gemset/gems/coffeelint-0.1.1/coffeelint/src/coffeelint.coffee

It doesn't happen when using gem 'coffeelint', :git => 'git://github.com/zipcodeman/coffeelint-ruby.git', :submodules => true so I'm guessing the submodule isn't loaded with the Ruby Gem.

Possible side-effect of f1ef116feb25414fc86ebcba38a8e6bd29331ed9?

zmbush commented 10 years ago

Thank you for pointing this out. I'm not sure what happened there. I have released a new version (0.1.2) that has the coffeelint.coffee file in it. This should hopefully fix the problem. Let me know if it works.

rcaught commented 10 years ago

Great @zipcodeman, this fixes the problem. Thanks for the great gem!