Dependency API is not reporting latest release
When I query this URL: https://rubygems.org/api/v1/dependencies?gems=active-fedora
I get the following output: https://gist.github.com/4161546
The problem is that we're released a version of active-fedora
5.0.0.rc4 that is not in the output.
https://rubygems.org/gems/active-fedora/versions/5.0.0.rc4
When we have a gemspec requiring this version and run bundler we
get:
Could not find gem 'active-fedora (= 5.0.0.rc4) ruby', which is
required by gem 'hydra-core (>= 0) ruby', in any of the
sources.
It does work if we do "gem install active-fedora -v5.0.0.rc4" and then rerun bundler.
2 Posted by Roberto on 29 Nov, 2012 10:59 PM
I'm having the same problem with the ecm_news gem. I just uploaded v0.1.7.pre and the dependecy API tells me the newest version is 0.1.2.pre
Support Staff 3 Posted by Nick Quaranto on 19 Dec, 2012 01:31 AM
We're working on this...I'm not sure of the current status but it's a known problem. Sorry :(