country_select 2.5.0 → 2.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dda7407c1793b90c1fa4caa85fbbee8acb2fa0a8
4
- data.tar.gz: bac9f959cc699f9dbb4b3d400e5b63a270527f75
3
+ metadata.gz: 4cdc05ffd7952e0e2200670bc30d4ea4865bf1b0
4
+ data.tar.gz: 164d52ac41d5712a9327689bf3ab94ff00ea1352
5
5
  SHA512:
6
- metadata.gz: 841d29e178f424a06b0f43afdbee95efa4508e61ffa9b3702d73e104255f2fe72d8b7adb6de789cedb6fb42402c234cfd593850693f98461162cee79260b6d05
7
- data.tar.gz: dd194193f96e04a5a89aacd9c1b46fa38e91b2dcffcf040e4b8caccddb13fd214b8911f804b9934f781793f4aea64e2039e3dd7da4f982e5c11295849eabded6
6
+ metadata.gz: c49a22dc727e96450b680ebca19d8ed9ae6dc9dda3b8584bd2748df1a4ec93ed63b4129c5a41ed393d86e6c859521059015ffad07da03a7c34dac1b90fb393ea
7
+ data.tar.gz: 3c1415cd6311ca97d6a0da0acb5809ceaf223f07af099b6d6471ad9925ccfdab34b48d2160bf8c924c4eb12755f946d0c22c0a79681cf8ee7dd0a5058bbec251
@@ -1,3 +1,8 @@
1
+ ## 2.5.0 2015-11-10
2
+
3
+ * #118 - Fix bad require of countries gem that caused issues if you
4
+ already had a `Country` class
5
+
1
6
  ## 2.5.0 2015-11-06
2
7
 
3
8
  * #117 - Update countries gem to ~> v1.2.0
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
 
3
- require 'countries/global'
3
+ require 'countries'
4
4
  require 'sort_alphabetical'
5
5
 
6
6
  require 'country_select/version'
@@ -1,3 +1,3 @@
1
1
  module CountrySelect
2
- VERSION = "2.5.0"
2
+ VERSION = "2.5.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: country_select
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0
4
+ version: 2.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Penner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-06 00:00:00.000000000 Z
11
+ date: 2015-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack