workstream_protocol 0.5.0 → 0.5.1
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 -0
- data/lib/workstream_protocol/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e37535d7ffe66ed9e2e3212140d5d815e9ed58e35e171da2bff19e45359ab8d1
|
4
|
+
data.tar.gz: 116ca9155dc2762f7702ca6f05bf819442ff4d66cbad55f86be753a48deaf6d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bfa8439eb84d93952a27992599141f0690e676e06db1ed91b706ce7b6078a4f514eec8a6b6ef235601884c06ced766ff02388d0b68edaa12e0540c82f9811e9f
|
7
|
+
data.tar.gz: a9024e2394c44862d5effbbf3990ec1e7780d812b1948047c4de60918bf2d67a4ff681252086dc63528927b33bbcfc57a0da541bc8154234ea572cc5252ca616
|
@@ -89,6 +89,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
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"
|
92
93
|
optional :work_location_name, :string, 41
|
93
94
|
optional :work_email, :string, 42
|
94
95
|
optional :work_phone, :message, 43, "Workstream.Protocol.Common.Phone"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: workstream_protocol
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Lv
|
@@ -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.0.8
|
106
106
|
signing_key:
|
107
107
|
specification_version: 4
|
108
108
|
summary: Ruby SDK of Workstream message Specification
|