Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
bump to 0.2.2 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoromanovsky authored Oct 26, 2023
1 parent 266dd97 commit ba5b979
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
eppo-server-sdk (0.2.1)
eppo-server-sdk (0.2.2)
concurrent-ruby (~> 1.1, >= 1.1.9)
faraday (~> 2.7, >= 2.7.1)
faraday-retry (~> 2.0, >= 2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion eppo-server-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'eppo-server-sdk'
s.version = '0.2.1'
s.version = '0.2.2'
s.summary = 'Eppo SDK for Ruby'
s.authors = ['Eppo']
s.email = 'eppo-team@geteppo.com'
Expand Down
2 changes: 1 addition & 1 deletion spec/client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
stub_request(
:get,
"#{MOCK_BASE_URL}/randomized_assignment/v3/config?apiKey=dummy&sdkName="\
'ruby&sdkVersion=0.2.1'
'ruby&sdkVersion=0.2.2'
).to_return(
body: File.read('spec/test-data/rac-experiments-v3.json')
)
Expand Down

0 comments on commit ba5b979

Please sign in to comment.