damian / jshint

Making it easy to lint your JavaScript assets in any Rails 3.1+ and Rails 4 application.
https://rubygems.org/gems/jshint
MIT License
11 stars 21 forks source link

coveralls has some wonky dependencies, we can use an older version maybe #41

Closed shmargum closed 7 years ago

shmargum commented 7 years ago

we should probably add a Gemfile.lock file here, or add a version to the coveralls gem adding the following dependencies allowed me to install bundle in 1.9.3

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 96.943% when pulling 25fcf1e50411ea0a7d502d744249525513f81214 on shmargum:fixes into 5fdf7f43383869976d3e16d9c0ed4695ba35cff3 on damian:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 96.943% when pulling 25fcf1e50411ea0a7d502d744249525513f81214 on shmargum:fixes into 5fdf7f43383869976d3e16d9c0ed4695ba35cff3 on damian:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 96.943% when pulling 3a7e5766cd836b1f6e1fcfdb007a531a1bc51d65 on shmargum:fixes into 5fdf7f43383869976d3e16d9c0ed4695ba35cff3 on damian:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 96.943% when pulling 3a7e5766cd836b1f6e1fcfdb007a531a1bc51d65 on shmargum:fixes into 5fdf7f43383869976d3e16d9c0ed4695ba35cff3 on damian:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 96.943% when pulling 3a7e5766cd836b1f6e1fcfdb007a531a1bc51d65 on shmargum:fixes into 5fdf7f43383869976d3e16d9c0ed4695ba35cff3 on damian:master.

shmargum commented 7 years ago

after a little bit of googling and clicking, the suggestion at the bottom of this link for googlers worked: https://github.com/rubygems/rubygems/issues/1419

damian commented 7 years ago

@shmargum Legend! Thanks dude

damian commented 7 years ago

Also @shmargum v1.5.0 has been released to rubygems.

shmargum commented 7 years ago

thank you 👏