rb-inotify-0.9.6.gem missing from rubygems.org -


i’m getting missing gem message maven:

http://production.s3.rubygems.org/gems/rb-inotify-0.9.6.gem http://s3.amazonaws.com/production.s3.rubygems.org/gems/rb-inotify-0.9.6.gem not find artifact rubygems:rb-inotify:gem:0.9.6 in rubygems-release (http://rubygems-proxy.torquebox.org/releases) https://rubygems.org/gems/rb-inotify/versions/0.9.6 

this gem dependency of other gem , can’t adjust version manually.

what can do?

this seems issue torquebox rubygems proxy. temporary issue , resolved soon.

until then: original rubygems site have 0.9.7 version of rb-inotify gem. can download there using gem fetch rb-inotify -v 0.9.7 , place in local maven repository , have create sha1 file gem.

if can't/don't want go through these steps, have uploaded 0.9.7 dir maven local at: http://www.filedropper.com/097_1

this file needs extracted ~/.m2/repository/rubygems/rb-inotify/0.9.7 (assuming maven local located in .m2 under user directory)

update: changed version 0.9.6 0.9.7, since 0.9.6 yanked rubygems well.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -