sundawg_country_codes 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -110,6 +110,7 @@ To include this gem in your Rails project, add the following to your config/envi
110
110
 
111
111
  == History
112
112
 
113
+ * 0.0.6 - Fix for "curreny" misspelling - Thanks Kenn
113
114
  * 0.0.5 - Fix for how NOrway is treated - Thanks Y8
114
115
  * 0.0.4 - Added ISO 639 Language translater, cleaned up documents.
115
116
  * 0.0.3 - Added USA State translater and cleaned up unit tests.
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'rubygems'
3
3
  require 'rake'
4
4
  require 'echoe'
5
5
 
6
- Echoe.new('sundawg_country_codes', '0.0.5') do |p|
6
+ Echoe.new('sundawg_country_codes', '0.0.6') do |p|
7
7
  p.description = "Manage ISO 3166 Country Names and Codes, ISO 639 Languages, and ISO 4217 Currencies."
8
8
  p.url = "http://github.com/SunDawg/country_codes"
9
9
  p.author = "Christopher Sun"
data/lib/countries.yml CHANGED
@@ -11,7 +11,7 @@ US:
11
11
  alpha2: "NO"
12
12
  name: Norway
13
13
  alpha3: NOR
14
- curreny_iso4217: &nok
14
+ currency_iso4217: &nok
15
15
  code: NOK
16
16
  name: Kroner
17
17
  symbol: kr
@@ -1372,7 +1372,7 @@ GS:
1372
1372
  alpha2: GS
1373
1373
  name: South Georgia and the South Sandwich Islands
1374
1374
  alpha3: SGS
1375
- curreny_iso4217: *gbp
1375
+ currency_iso4217: *gbp
1376
1376
  SD:
1377
1377
  alpha2: SD
1378
1378
  name: Sudan
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{sundawg_country_codes}
5
- s.version = "0.0.5"
5
+ s.version = "0.0.6"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Christopher Sun"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sundawg_country_codes
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Christopher Sun