china_regions 0.4.2 → 0.4.3
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd71beadef1880c9f002ead5302f05619ac90b3b
|
|
4
|
+
data.tar.gz: e5bbe35869c2e8e91e57999f463e7738a1810055
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0aa1c5abb2ac0bf8e100dcbb9f2c35edd7a94b6208a4cb595017a6baeafc7f9820a2ef00888890e98934f8897e00d739abbecbe07acdc527ad92aad7b6c057ed
|
|
7
|
+
data.tar.gz: ad06057a462ce2cda7b8569439d5306352b8a1d07016a6a0aebf071ab1579275b7e3199f8267f1330ee0b90231f29a125d8178cb833783708cb339daf7efb1bf
|
data/.gitignore
CHANGED
data/china_regions.gemspec
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
require File.expand_path('../lib/china_regions/version', __FILE__)
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
|
-
gem.authors = ["Encore Shao","Trey Springer"]
|
|
6
|
-
gem.email = ["encore.shao@gmail.com","dspringer@enova.com"]
|
|
7
|
-
gem.description = %q{China regions Ruby on rails interface}
|
|
8
|
-
gem.summary = %q{Rails 4 version of dropdowns for all provinces, cities, and districts in China.}
|
|
5
|
+
gem.authors = ["Encore Shao", "Trey Springer"]
|
|
6
|
+
gem.email = ["encore.shao@gmail.com", "dspringer@enova.com"]
|
|
7
|
+
gem.description = %q{ China regions Ruby on rails interface }
|
|
8
|
+
gem.summary = %q{ Rails 4 version of dropdowns for all provinces, cities, and districts in China. }
|
|
9
9
|
gem.homepage = "http://github.com/encoreshao"
|
|
10
10
|
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
|
@@ -7,6 +7,7 @@ class CreateChinaRegionsTables < ActiveRecord::Migration
|
|
|
7
7
|
t.string :name
|
|
8
8
|
t.string :name_en
|
|
9
9
|
t.string :name_abbr
|
|
10
|
+
|
|
10
11
|
t.timestamps
|
|
11
12
|
end
|
|
12
13
|
|
|
@@ -21,6 +22,7 @@ class CreateChinaRegionsTables < ActiveRecord::Migration
|
|
|
21
22
|
t.string :zip_code
|
|
22
23
|
t.string :name_en
|
|
23
24
|
t.string :name_abbr
|
|
25
|
+
|
|
24
26
|
t.timestamps
|
|
25
27
|
end
|
|
26
28
|
|
|
@@ -33,6 +35,7 @@ class CreateChinaRegionsTables < ActiveRecord::Migration
|
|
|
33
35
|
t.integer :city_id
|
|
34
36
|
t.string :name_en
|
|
35
37
|
t.string :name_abbr
|
|
38
|
+
|
|
36
39
|
t.timestamps
|
|
37
40
|
end
|
|
38
41
|
add_index :districts, :name
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: china_regions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Encore Shao
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2016-07-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jquery-rails
|
|
@@ -25,7 +25,7 @@ dependencies:
|
|
|
25
25
|
- - ">="
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
27
|
version: '0'
|
|
28
|
-
description: China regions Ruby on rails interface
|
|
28
|
+
description: " China regions Ruby on rails interface "
|
|
29
29
|
email:
|
|
30
30
|
- encore.shao@gmail.com
|
|
31
31
|
- dspringer@enova.com
|