workstream_protocol 0.3.4 → 0.3.6

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: f8ffaa0ed31f777f2e0715eebdbfcf61364382eab00432df2b691adec99bc57b
4
- data.tar.gz: a5fe9fcf1a33c89d512db618fab16f6b1f9c491eb83306a8dab7a295ee452dab
3
+ metadata.gz: 77bce4e61c5440800b01cc6281bc38a22b2cfc7c9992a525c30daf1e0240a8eb
4
+ data.tar.gz: 7ac8853ec5c3044572747fc8bf808824b4b20f45fde507fd72493f338af5e63f
5
5
  SHA512:
6
- metadata.gz: 18ecf35cb2a39760accdddc4263f67f4981a38833f2b26a4e4674a3dec0a9679d476baf50901067bfa7d9f139beec8fd5bfc0a8f85dfc4a5ff1fed91e995e69e
7
- data.tar.gz: 5258e3d036fe64015e06de5bb0ba6515d3b140143555e8a481947e6dc6db2af027151e0a6b0a1c869d5ed2861b40867b6e26151938255eaa581569918951002c
6
+ metadata.gz: 0d65ff0287854a4a8e73ef11d3434257cc15bf74eba2a9cf95a2b2c678904fd501f23264ee7e64bc2bf52ede77b1c8553c807706e372742f3166ed92e0a50fe2
7
+ data.tar.gz: 80eeb74d2eaf927f7e1ea3931587b51303fb70a467d5e0c033ff26d2afc7d1e87450bcfec2ebe5b1311d3e5312dcb534a2fca28283e8621a66179222e85f344e
@@ -19,6 +19,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
19
19
  optional :app_name, :string, 8
20
20
  optional :app_version, :string, 9
21
21
  optional :configuration_id, :string, 10
22
+ optional :configuration_snapshot, :string, 11
22
23
  end
23
24
  add_message "Workstream.Protocol.Onboarding.CompanyEvent" do
24
25
  optional :id, :string, 1
@@ -1,3 +1,3 @@
1
1
  module WorkstreamProtocol
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.6"
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.3.4
4
+ version: 0.3.6
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-06-12 00:00:00.000000000 Z
11
+ date: 2021-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf