Skip to content

Commit

Permalink
build: release 0.8.0 (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
supercaracal committed Apr 12, 2024
1 parent 364e5bc commit 8af34d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis-cluster-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.name = 'redis-cluster-client'
s.summary = 'A Redis cluster client for Ruby'
s.version = '0.7.11'
s.version = '0.8.0'
s.license = 'MIT'
s.homepage = 'https://github.com/redis-rb/redis-cluster-client'
s.authors = ['Taishi Kasuga']
Expand All @@ -13,5 +13,5 @@ Gem::Specification.new do |s|
s.metadata['allowed_push_host'] = 'https://rubygems.org'
s.files = Dir['lib/**/*.rb']

s.add_runtime_dependency 'redis-client', '~> 0.12'
s.add_runtime_dependency 'redis-client', '~> 0.22'
end

0 comments on commit 8af34d0

Please sign in to comment.