Update rubocop, and make rubocop happy

This commit is contained in:
2017-10-24 01:10:19 +01:00
parent ad9709df2d
commit 899ad6bdb6
11 changed files with 26 additions and 7 deletions

View File

@@ -1 +1,3 @@
# frozen_string_literal: true
require 'bunnyrun'

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'bunnyrun/message'
module BunnyRun

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module BunnyRun
class Message
attr_reader :delivery_info

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'bunny'
require 'logger'

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module BunnyRun
VERSION = '0.1.0'.freeze
VERSION = '0.1.0'
end