Skip to content

Commit

Permalink
Release v6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scudco committed Jan 20, 2022
1 parent d75a064 commit dee03af
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.1.1 2022-01-20

* #195 - Fix deprecation warning on find_by_name (@filipemendespi)

## 6.1.0 2022-01-16

* #190 - Upgrade to countries 4.2 (@pmor)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
country_select (6.1.0)
country_select (6.1.1)
countries (~> 4.2)
sort_alphabetical (~> 1.1)

Expand Down
2 changes: 1 addition & 1 deletion country_select.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.licenses = ['MIT']
s.authors = ['Stefan Penner']
s.email = ['[email protected]']
s.homepage = 'https://github.com/stefanpenner/country_select'
s.homepage = 'https://github.com/countries/country_select'
s.summary = %q{Country Select Plugin}
s.description = %q{Provides a simple helper to get an HTML select list of countries. The list of countries comes from the ISO 3166 standard. While it is a relatively neutral source of country names, it will still offend some users.}

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/actionpack-5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
country_select (6.1.0)
country_select (6.1.1)
countries (~> 4.2)
sort_alphabetical (~> 1.1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/actionpack-6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
country_select (6.1.0)
country_select (6.1.1)
countries (~> 4.2)
sort_alphabetical (~> 1.1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/actionpack-6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
country_select (6.1.0)
country_select (6.1.1)
countries (~> 4.2)
sort_alphabetical (~> 1.1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/actionpack-7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
country_select (6.1.0)
country_select (6.1.1)
countries (~> 4.2)
sort_alphabetical (~> 1.1)

Expand Down
4 changes: 2 additions & 2 deletions gemfiles/actionpack-head.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails.git
revision: 83a4fa414bc9e5008825f47857fdd80e85c82033
revision: 10ef5321c1e0f783b58f26d238cd61145bc3cb96
specs:
actionpack (7.1.0.alpha)
actionview (= 7.1.0.alpha)
Expand All @@ -24,7 +24,7 @@ GIT
PATH
remote: ..
specs:
country_select (6.1.0)
country_select (6.1.1)
countries (~> 4.2)
sort_alphabetical (~> 1.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/country_select/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CountrySelect
VERSION = '6.1.0'
VERSION = '6.1.1'
end

0 comments on commit dee03af

Please sign in to comment.