unleash 6.0.5 → 6.0.7

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: 3b2a1342414013d571f6814fd3ed5e7087de3e82b3533239222eafbf5e21054b
4
- data.tar.gz: 74b3194925231ccec645d112492441ca6f7c108ac49ab9bd5846d9bcd39b1965
3
+ metadata.gz: d9c6151cbb94c294fd817d3ad185b5472c885cfcb1488da9e40ec12237d050cc
4
+ data.tar.gz: 55b2501d573bf95319eb1d42eed553dbac6f568c91259b95ef00acbed0294e65
5
5
  SHA512:
6
- metadata.gz: 10b7a466f4099130c63f9ea0cb96eba3e607b036b62c1af329c9f2497522bd5a107b3f9eaf9bfb5fc92823390d6132f5924ae0fc6599d559d42848438001f710
7
- data.tar.gz: 9bc10757f64e99ac17906dddaa22a1625f1fa3a1500ae4d06609c9ae60df846f47b60e09ee28e92086c8022920cf1e025336e88e24189e704910e4554e09bded
6
+ metadata.gz: 73203d18c5b200f1ff3d24dc584a456ec06bf48d286628fbbf5d029faae5ba73dbf53fbabef7c6c6074a7ea5b8a493b653df4f1049dd2d10138e03abed049997
7
+ data.tar.gz: f9122f04d9d03e0899d9584045ce4df53b06be0fd21ed007a6bd3ef4db122c061d0fb95c1d9a8baf5bd2709f099506da4db643c5064b61a0781d89f888f10f44
data/CHANGELOG.md CHANGED
@@ -13,6 +13,14 @@ Note: These changes are not considered notable:
13
13
 
14
14
  ## [Unreleased]
15
15
 
16
+ ## [6.0.7] - 2024-10-24
17
+ #### Fixed
18
+ - Context object correctly dumps to JSON
19
+
20
+ ## [6.0.6] - 2024-10-23
21
+ #### Changed
22
+ - Upgrade core engine library to allow ffi version 1.16.3
23
+
16
24
  ## [6.0.5] - 2024-09-25
17
25
  #### Fixed
18
26
  - Upgrade core engine library to support ARM on legacy Mac
data/README.md CHANGED
@@ -25,7 +25,7 @@ Ruby client for the [Unleash](https://github.com/Unleash/unleash) feature manage
25
25
  Add this line to your application's Gemfile:
26
26
 
27
27
  ```ruby
28
- gem 'unleash', '~> 6.0.5'
28
+ gem 'unleash', '~> 6.0.7'
29
29
  ```
30
30
 
31
31
  And then execute:
@@ -122,7 +122,7 @@ module Unleash
122
122
  'interval': Unleash.configuration.metrics_interval_in_millis,
123
123
  'platformName': RUBY_ENGINE,
124
124
  'platformVersion': RUBY_VERSION,
125
- 'yggdrasilVersion': "0.13.2",
125
+ 'yggdrasilVersion': "0.13.3",
126
126
  'specVersion': Unleash::CLIENT_SPECIFICATION_VERSION
127
127
  }
128
128
  end
@@ -23,7 +23,7 @@ module Unleash
23
23
  ",app_name=#{@app_name},environment=#{@environment},current_time=#{@current_time}>"
24
24
  end
25
25
 
26
- def as_json
26
+ def as_json(*_options)
27
27
  {
28
28
  appName: to_safe_value(self.app_name),
29
29
  environment: to_safe_value(self.environment),
@@ -20,7 +20,7 @@ module Unleash
20
20
  {
21
21
  'platformName': RUBY_ENGINE,
22
22
  'platformVersion': RUBY_VERSION,
23
- 'yggdrasilVersion': "0.13.2",
23
+ 'yggdrasilVersion': "0.13.3",
24
24
  'specVersion': Unleash::CLIENT_SPECIFICATION_VERSION,
25
25
  'appName': Unleash.configuration.app_name,
26
26
  'instanceId': Unleash.configuration.instance_id,
@@ -1,3 +1,3 @@
1
1
  module Unleash
2
- VERSION = "6.0.5".freeze
2
+ VERSION = "6.0.7".freeze
3
3
  end
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
  spec.require_paths = ["lib"]
24
24
  spec.required_ruby_version = ">= 2.7"
25
25
 
26
- spec.add_dependency "yggdrasil-engine", "~> 0.0.6"
26
+ spec.add_dependency "yggdrasil-engine", "~> 0.0.7"
27
27
 
28
28
  spec.add_development_dependency "bundler", "~> 2.1"
29
29
  spec.add_development_dependency "rake", "~> 12.3"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unleash
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.5
4
+ version: 6.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Renato Arruda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-21 00:00:00.000000000 Z
11
+ date: 2024-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: yggdrasil-engine
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.0.6
19
+ version: 0.0.7
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.0.6
26
+ version: 0.0.7
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement