unidom-contact-china 1.1.6 → 1.1.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: b2f064bf73e9f846dca8553a28ac5c4f5bc81aff
4
- data.tar.gz: 27e02218f2d433ddaa41400c75eccf0e51be36a6
3
+ metadata.gz: 2ff1c880a4f3b813f010250de11a82409e75672b
4
+ data.tar.gz: fb20b69a8653c55258f0add967a46ccfdc2aad13
5
5
  SHA512:
6
- metadata.gz: 2b4636478eabbb6375275626f72a6869fff83d3b2fdb02d5ad6f6313c4ab54329cc3888cd92047b1ac406791905f2b12caa0b1426744721c8ed146e2ea5267a1
7
- data.tar.gz: 3382b9667b9dce683474ec89df8c5ad16dd45486204c52d9733203160c9cf6aa60c5170f52324f48cfd9ba397e5105887c4fa0f18847c9ad4211e9cf01425d0b
6
+ metadata.gz: bb92f3aa2a691a11e036eba0e1b35375f371a835958ae485e70ff6a4910fb52c33ba0377f54e65c4c9dd00542fa831e6a6275d92fbf4f0ccbb40820d9825e2b6
7
+ data.tar.gz: 94b2783999ddbc98a07f9f450edcd9933146327fc0167c87aa63293fbd300115efd80a36c2b0a6fe59d6a20a764ccc42b191a6d1885e81743dd21dc2a17bbfea
@@ -3,8 +3,7 @@
3
3
 
4
4
  module Unidom::Contact::China::Concerns::AsMobilePhoneNumberSubscriber
5
5
 
6
- extend ActiveSupport::Concern
7
-
6
+ extend ActiveSupport::Concern
8
7
  include Unidom::Contact::Concerns::AsSubscriber
9
8
 
10
9
  included do |includer|
@@ -16,8 +16,8 @@ class CreateUnidomChinaMobilePhoneNumbers < ActiveRecord::Migration
16
16
  t.text :description
17
17
 
18
18
  t.column :state, 'char(1)', null: false, default: 'C'
19
- t.datetime :opened_at, null: false, default: Time.utc(1970)
20
- t.datetime :closed_at, null: false, default: Time.utc(3000)
19
+ t.datetime :opened_at, null: false, default: Unidom::Common::OPENED_AT
20
+ t.datetime :closed_at, null: false, default: Unidom::Common::CLOSED_AT
21
21
  t.boolean :defunct, null: false, default: false
22
22
  t.jsonb :notation, null: false, default: {}
23
23
 
@@ -1,7 +1,7 @@
1
1
  module Unidom
2
2
  module Contact
3
3
  module China
4
- VERSION = '1.1.6'.freeze
4
+ VERSION = '1.1.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-contact-china
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.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: 2017-03-30 00:00:00.000000000 Z
11
+ date: 2017-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unidom-contact