carmen 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -80,6 +80,7 @@ Currently included localizations are: English (:en), German (:de)
80
80
  * Split the Rails-specific view helpers out into a separate gem (carmen-rails)
81
81
 
82
82
  == Changelog
83
+ * 0.2.5 Data corrections (mikepinde)
83
84
  * 0.2.4 Fixed autoloading under Rails 3
84
85
  * 0.2.2 Added state and country exclusion (kalafut)
85
86
  * 0.2.1 Added regions for New Zealand (yehezkielbs)
@@ -112,6 +113,7 @@ Maximilian Schulz (namxam)
112
113
  Mani Tadayon (bowsersenior)
113
114
  Andriy Tyurnikov (andriytyurnikov)
114
115
  lonestarsoftware
116
+ mikepinde
115
117
  kalafut
116
118
  yehezkielbs
117
119
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.2.5
data/carmen.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{carmen}
8
- s.version = "0.2.4"
8
+ s.version = "0.2.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jim Benton"]
12
- s.date = %q{2011-01-10}
12
+ s.date = %q{2011-01-28}
13
13
  s.description = %q{A collection of geographic country and state names for Ruby. Also includes replacements for Rails' country_select and state_select plugins}
14
14
  s.email = %q{jim@autonomousmachine.com}
15
15
  s.extra_rdoc_files = [
@@ -169,7 +169,7 @@
169
169
  - FX
170
170
  - - Gabun
171
171
  - GA
172
- - - "Vereinigtes Königreich Großritannien und Nordirland"
172
+ - - "Vereinigtes Königreich Großbritannien und Nordirland"
173
173
  - GB
174
174
  - - Grenada
175
175
  - GD
@@ -352,7 +352,7 @@
352
352
  - - Niederlande
353
353
  - NL
354
354
  - - Norwegen
355
- - NO
355
+ - 'NO'
356
356
  - - Nepal
357
357
  - NP
358
358
  - - Nauru
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carmen
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 4
10
- version: 0.2.4
9
+ - 5
10
+ version: 0.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jim Benton
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-10 00:00:00 -06:00
18
+ date: 2011-01-28 00:00:00 -06:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency