country_select 2.1.0 → 2.1.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: 0f72c7a94484b2fc7e537a8addc1ba2e3593edff
4
- data.tar.gz: b88516afc9af4968d9e10f427504f9c92883185d
3
+ metadata.gz: c40998d65bf71826c3ed98ed474ee7785377d592
4
+ data.tar.gz: 1d5be6a00bec2a2c239a6e7f8f2293e3dbbcdd46
5
5
  SHA512:
6
- metadata.gz: 4ad51cc6825e7da7fcd12db138716df55812850768e1d293b2ad996b8b5f0500a38bed8b1a6c51b0cd6b0bee4c13fe18d1fc658ddfd04488ca247d0334dfde83
7
- data.tar.gz: 4d9fa1e8e639330045a77e9b9dc126eecbf72eb0e2487e53715369383c962c5b80d403c9366e14be62f5f8439d8577b402be8be070b664e4eea5a667347c7b62
6
+ metadata.gz: 0c0e216ebd88d29a05a54ceead788abfe6ba0686086801dc468f138c12f3d4f23164247655de121bb91b898aefc33fcaced6e40f607950c0142c48bd9cbd941c
7
+ data.tar.gz: e44add543c6a7c4b9cc757e055716f3db2c1479a7f9c7982750d6a70733db70bea8d0b4b0b86582a51227dbf6272057bf9bebf01c0e1830b97d2356cb9126452
data/.travis.yml CHANGED
@@ -3,7 +3,8 @@ script: "bundle exec rspec"
3
3
  rvm:
4
4
  - 1.9.3
5
5
  - 2.0.0
6
- - 2.1.2
6
+ - 2.1.5
7
+ - 2.2.0
7
8
  - jruby-19mode
8
9
  - jruby-head
9
10
  - rbx-2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.1.1 2015-02-02
2
+
3
+ * #94 - Prevent usage of countries v0.10.0 due to poor performance
4
+
1
5
  ## 2.1.0 2014-09-29
2
6
 
3
7
  * #70 - Allow custom formats for option tag text – See README.md
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- country_select (2.0.1)
5
- countries (~> 0.9, >= 0.9.3)
4
+ country_select (2.1.0)
5
+ countries (>= 0.9.3, < 0.10.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -25,5 +25,5 @@ Gem::Specification.new do |s|
25
25
  s.add_development_dependency 'rspec', '~> 3'
26
26
  s.add_development_dependency 'wwtd'
27
27
 
28
- s.add_dependency 'countries', '~> 0.9', '>= 0.9.3'
28
+ s.add_dependency 'countries', '>= 0.9.3', '< 0.10.0'
29
29
  end
@@ -25,7 +25,7 @@ GIT
25
25
  PATH
26
26
  remote: ../
27
27
  specs:
28
- country_select (2.0.1)
28
+ country_select (2.1.0)
29
29
  countries (~> 0.9, >= 0.9.3)
30
30
 
31
31
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- country_select (2.0.1)
4
+ country_select (2.1.0)
5
5
  countries (~> 0.9, >= 0.9.3)
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- country_select (2.0.1)
4
+ country_select (2.1.0)
5
5
  countries (~> 0.9, >= 0.9.3)
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- country_select (2.0.1)
4
+ country_select (2.1.0)
5
5
  countries (~> 0.9, >= 0.9.3)
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- country_select (2.0.1)
4
+ country_select (2.1.0)
5
5
  countries (~> 0.9, >= 0.9.3)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module CountrySelect
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.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.1.0
4
+ version: 2.1.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: 2014-09-29 00:00:00.000000000 Z
11
+ date: 2015-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack
@@ -84,22 +84,22 @@ dependencies:
84
84
  name: countries
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - "~>"
88
- - !ruby/object:Gem::Version
89
- version: '0.9'
90
87
  - - ">="
91
88
  - !ruby/object:Gem::Version
92
89
  version: 0.9.3
90
+ - - "<"
91
+ - !ruby/object:Gem::Version
92
+ version: 0.10.0
93
93
  type: :runtime
94
94
  prerelease: false
95
95
  version_requirements: !ruby/object:Gem::Requirement
96
96
  requirements:
97
- - - "~>"
98
- - !ruby/object:Gem::Version
99
- version: '0.9'
100
97
  - - ">="
101
98
  - !ruby/object:Gem::Version
102
99
  version: 0.9.3
100
+ - - "<"
101
+ - !ruby/object:Gem::Version
102
+ version: 0.10.0
103
103
  description: Provides a simple helper to get an HTML select list of countries. The
104
104
  list of countries comes from the ISO 3166 standard. While it is a relatively neutral
105
105
  source of country names, it will still offend some users.
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  version: '0'
159
159
  requirements: []
160
160
  rubyforge_project: country_select
161
- rubygems_version: 2.2.0
161
+ rubygems_version: 2.4.5
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: Country Select Plugin