Skip to content

Commit 356ddc6

Browse files
committed
Shim for auto-require
1 parent fedb93a commit 356ddc6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
scan-suppressing-logger (0.1.0.pre.alpha.1)
4+
scan-suppressing-logger (0.1.0.pre.alpha1)
55
rails (>= 4.2)
66

77
GEM

lib/scan-suppressing-logger.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require 'scan_suppressing_logger'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ScanSuppressingLogger
2-
VERSION = "0.1.0-alpha1"
3-
end
2+
VERSION = "0.1.0-alpha2"
3+
end

0 commit comments

Comments
 (0)