meta_search
meta_search copied to clipboard
Problem on gem install
I've got rvm installed.
Trying to switch one of my projects to rails 3.2
I created a new gemset and began installing the gems.
gem install meta_search gives me this error:
ERROR: Error installing meta_search:
meta_search requires meta_search (>= 0)
On rubygems.org I can see:
meta_search >= 0
in runtime dependencies. Is this causing the problem?
+1
+1
Same error. I was able to install 1.1.1 and then install 1.1.2
+1 I was able to grab the source directly, gem build and install. I didn't see the weird self dependency in the gemspec file. Rubygems.org bug?