unidom-certificate-china 0.6 → 0.7

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: e791aa5a5398e2d83aa4772c34c8d4d8878a635a
4
- data.tar.gz: 94ac4d0cfd12ccd42f7eadf092c2c68fb5ace351
3
+ metadata.gz: 161215b5e3bfb45295f5a625c528b798fa102f89
4
+ data.tar.gz: 689f3e4109029a382520f23b819d875122546354
5
5
  SHA512:
6
- metadata.gz: 235ccb5216d1eb79f155023d7b3d18c4e9312d24248878ccc3095c9b3f1d3e51e28583f2833cb244787eb76666f451d675b08b29e6b7af6f039a440723993163
7
- data.tar.gz: 7c28c5f4b03061faf2388201427aaaf533df56509fc0245da53091daec2d6dc59f9e1c979a4bf08ed320c5cf61309520151c087cc7783e51f191fb8ad2f702c6
6
+ metadata.gz: 618e476067fa11631237761d73eb59cc3820b7ab6fd9a892fad2327db6294f938efecce8f2455413a24de4a4610110bf88b92467248f000735ef95cdc6942b59
7
+ data.tar.gz: 51b2d3dea0edeefd8c7d99aaa3d87636ee8c4878101186e239e7609108f8765833b9413bc203bb3f9593fb301d4c33e270901f1fc9893ec8a2580f69528fc6be
@@ -4,7 +4,7 @@ class CreateUnidomChinaIdentityCards < ActiveRecord::Migration
4
4
 
5
5
  create_table :unidom_china_identity_cards, id: :uuid do |t|
6
6
 
7
- t.string :name, null: false, default: '', limit: 16
7
+ t.string :name, null: false, default: '', limit: 200
8
8
  t.date :birth_date, null: false, default: nil
9
9
  t.string :address, null: false, default: '', limit: 200
10
10
 
@@ -6,7 +6,7 @@ class CreateUnidomChinaBusinessLicenses < ActiveRecord::Migration
6
6
 
7
7
  t.column :registration_number, 'char(15)', null: false, default: nil
8
8
 
9
- t.string :name, null: false, default: '', limit: 16
9
+ t.string :name, null: false, default: '', limit: 200
10
10
  t.string :address, null: false, default: '', limit: 200
11
11
 
12
12
  t.string :legal_representative_name, null: false, default: '', limit: 200
@@ -1,7 +1,7 @@
1
1
  module Unidom
2
2
  module Certificate
3
3
  module China
4
- VERSION = '0.6'.freeze
4
+ VERSION = '0.7'.freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unidom-certificate-china
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.6'
4
+ version: '0.7'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Topbit Du
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-13 00:00:00.000000000 Z
11
+ date: 2016-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unidom-common