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 +4 -4
- data/lib/workstream_protocol/Onboarding_pb.rb +1 -2
- data/lib/workstream_protocol/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c570cc5ebb6f14bfe8a895c83c269d5d9f5e1d0db450e2b35e3ec9a661a76113
|
4
|
+
data.tar.gz: 7a4e67a2a8aea1b3fd5398c1af432b1a6cc360573d3bc7b2791f8f457f117322
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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, :
|
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"
|
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
|
+
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
|
+
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.
|
105
|
+
rubygems_version: 3.1.6
|
106
106
|
signing_key:
|
107
107
|
specification_version: 4
|
108
108
|
summary: Ruby SDK of Workstream message Specification
|