Skip to content

Commit

Permalink
revert versio, fix appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
AS-AlStar committed Feb 17, 2024
1 parent 084b756 commit cb34ca9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions instrumentation/gruf/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,26 @@
#
# SPDX-License-Identifier: Apache-2.0

appraise 'gruf-2.19.0' do
appraise 'gruf-2.15' do
gem 'gruf', '~> 2.15.0'
end

appraise 'gruf-2.16' do
gem 'gruf', '~> 2.16.0'
end

appraise 'gruf-2.17' do
gem 'gruf', '~> 2.17.0'
end

appraise 'gruf-2.18' do
gem 'gruf', '~> 2.18.0'
end

appraise 'gruf-2.19' do
gem 'gruf', '~> 2.19.0'
gem 'grpc', '>= 1.61.0'
end

# appraise 'ruby-3.2.2' do
# gem 'gruf', '< 2.16.0'
# end
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Gruf
VERSION = '0.1.2'
VERSION = '0.1.1'
end
end
end

0 comments on commit cb34ca9

Please sign in to comment.