Skip to content

Commit

Permalink
Bump version to 0.3.0.rc3
Browse files Browse the repository at this point in the history
Apparently upgrading rubygems to version 1.8.10 didn't fix the problem.

Building the gems again using Ruby 1.8.7.
  • Loading branch information
sferik committed Sep 3, 2011
1 parent 98fcdef commit c0b6f06
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Version
PATCH = 0
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "rc2"
PRE = "rc3"
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
Expand Down
2 changes: 1 addition & 1 deletion oa-basic/lib/omniauth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Version
PATCH = 0
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "rc2"
PRE = "rc3"
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
Expand Down
2 changes: 1 addition & 1 deletion oa-core/lib/omniauth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Version
PATCH = 0
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "rc2"
PRE = "rc3"
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
Expand Down
2 changes: 1 addition & 1 deletion oa-enterprise/lib/omniauth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Version
PATCH = 0
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "rc2"
PRE = "rc3"
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
Expand Down
2 changes: 1 addition & 1 deletion oa-more/lib/omniauth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Version
PATCH = 0
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "rc2"
PRE = "rc3"
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
Expand Down
2 changes: 1 addition & 1 deletion oa-oauth/lib/omniauth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Version
PATCH = 0
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "rc2"
PRE = "rc3"
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
Expand Down
2 changes: 1 addition & 1 deletion oa-openid/lib/omniauth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Version
PATCH = 0
end
unless defined?(::OmniAuth::Version::PRE)
PRE = "rc2"
PRE = "rc3"
end
unless defined?(::OmniAuth::Version::STRING)
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
Expand Down

11 comments on commit c0b6f06

@masterkain
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fetching dependency information from the API at http://rubygems.org/.Unfortunately, a fatal error has occurred. Please report this error to the Bundler issue tracker at https://github.com/carlhuda/bundler/issues so that we can fix it. Thanks!
/Users/kain/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb:91:in `parse': Illformed requirement ["#<YAML::Syck::DefaultKey:0x20d6f4f0> 0.3.0.rc2"] (ArgumentError)
  from /Users/kain/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb:116:in `block in initialize'
  from /Users/kain/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb:116:in `map!'
  from /Users/kain/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb:116:in `initialize'
  from /Users/kain/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb:54:in `new'
  from /Users/kain/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb:54:in `create'
  from /Users/kain/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:50:in `initialize'

@masterkain
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Problem persists also after upgrading rubygems to 1.8.10

@masterkain
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently related this error appears to be a problem within bundler: rubygems/bundler#1235

I'm cleaning up the cache bundler creates but still no dice. Will double check again; for the moment the gem is not installable on my system.

@masterkain
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wiped my entire gemset, switched back to gem "omniauth", "~> 0.2.6" in Gemfile, no go. I'm at loss now. If you need more info let me know.

@sferik
Copy link
Contributor Author

@sferik sferik commented on c0b6f06 Sep 3, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm about to get on a long flight. Hailing @tenderlove, @indirect, and @hone to assist.

This is a serious bug in bundler 1.1. You can avoid the problem on your machine by downgrading to bundler 1.0, but this doesn't help people trying to deploy to the Heroku Cedar stack or similar. Let's get this fixed and push a new bundler 1.1 pre ASAP.

Thanks all!

@indirect
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a bug in Bundler 1.1. Sorry. :( This is a bug in the gemspec for Omniauth 0.3.0.rc2. It's an invalid gemspec, and it cannot be evaluated or installed by Rubygems 1.0 through 1.8.9. As a result of the gemspec being invalid, that version of the gem needs to be yanked. Please yank it, and the problem will be solved (since rc3 has a valid and working gemspec).

@sferik
Copy link
Contributor Author

@sferik sferik commented on c0b6f06 Sep 3, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@indirect The problem persist even after the gem has been yanked. That's why I think it's a bundler bug.

@sferik
Copy link
Contributor Author

@sferik sferik commented on c0b6f06 Sep 3, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can verify that omniauth-0.3.0.rc2 has been yanked at http://rubygems.org/gems/omniauth/versions

Sounds like a caching bug in bundler 1.1. Downgrading to 1.0 fixes the problem but the problem re-appears when I go back to using bundler 1.1.

@indirect
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just yanking the master omniauth gem doesn't fix the problem. All of the rc2 gems need to be yanked, including (at least) oa-core: http://rubygems.org/gems/oa-core/versions.

@mbleigh
Copy link
Contributor

@mbleigh mbleigh commented on c0b6f06 Sep 4, 2011 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@masterkain
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine now, thanks all :)

Please sign in to comment.