attilagyorffy / jshint_on_rails

JSHint JavaScript checker wrapped in a Ruby gem for easier use in Rails apps
http://jshint.com
MIT License
6 stars 1 forks source link

ERROR: Could not find a valid gem 'jshint' (>= 0) in any repository #4

Open timrombergjakobsson opened 11 years ago

timrombergjakobsson commented 11 years ago

I'm having a problem with installing the jshint gem. I've tried adding it to my Gemfile and installing with bundler but I get an error: Could not find gem 'jshint (= 0.1.1) ruby' in the gems available on this machine.. Then if I try installing with gem install jshint I get: ERROR: Could not find a valid gem 'jshint' (>= 0) in any repository ERROR: Possible alternatives: jslint, shine, jshintrb, joint, jsmin .

So what could be the problem? I'm on rails, 3.2.12, ruby 1.9.3p327 and bundler 1.3.5.

Thanks!

attilagyorffy commented 11 years ago

I have had to yank the gem from Rubygems, so it;s unavailable.

Unfortunately this project is not currently maintained and I have no idea when I will have the time do do something about it, I'm very sorry.

For the time being I would suggest having a look at the alternative https://github.com/stereobooster/jshintrb project that in some ways looks superior to this.

timrombergjakobsson commented 11 years ago

Ok, well that explains my problems with installing it :). I had a feeling it was because of that. Thanks.

chrishough commented 9 years ago

:crying_cat_face:

attilagyorffy commented 9 years ago

I'm sorry this project is not under development. If you intend to become a maintainer, please send me a message. Thanks.