workstream_protocol 0.4.0 → 0.4.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: 83c207e8c3213fcab7301122c7c1686c6fe52b36c2572e93f2b4459b80cdc91b
4
- data.tar.gz: 282672056df05bbdc540266fe5c9b835ff6ea8053e478adc5a9153d91f9de8de
3
+ metadata.gz: f849df77a011f9d25c26e72b34ac13e9ef5981701148f5ef70fae9cc2f27d395
4
+ data.tar.gz: f4330dac2dd093690883d5c0487557062811f9a1b6cba6edcb01d21abe8502b4
5
5
  SHA512:
6
- metadata.gz: a7f630e3e063062d3c61f300bb7e396dd23332a569afbf34655fb224a9d8d0593c66d11d09b0cdb938a2b91cea7ec1e1342d725c3c3afe0e68423b400d88fff6
7
- data.tar.gz: ab35329fa0b0528bca4d802922b2a4a708d94e40a1ecc990f2cd298cb9a15feae5899f390866ceb7ad5e6d0b1968b4423e0e02a90060d6aa3971557c1971204b
6
+ metadata.gz: 560c772baf1e77714d952c4bf7de3e8ce9e50f9ca23d3816ff4e890973ebc85f06e605d71d66e0a73e3639f9c66b75885b4aa992ba875b9a7b530c77d65b7adb
7
+ data.tar.gz: 78304d55b7c24a05032fa6122796b6978f6bb42b6e48b242e0e5579f414bca06b92c250660e0f8575edd254fa261e46a0ed0a89575b1cfe07ad35dd7bdf1fc9d
@@ -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.4.0"
2
+ VERSION = "0.4.1"
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.0
4
+ version: 0.4.1
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-08-02 00:00:00.000000000 Z
11
+ date: 2021-10-11 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.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