Skip to content

Commit 6013f7a

Browse files
authored
fix(ruby): eppo_client shared lib should be under lib/eppo_client (#62)
* fix(ruby): eppo_client.bundle should be under lib/eppo_client * bump version
1 parent bcf32a4 commit 6013f7a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ruby-sdk/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby-sdk/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
eppo-server-sdk (3.2.7)
4+
eppo-server-sdk (3.2.8)
55
rb_sys (~> 0.9.102)
66

77
GEM

ruby-sdk/ext/eppo_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "eppo_client"
33
# TODO: this version and lib/eppo_client/version.rb should be in sync
4-
version = "3.2.7"
4+
version = "3.2.8"
55
edition = "2021"
66
license = "MIT"
77
publish = false

ruby-sdk/ext/eppo_client/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
require "mkmf"
44
require "rb_sys/mkmf"
55

6-
create_rust_makefile("eppo_client")
6+
create_rust_makefile("eppo_client/eppo_client")

ruby-sdk/lib/eppo_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# TODO: this version and ext/eppo_client/Cargo.toml should be in sync
44
module EppoClient
5-
VERSION = "3.2.7"
5+
VERSION = "3.2.8"
66
end

0 commit comments

Comments
 (0)