Skip to content

Commit

Permalink
update rails 3.2 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby committed Jan 22, 2012
1 parent f72a6f3 commit a1f16a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,3 +1,4 @@
before_install: gem update --system
rvm:
- 1.8.7
- ree
Expand Down
2 changes: 1 addition & 1 deletion Appraisals
Expand Up @@ -7,5 +7,5 @@ appraise 'rails-3.1' do
end

appraise 'rails-3.2' do
gem 'rails', '~> 3.2.0.rc2'
gem 'rails', '~> 3.2.0'
end
2 changes: 1 addition & 1 deletion gemfiles/rails-3.2.gemfile
Expand Up @@ -2,6 +2,6 @@

source :rubygems

gem "rails", "~> 3.2.0.rc2"
gem "rails", "~> 3.2.0"

gemspec :path=>"../"

2 comments on commit a1f16a7

@mjonuschat
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't need to bump every version - the twiddle waka (~>) mean latest version in this tree.

So 3.2.0.rc2 will request 3.2.1 when it's available

@justinfrench
Copy link
Member

Choose a reason for hiding this comment

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

@sobrinho ah I thought that level would only allow for future betas, thanks.

Please sign in to comment.