From 3e14de45638063cf1b333aaecf3d8595326f3424 Mon Sep 17 00:00:00 2001 From: kwasniew Date: Tue, 19 Aug 2025 13:43:33 +0200 Subject: [PATCH 1/3] feat: ygg with get state --- unleash-client.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unleash-client.gemspec b/unleash-client.gemspec index 655e682..874650c 100644 --- a/unleash-client.gemspec +++ b/unleash-client.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = ">= 2.7" spec.add_dependency "ld-eventsource", "2.2.4" unless RUBY_ENGINE == 'jruby' - spec.add_dependency "yggdrasil-engine", "~> 1.0.4" + spec.add_dependency "yggdrasil-engine", "~> 1.1.0" spec.add_dependency "base64", "~> 0.3.0" spec.add_dependency "logger", "~> 1.6" From cee11743ac3b89b3d8d1b2d5887eb0c156e7e121 Mon Sep 17 00:00:00 2001 From: kwasniew Date: Tue, 19 Aug 2025 15:35:40 +0200 Subject: [PATCH 2/3] fix: broken spec without project --- lib/unleash/spec_version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unleash/spec_version.rb b/lib/unleash/spec_version.rb index 37b46da..4bcdcd3 100644 --- a/lib/unleash/spec_version.rb +++ b/lib/unleash/spec_version.rb @@ -1,3 +1,3 @@ module Unleash - CLIENT_SPECIFICATION_VERSION = "5.2.0".freeze + CLIENT_SPECIFICATION_VERSION = "5.2.2".freeze end From 2c3704edbb8c67f7ac67e0decd67eb1893c661c3 Mon Sep 17 00:00:00 2001 From: kwasniew Date: Tue, 19 Aug 2025 15:37:43 +0200 Subject: [PATCH 3/3] fix: broken spec without project --- spec/unleash/configuration_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unleash/configuration_spec.rb b/spec/unleash/configuration_spec.rb index 8aed1d6..977e1b1 100644 --- a/spec/unleash/configuration_spec.rb +++ b/spec/unleash/configuration_spec.rb @@ -153,7 +153,7 @@ 'UNLEASH-INSTANCEID' => config.instance_id, 'UNLEASH-CONNECTION-ID' => fixed_uuid, 'UNLEASH-SDK' => "unleash-ruby-sdk:#{Unleash::VERSION}", - 'Unleash-Client-Spec' => '5.2.0', + 'Unleash-Client-Spec' => '5.2.2', 'User-Agent' => "UnleashClientRuby/#{Unleash::VERSION} #{RUBY_ENGINE}/#{RUBY_VERSION} [#{RUBY_PLATFORM}]" } )