You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
I'm prep'ing an app for upgrading to rails 3. I want to switch plugins to gems where possible so I can manage them with bundler and more easily upgrade everything to the latest versions.
I found restful-authentication has a gemspec with:
s.version = "1.1.1"
But I had no luck installing that version, or any, via the rubygems.org gem source.
There may be a good argument for using restful-authentication just as a plugin, but in general, gems with bundler does make managing versions easier and I'd have saved 10 mins if "gem install restful-authentication -v 1.3.0" had just worked.
I'd really appreciate it if you can publish restful-authentication to rubygems, and I'm sure it would help many others too.
Cheers,
Chris
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm prep'ing an app for upgrading to rails 3. I want to switch plugins to gems where possible so I can manage them with bundler and more easily upgrade everything to the latest versions.
I found restful-authentication has a gemspec with:
s.version = "1.1.1"
But I had no luck installing that version, or any, via the rubygems.org gem source.
There may be a good argument for using restful-authentication just as a plugin, but in general, gems with bundler does make managing versions easier and I'd have saved 10 mins if "gem install restful-authentication -v 1.3.0" had just worked.
I'd really appreciate it if you can publish restful-authentication to rubygems, and I'm sure it would help many others too.
Cheers,
Chris
The text was updated successfully, but these errors were encountered: