decoder 0.6.5 → 0.7.0
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/decoder.gemspec +6 -6
- data/lib/locales/en.yml +46 -2
- metadata +19 -10
data/Rakefile
CHANGED
|
@@ -10,7 +10,7 @@ begin
|
|
|
10
10
|
gem.email = "bcardarella@gmail.com"
|
|
11
11
|
gem.homepage = "http://github.com/bcardarella/decoder"
|
|
12
12
|
gem.authors = ["Brian Cardarella"]
|
|
13
|
-
gem.add_development_dependency "
|
|
13
|
+
gem.add_development_dependency "shoulda"
|
|
14
14
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
15
15
|
end
|
|
16
16
|
rescue LoadError
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.7.0
|
data/decoder.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{decoder}
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "0.7.0"
|
|
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{
|
|
12
|
+
s.date = %q{2010-06-12}
|
|
13
13
|
s.description = %q{Decoder}
|
|
14
14
|
s.email = %q{bcardarella@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
|
|
|
40
40
|
s.homepage = %q{http://github.com/bcardarella/decoder}
|
|
41
41
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
42
42
|
s.require_paths = ["lib"]
|
|
43
|
-
s.rubygems_version = %q{1.3.
|
|
43
|
+
s.rubygems_version = %q{1.3.6}
|
|
44
44
|
s.summary = %q{Decoder}
|
|
45
45
|
s.test_files = [
|
|
46
46
|
"test/common_methods_test.rb",
|
|
@@ -56,12 +56,12 @@ Gem::Specification.new do |s|
|
|
|
56
56
|
s.specification_version = 3
|
|
57
57
|
|
|
58
58
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
59
|
-
s.add_development_dependency(%q<
|
|
59
|
+
s.add_development_dependency(%q<shoulda>, [">= 0"])
|
|
60
60
|
else
|
|
61
|
-
s.add_dependency(%q<
|
|
61
|
+
s.add_dependency(%q<shoulda>, [">= 0"])
|
|
62
62
|
end
|
|
63
63
|
else
|
|
64
|
-
s.add_dependency(%q<
|
|
64
|
+
s.add_dependency(%q<shoulda>, [">= 0"])
|
|
65
65
|
end
|
|
66
66
|
end
|
|
67
67
|
|
data/lib/locales/en.yml
CHANGED
|
@@ -338,7 +338,35 @@
|
|
|
338
338
|
|
|
339
339
|
IN:
|
|
340
340
|
:name: India
|
|
341
|
-
:states:
|
|
341
|
+
:states:
|
|
342
|
+
AP: Andhra Pradesh
|
|
343
|
+
AR: Arunachal Pradesh
|
|
344
|
+
AS: Assam
|
|
345
|
+
BR: Bihar
|
|
346
|
+
CG: Chattisgarh
|
|
347
|
+
GA: Goa
|
|
348
|
+
GJ: Gujarat
|
|
349
|
+
HR: Haryana
|
|
350
|
+
HP: Himachal Pradesh
|
|
351
|
+
JK: Jammu & Kashmir
|
|
352
|
+
JH: Jharkhand
|
|
353
|
+
KA: Karnataka
|
|
354
|
+
KL: Kerala
|
|
355
|
+
MP: Madhya Pradesh
|
|
356
|
+
MH: Maharashtra
|
|
357
|
+
MN: Manipur
|
|
358
|
+
ML: Meghalaya
|
|
359
|
+
MZ: Mizoram
|
|
360
|
+
NL: Nagaland
|
|
361
|
+
OR: Orissa
|
|
362
|
+
PB: Punjab
|
|
363
|
+
RJ: Rajasthan
|
|
364
|
+
SK: Sikkim
|
|
365
|
+
TN: Tamil Nadu
|
|
366
|
+
TR: Tripura
|
|
367
|
+
UL: Uttarakhand
|
|
368
|
+
UP: Uttar Pradesh
|
|
369
|
+
WB: West Bengal
|
|
342
370
|
|
|
343
371
|
LK:
|
|
344
372
|
:name: Sri Lanka
|
|
@@ -760,7 +788,23 @@
|
|
|
760
788
|
|
|
761
789
|
DE:
|
|
762
790
|
:name: Germany
|
|
763
|
-
:states:
|
|
791
|
+
:states:
|
|
792
|
+
BW: Baden-Württemberg
|
|
793
|
+
BY: Bavaria
|
|
794
|
+
BE: Berlin
|
|
795
|
+
BB: Brandenburg
|
|
796
|
+
HB: Bremen
|
|
797
|
+
HH: Hamburg
|
|
798
|
+
HE: Hesse
|
|
799
|
+
MV: Mecklenburg-Vorpommern
|
|
800
|
+
NI: Lower Saxony
|
|
801
|
+
NW: North Rhine-Westphalia
|
|
802
|
+
RP: Rhineland-Palatinate
|
|
803
|
+
SL: Saarland
|
|
804
|
+
SN: Saxony
|
|
805
|
+
ST: Saxony-Anhalt
|
|
806
|
+
SH: Schleswig-Holstein
|
|
807
|
+
TH: Thuringia
|
|
764
808
|
|
|
765
809
|
GB:
|
|
766
810
|
:name: Great Britain (UK)
|
metadata
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decoder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 0
|
|
7
|
+
- 7
|
|
8
|
+
- 0
|
|
9
|
+
version: 0.7.0
|
|
5
10
|
platform: ruby
|
|
6
11
|
authors:
|
|
7
12
|
- Brian Cardarella
|
|
@@ -9,19 +14,21 @@ autorequire:
|
|
|
9
14
|
bindir: bin
|
|
10
15
|
cert_chain: []
|
|
11
16
|
|
|
12
|
-
date:
|
|
17
|
+
date: 2010-06-12 00:00:00 -04:00
|
|
13
18
|
default_executable:
|
|
14
19
|
dependencies:
|
|
15
20
|
- !ruby/object:Gem::Dependency
|
|
16
|
-
name:
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
21
|
+
name: shoulda
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
20
24
|
requirements:
|
|
21
25
|
- - ">="
|
|
22
26
|
- !ruby/object:Gem::Version
|
|
27
|
+
segments:
|
|
28
|
+
- 0
|
|
23
29
|
version: "0"
|
|
24
|
-
|
|
30
|
+
type: :development
|
|
31
|
+
version_requirements: *id001
|
|
25
32
|
description: Decoder
|
|
26
33
|
email: bcardarella@gmail.com
|
|
27
34
|
executables: []
|
|
@@ -64,18 +71,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
64
71
|
requirements:
|
|
65
72
|
- - ">="
|
|
66
73
|
- !ruby/object:Gem::Version
|
|
74
|
+
segments:
|
|
75
|
+
- 0
|
|
67
76
|
version: "0"
|
|
68
|
-
version:
|
|
69
77
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
78
|
requirements:
|
|
71
79
|
- - ">="
|
|
72
80
|
- !ruby/object:Gem::Version
|
|
81
|
+
segments:
|
|
82
|
+
- 0
|
|
73
83
|
version: "0"
|
|
74
|
-
version:
|
|
75
84
|
requirements: []
|
|
76
85
|
|
|
77
86
|
rubyforge_project:
|
|
78
|
-
rubygems_version: 1.3.
|
|
87
|
+
rubygems_version: 1.3.6
|
|
79
88
|
signing_key:
|
|
80
89
|
specification_version: 3
|
|
81
90
|
summary: Decoder
|