country-select-engine 0.2.0 → 0.2.1
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/country-select-engine.gemspec +1 -1
- data/lib/country-select-engine/version.rb +1 -1
- metadata +3 -9
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99304ff454114d7a1528a4d450a519f93109627d
|
|
4
|
+
data.tar.gz: 0add0b9e5d889401eb7153d40d8872cc3ea12322
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3571f33fea9e9f565ad5e9b8474a7710c50be9eb84948e55fe39a72cbb2c8205cadae361f6cdb9b6c26170cc0faa04ec26a27611adc2be74ab53d2f80b400d9a
|
|
7
|
+
data.tar.gz: 04fcf5614d7e376ea3971eacbe785455354f083863f7b499b083e8fbcadf5e77f47bc10983807a9010f34126575a37f723c564642186f3aaf8550c8eeb8e6b45
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|
|
16
16
|
|
|
17
17
|
s.files = `git ls-files`.split("\n")
|
|
18
18
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
19
|
-
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
19
|
+
# s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
20
20
|
s.require_paths = ["lib"]
|
|
21
21
|
s.signing_key = File.join(Dir.home,'/.gem/trust/gem-private_key.pem')
|
|
22
22
|
s.cert_chain = ['gem-public_cert.pem']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: country-select-engine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yen-Ju Chen
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
0DwU+KfUta4HWRr+jl+4kYeiUKgamdv2pQ4VaJ83VGC3FIpUk9TULCM3v5iHbDQu
|
|
31
31
|
oZsWCQ==
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2013-07-
|
|
33
|
+
date: 2013-07-29 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: rails
|
|
@@ -64,13 +64,7 @@ description: Provide a list of localized countries, currencies and time zones
|
|
|
64
64
|
email:
|
|
65
65
|
- yjchenx@gmail.com
|
|
66
66
|
- kmandrup@gmail.com
|
|
67
|
-
executables:
|
|
68
|
-
- convert_cldr.rb
|
|
69
|
-
- google.yml
|
|
70
|
-
- google.zh-TW.yml
|
|
71
|
-
- rails
|
|
72
|
-
- timezones.yml
|
|
73
|
-
- translate_timezones.rb
|
|
67
|
+
executables: []
|
|
74
68
|
extensions: []
|
|
75
69
|
extra_rdoc_files: []
|
|
76
70
|
files:
|
metadata.gz.sig
CHANGED
|
Binary file
|