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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c570cc5ebb6f14bfe8a895c83c269d5d9f5e1d0db450e2b35e3ec9a661a76113
4
- data.tar.gz: 7a4e67a2a8aea1b3fd5398c1af432b1a6cc360573d3bc7b2791f8f457f117322
3
+ metadata.gz: e37535d7ffe66ed9e2e3212140d5d815e9ed58e35e171da2bff19e45359ab8d1
4
+ data.tar.gz: 116ca9155dc2762f7702ca6f05bf819442ff4d66cbad55f86be753a48deaf6d2
5
5
  SHA512:
6
- metadata.gz: 2ceffaac9bb6dda789f126526d5a3730f6e1822897b2e03b5e3563c045b48f9fc6dfa290c6f85698d706ba30476f5ca1c8adee05c2bcf0ccacd4d5a52ab3f4b7
7
- data.tar.gz: 12560de2a7735a69cc2af59c50eed2a956aa1ad6035eb70ae3f7062d16d249a58dedec543145df0154c75fea81c6be0b2daf2d3ab18e0795853833183ddcaf03
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"
@@ -1,3 +1,3 @@
1
1
  module WorkstreamProtocol
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
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.0
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.1.6
105
+ rubygems_version: 3.0.8
106
106
  signing_key:
107
107
  specification_version: 4
108
108
  summary: Ruby SDK of Workstream message Specification