riak-ripple / ripple

A rich Ruby modeling layer for Riak, Basho's distributed database
Other
618 stars 152 forks source link

rubygems wrong repo #299

Closed varchar closed 12 years ago

varchar commented 12 years ago

Please update rubygems, so that gem install ripple actually points to the correct repo.

or change the readme to include this in the Gemfile. gem 'ripple', :git => 'https://github.com/basho/ripple'

cmeiklejohn commented 12 years ago

I'm not sure what you are referring to here.

gem install ripple will always go to rubygems and download the pushed package of ripple. It doesn't pull from the git repo at all. However, I will open a pull request to update the gemspec so rubygems correctly links to the right repo.

cmeiklejohn commented 12 years ago

Actually, it looks like one of the gem owners, which I am not, needs to make that change in the rubygems.org UI. @seancribbs

seancribbs commented 12 years ago

Fixed