evoleap-licensing 1.0.0.12 → 1.0.1.14

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: 67b4c0932275275ba02caaba0df4638c1117ea8aaf8f7273c784984fdd59dc1c
4
- data.tar.gz: 0ec91a2dc11db0b3175ce2f2bd9c6170cdab60fae9056dad335e7172e78f7c2f
3
+ metadata.gz: f9210334bcfd5ea8f7169db015fecb903e19da8892f3a38536975c25a5bb7009
4
+ data.tar.gz: e0e6d7d075149decba927538631744ce7ce5545d0ec2971783e2c8575cb66d72
5
5
  SHA512:
6
- metadata.gz: 5b4e155db880b75292d4b7c2a6b4ff891351c3b806dd5dc35cd621f9bbebb8850024f71a574824ac66ded3b7dc3fe9d7e2582330ded9e985f92088432badc395
7
- data.tar.gz: 8a540fe81ec5abc4d271acafab92270bfc8c29c27e2fe1d1b6084b04a4b5dcf4643e04c972248da5e07028cec89effc41e5c2f300b81e1eec9c92184e23709fc
6
+ metadata.gz: f31ed6d3b403e1714310a3f2c753c96a84d2166a0ab70cfad32c9bf2c3c0dedf6a5d4447c1e0cc6244e40e65eb8a2764c03548b037f1afa4149d879e02bc93ff
7
+ data.tar.gz: 6902d00d1202401ffb65b139d4e1516f2347a9c491b1ee094232f46e75cef753b51eb1f0d8815e12ed89643fb994a5286ca8657d8077e04087fe5b49ea14cf5e
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EvoleapLicensing
4
- VERSION = "1.0.0.12"
4
+ VERSION = "1.0.1.14"
5
5
  end
6
6
 
@@ -146,7 +146,10 @@ module EvoleapLicensing
146
146
  private_class_method :encrypted_call
147
147
 
148
148
  def self.add_hardware_identity(post_data, hardware_identity)
149
- post_data[:hardware_identity] = hardware_identity if hardware_identity
149
+ # ELM backend (and the C# SDK) call this field "instance_identity" on the
150
+ # wire. The Ruby method is named hardware_identity for historical reasons
151
+ # but the JSON key must match what client_licensing_v3_controller slices.
152
+ post_data[:instance_identity] = hardware_identity if hardware_identity
150
153
  end
151
154
  private_class_method :add_hardware_identity
152
155
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evoleap-licensing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.12
4
+ version: 1.0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - evoleap
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-26 00:00:00.000000000 Z
11
+ date: 2026-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64