china_regions 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bb6a315cde1ce4bf6543b865aea9508887d48e9
4
- data.tar.gz: ed1e49662e8b1cd04208df7d4d7f4482c630e6b3
3
+ metadata.gz: cd71beadef1880c9f002ead5302f05619ac90b3b
4
+ data.tar.gz: e5bbe35869c2e8e91e57999f463e7738a1810055
5
5
  SHA512:
6
- metadata.gz: 95a372effc18e54b543adfb17ebf25527744e6ed7b50ba2fd4608ecd9b049dbc1a3b6189fa2cd8c811249e5f86fd56d436f84c8c0b83a494a9539674b47682e2
7
- data.tar.gz: 6a1a1268ed726a94b1280252a2f52a0916d39a2629770e11eeef55cc0e407e4f2fbc9eb632a9e7b219dbdfb90c6458af02aa74a9da61092673e06b0eaa9f82a9
6
+ metadata.gz: 0aa1c5abb2ac0bf8e100dcbb9f2c35edd7a94b6208a4cb595017a6baeafc7f9820a2ef00888890e98934f8897e00d739abbecbe07acdc527ad92aad7b6c057ed
7
+ data.tar.gz: ad06057a462ce2cda7b8569439d5306352b8a1d07016a6a0aebf071ab1579275b7e3199f8267f1330ee0b90231f29a125d8178cb833783708cb339daf7efb1bf
data/.gitignore CHANGED
@@ -1,6 +1,8 @@
1
1
  *.gem
2
2
  .bundle
3
3
  .DS_Store
4
+ .ruby-version
5
+ .rvmrc
4
6
  Gemfile.lock
5
7
  pkg/*
6
- doc
8
+ doc
@@ -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($\)
@@ -1,3 +1,3 @@
1
1
  module ChinaRegions
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
@@ -9362,7 +9362,7 @@
9362
9362
  name_en: lang
9363
9363
  name_abbr: l
9364
9364
  陕西省:
9365
- name_en: shanxi
9365
+ name_en: shaanxi
9366
9366
  name_abbr: _sx
9367
9367
  cities:
9368
9368
  西安市:
@@ -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.2
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: 2015-10-13 00:00:00.000000000 Z
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