evoleap-licensing 1.0.2.16 → 1.0.3.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66c8a673634310f3129ee339d024f03d14df0753bf5333732fbb34fc5dd31168
4
- data.tar.gz: c31c7358bf1b4211ee6aea28f45caaae3e302e95532d6068f5be50bcecf0f056
3
+ metadata.gz: a63cd27ea889358f2e59d4795c6da731a4e96bde5e43cb1640d2403b1430a595
4
+ data.tar.gz: bea58a2e40395944a5e3ea84e8197bb2816687d49482a401c5c213ff8f245b56
5
5
  SHA512:
6
- metadata.gz: 1b2a1046bfa650cfd94c855abb43a8845f4393d651c4674ff3579b8a74b9d6ae8341800bd6c398b7268acad60d7141ed3cb8446d3a547070b9e8307c9061368f
7
- data.tar.gz: 59742644c06f0c23b7817e01685e58d66127e0b15849dfe4ca3e02d9b1be0e964aec165066960337b576a7da65bc41d068fab81d74b40b1f87e89eb41d04e656
6
+ metadata.gz: 7072dc0761edaac77f6d842732dccc08c53e1838a70ffe14046e7da9b0bbfa224cc552cc765d5799833fdf5a9b44bd1c9699ece661eae8d87ccf45326b586eb6
7
+ data.tar.gz: 1b84e06544c8c5e8c2897c919c2c038655c649cdfe6168458538b4ebdc2f365e80a79c1fefb0493a7311a3f9eb02220ba9cd9f666e571fa32f0d59ca4f2dc14b
@@ -187,6 +187,7 @@ module EvoleapLicensing
187
187
  WebService.begin_user_session(
188
188
  product_id: @product_id,
189
189
  instance_id: @instance_id,
190
+ version: @version,
190
191
  user_identity: user_identity.to_api_format,
191
192
  public_key: @public_key,
192
193
  client: @client,
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EvoleapLicensing
4
- VERSION = "1.0.2.16"
4
+ VERSION = "1.0.3.18"
5
5
  end
6
6
 
@@ -39,10 +39,11 @@ module EvoleapLicensing
39
39
  connection_error: ->(msg) { registration_connection_error(msg) })
40
40
  end
41
41
 
42
- def self.begin_user_session(product_id:, instance_id:, user_identity:, public_key:, client:, session_duration: nil)
42
+ def self.begin_user_session(product_id:, instance_id:, version:, user_identity:, public_key:, client:, session_duration: nil)
43
43
  post_data = {
44
44
  product_guid: product_id,
45
45
  instance_guid: instance_id,
46
+ version: version,
46
47
  user_identity: user_identity
47
48
  }
48
49
  post_data[:session_duration] = session_duration if session_duration
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evoleap-licensing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2.16
4
+ version: 1.0.3.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - evoleap