Skip to content

Commit 5ad1cea

Browse files
committed
Renames gem again due to conflict
1 parent f2a771b commit 5ad1cea

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'base64'
55
require File.expand_path("../lib/bunny_mock/version", __FILE__)
66

77
Gem::Specification.new do |s|
8-
s.name = 'bunny_mock'
8+
s.name = 'bunny-mock'
99
s.version = BunnyMock::VERSION.dup
1010
s.summary = 'Mocking for the popular Bunny client for RabbitMQ'
1111
s.description = 'Easy to use mocking for testing the Bunny client for RabbitMQ'
File renamed without changes.

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Bundler.setup :default, :test
77
Bundler.require
88

9-
require 'bunny_mock'
9+
require 'bunny-mock'
1010

1111
RSpec.configure do |config|
1212

0 commit comments

Comments
 (0)