Skip to content

Commit fdf2afa

Browse files
committed
Alias redis_cluster_client to redis-cluster-client to match the gem name
1 parent 564ec85 commit fdf2afa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/redis-cluster-client.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# frozen_string_literal: true
2+
3+
require 'redis_cluster_client'

test/testing_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# @see https://docs.ruby-lang.org/en/2.1.0/MiniTest/Assertions.html
44

55
require 'minitest/autorun'
6-
require 'redis_cluster_client'
6+
require 'redis-cluster-client'
77
require 'testing_constants'
88
require 'cluster_controller'
99

0 commit comments

Comments
 (0)