flipsasser / addressabler

Addressabler extends the Addressable::URI class to provide information about, and manipulation of, URI strings.
MIT License
21 stars 10 forks source link

Version 0.1.0? #4

Closed aaronchi closed 9 years ago

aaronchi commented 10 years ago

It looks like version 0.1.0 of addressabler was never released to rubygems even though the documentation references it.

flipsasser commented 10 years ago

Sorry about that! It's pushed: https://rubygems.org/gems/addressabler/versions/0.1.0

aaronchi commented 10 years ago

Now I'm getting:

ERROR: Error installing addressabler: addressabler requires Ruby version = 1.9.3

Does this really not work with ruby 2.0? The previous version was working fine.

flipsasser commented 10 years ago

Aguh. I have to stop using Jeweler; it makes a lot of assumptions for me that aren't safe to make anymore. Thanks for catching this. I'll yank the old version.

rackcheckers commented 10 years ago

Hey there, any news on the Ruby version = 1.9.3 front? Would be cool if you could resolve this!

flipsasser commented 10 years ago

Ack, I thought I had. I'll take a look right now.

On Saturday, March 15, 2014, rackcheckers notifications@github.com wrote:

Hey there, any news on the Ruby version = 1.9.3 front? Would be cool if you could resolve this!

Reply to this email directly or view it on GitHubhttps://github.com/flipsasser/addressabler/issues/4#issuecomment-37733914 .

edubkendo commented 9 years ago

Looks like https://github.com/flipsasser/addressabler/blob/master/addressabler.gemspec#L30 could be to blame? I'm still encountering this problem trying to install it myself.

mmperryman commented 9 years ago

1.9.3 error is still popping up.

flipsasser commented 9 years ago

Sorry guys. Can you upgrade to 0.1.1 and confirm it's fixed? https://github.com/flipsasser/addressabler/commit/4f3e5809abe5066e03906c730723f47d4daec8c2

edubkendo commented 9 years ago

That worked! thanks