Skip to content

Commit

Permalink
Use the released version of country_select
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Dec 27, 2012
1 parent 60ad7b6 commit da48e10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@ source :rubygems

gemspec

gem 'country_select', github: 'stefanpenner/country_select', branch: 'master'
gem 'country_select', '~> 1.1.1'
gem 'railties', '>= 4.0.0.beta', '< 4.1', github: 'rails/rails', branch: 'master'
gem 'activemodel', '>= 4.0.0.beta', '< 4.1', github: 'rails/rails', branch: 'master'
gem 'actionpack', '>= 4.0.0.beta', '< 4.1', github: 'rails/rails', branch: 'master'
Expand Down
10 changes: 2 additions & 8 deletions Gemfile.lock
Expand Up @@ -25,13 +25,6 @@ GIT
rdoc (~> 3.4)
thor (>= 0.15.4, < 2.0)

GIT
remote: git://github.com/stefanpenner/country_select.git
revision: 71982f948d2109b3ede73ce15be6ec3697ea9ca2
branch: master
specs:
country_select (1.0.1)

PATH
remote: .
specs:
Expand All @@ -44,6 +37,7 @@ GEM
specs:
atomic (1.0.1)
builder (3.1.4)
country_select (1.1.1)
erubis (2.7.0)
i18n (0.6.1)
json (1.7.5)
Expand All @@ -69,7 +63,7 @@ PLATFORMS
DEPENDENCIES
actionpack (>= 4.0.0.beta, < 4.1)!
activemodel (>= 4.0.0.beta, < 4.1)!
country_select!
country_select (~> 1.1.1)
mocha
railties (>= 4.0.0.beta, < 4.1)!
rake
Expand Down

0 comments on commit da48e10

Please sign in to comment.