bcardarella-decoder 0.6.3 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.3
1
+ 0.6.4
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{decoder}
8
- s.version = "0.6.3"
8
+ s.version = "0.6.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Brian Cardarella"]
12
- s.date = %q{2009-09-04}
12
+ s.date = %q{2009-09-07}
13
13
  s.description = %q{Decoder}
14
14
  s.email = %q{bcardarella@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -25,11 +25,11 @@ Gem::Specification.new do |s|
25
25
  "VERSION",
26
26
  "decoder.gemspec",
27
27
  "lib/common_methods.rb",
28
- "lib/countries/countries.rb",
29
- "lib/countries/country.rb",
30
28
  "lib/decoder.rb",
29
+ "lib/decoder/countries.rb",
30
+ "lib/decoder/country.rb",
31
+ "lib/decoder/state.rb",
31
32
  "lib/locales/en.yml",
32
- "lib/states/state.rb",
33
33
  "test/common_methods_test.rb",
34
34
  "test/countries/countries_test.rb",
35
35
  "test/countries/country_test.rb",
@@ -1,7 +1,7 @@
1
1
  require 'common_methods'
2
- require 'countries/countries'
3
- require 'countries/country'
4
- require 'states/state'
2
+ require 'decoder/countries'
3
+ require 'decoder/country'
4
+ require 'decoder/state'
5
5
 
6
6
  module Decoder
7
7
 
File without changes
File without changes
File without changes
@@ -20,7 +20,7 @@
20
20
  :name: Japan
21
21
  :states: {}
22
22
 
23
- false:
23
+ "NO":
24
24
  :name: Norway
25
25
  :states: {}
26
26
 
@@ -1010,7 +1010,7 @@
1010
1010
  :states:
1011
1011
  AB: Alberta
1012
1012
  BC: British Columbia
1013
- true: Ontario
1013
+ "ON": Ontario
1014
1014
  SK: Saskatchewan
1015
1015
  NS: Nova Scotia
1016
1016
  YT: Yukon
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bcardarella-decoder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Cardarella
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-04 00:00:00 -07:00
12
+ date: 2009-09-07 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -40,11 +40,11 @@ files:
40
40
  - VERSION
41
41
  - decoder.gemspec
42
42
  - lib/common_methods.rb
43
- - lib/countries/countries.rb
44
- - lib/countries/country.rb
45
43
  - lib/decoder.rb
44
+ - lib/decoder/countries.rb
45
+ - lib/decoder/country.rb
46
+ - lib/decoder/state.rb
46
47
  - lib/locales/en.yml
47
- - lib/states/state.rb
48
48
  - test/common_methods_test.rb
49
49
  - test/countries/countries_test.rb
50
50
  - test/countries/country_test.rb
@@ -53,7 +53,6 @@ files:
53
53
  - test/test_helper.rb
54
54
  has_rdoc: true
55
55
  homepage: http://github.com/bcardarelladecoder
56
- licenses:
57
56
  post_install_message:
58
57
  rdoc_options:
59
58
  - --charset=UTF-8
@@ -74,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
73
  requirements: []
75
74
 
76
75
  rubyforge_project:
77
- rubygems_version: 1.3.5
76
+ rubygems_version: 1.2.0
78
77
  signing_key:
79
78
  specification_version: 3
80
79
  summary: Decoder