Skip to content

Commit ad8ff1f

Browse files
authored
Merge pull request #267 from DataDog/ivoanjo/prof-8289-libdatadog5-ruby
[PROF-8289] Package libdatadog v5.0.0 for Ruby
2 parents 7b8a01e + 426db24 commit ad8ff1f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ruby/Rakefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require "rubygems/package"
1111

1212
RSpec::Core::RakeTask.new(:spec)
1313

14-
LIB_VERSION_TO_PACKAGE = "4.0.0"
14+
LIB_VERSION_TO_PACKAGE = "5.0.0"
1515
unless LIB_VERSION_TO_PACKAGE.start_with?(Libdatadog::LIB_VERSION)
1616
raise "`LIB_VERSION_TO_PACKAGE` setting in <Rakefile> (#{LIB_VERSION_TO_PACKAGE}) does not match " \
1717
"`LIB_VERSION` setting in <lib/libdatadog/version.rb> (#{Libdatadog::LIB_VERSION})"
@@ -20,22 +20,22 @@ end
2020
LIB_GITHUB_RELEASES = [
2121
{
2222
file: "libdatadog-aarch64-alpine-linux-musl.tar.gz",
23-
sha256: "8819ede8a8dbbc133e014426ac2b151a31b977142a228afec3759e7a66fc2a4f",
23+
sha256: "f5fb14372b8d6018f4759eb81447dfec0d3393e8e4e44fe890c42045563b5de4",
2424
ruby_platform: "aarch64-linux-musl"
2525
},
2626
{
2727
file: "libdatadog-aarch64-unknown-linux-gnu.tar.gz",
28-
sha256: "dff1c1b87c9cc304aa8f009421117b3822190055ba34cd267c8f4500c46637c0",
28+
sha256: "2b3d1c5c3965ab4a9436aff4e101814eddaa59b59cb984ce6ebda45613aadbc3",
2929
ruby_platform: "aarch64-linux"
3030
},
3131
{
3232
file: "libdatadog-x86_64-alpine-linux-musl.tar.gz",
33-
sha256: "e65540dc0c21fbc06ae884622f17c73c52e475613c0628f9a9630624d8bb01b2",
33+
sha256: "060482ff1c34940cf7fad1dc841693602e04e4fa54ac9e9f08cb688efcbab137",
3434
ruby_platform: "x86_64-linux-musl"
3535
},
3636
{
3737
file: "libdatadog-x86_64-unknown-linux-gnu.tar.gz",
38-
sha256: "a987f8dd6c1aae92fc33613ae3b11473f701ef0f1a858c3a9b0673b83d2c2a90",
38+
sha256: "11c09440271dd4374b8fca8f0faa66c43a5e057aae05902543beb1e6cb382e52",
3939
ruby_platform: "x86_64-linux"
4040
}
4141
]

ruby/lib/libdatadog/version.rb

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

33
module Libdatadog
44
# Current libdatadog version
5-
LIB_VERSION = "4.0.0"
5+
LIB_VERSION = "5.0.0"
66

77
GEM_MAJOR_VERSION = "1"
88
GEM_MINOR_VERSION = "0"

0 commit comments

Comments
 (0)