workstream_protocol 0.4.1 → 0.5.0

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
  SHA256:
3
- metadata.gz: f849df77a011f9d25c26e72b34ac13e9ef5981701148f5ef70fae9cc2f27d395
4
- data.tar.gz: f4330dac2dd093690883d5c0487557062811f9a1b6cba6edcb01d21abe8502b4
3
+ metadata.gz: c570cc5ebb6f14bfe8a895c83c269d5d9f5e1d0db450e2b35e3ec9a661a76113
4
+ data.tar.gz: 7a4e67a2a8aea1b3fd5398c1af432b1a6cc360573d3bc7b2791f8f457f117322
5
5
  SHA512:
6
- metadata.gz: 560c772baf1e77714d952c4bf7de3e8ce9e50f9ca23d3816ff4e890973ebc85f06e605d71d66e0a73e3639f9c66b75885b4aa992ba875b9a7b530c77d65b7adb
7
- data.tar.gz: 78304d55b7c24a05032fa6122796b6978f6bb42b6e48b242e0e5579f414bca06b92c250660e0f8575edd254fa261e46a0ed0a89575b1cfe07ad35dd7bdf1fc9d
6
+ metadata.gz: 2ceffaac9bb6dda789f126526d5a3730f6e1822897b2e03b5e3563c045b48f9fc6dfa290c6f85698d706ba30476f5ca1c8adee05c2bcf0ccacd4d5a52ab3f4b7
7
+ data.tar.gz: 12560de2a7735a69cc2af59c50eed2a956aa1ad6035eb70ae3f7062d16d249a58dedec543145df0154c75fea81c6be0b2daf2d3ab18e0795853833183ddcaf03
@@ -84,12 +84,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
84
84
  optional :ssn, :string, 20
85
85
  optional :smoker, :bool, 21
86
86
  optional :nationality, :string, 22
87
- optional :date_of_birth, :message, 23, "Workstream.Protocol.Common.Date"
87
+ optional :date_of_birth, :string, 23
88
88
  optional :middle_initial, :string, 24
89
89
  optional :home_email, :string, 31
90
90
  optional :home_phone, :message, 32, "Workstream.Protocol.Common.Phone"
91
91
  optional :home_address, :message, 33, "Workstream.Protocol.Common.Address"
92
- optional :mobile_phone, :message, 34, "Workstream.Protocol.Common.Phone"
93
92
  optional :work_location_name, :string, 41
94
93
  optional :work_email, :string, 42
95
94
  optional :work_phone, :message, 43, "Workstream.Protocol.Common.Phone"
@@ -1,3 +1,3 @@
1
1
  module WorkstreamProtocol
2
- VERSION = "0.4.1"
2
+ VERSION = "0.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workstream_protocol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Lv
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-11 00:00:00.000000000 Z
11
+ date: 2021-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  requirements: []
105
- rubygems_version: 3.0.8
105
+ rubygems_version: 3.1.6
106
106
  signing_key:
107
107
  specification_version: 4
108
108
  summary: Ruby SDK of Workstream message Specification