File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717 spec . metadata [ "source_code_uri" ] = "https://github.com/BigRails/bigrails-redis"
1818 spec . metadata [ "changelog_uri" ] = "https://github.com/bigrails/bigrails-redis/releases"
1919
20- spec . files = Dir [ ' {lib,exe}/**/*' , ' README.md' ]
20+ spec . files = Dir [ " {lib,exe}/**/*" , " README.md" ]
2121 spec . bindir = "exe"
2222 spec . executables = spec . files . grep ( %r{\A exe/} ) { |f | File . basename ( f ) }
2323
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def initialize(redis_options)
2121 def ensure_connection_pool_added!
2222 require "connection_pool"
2323 rescue LoadError => e
24- $stderr . puts "You don't have connection_pool installed in your application. Please add it to your Gemfile and run bundle install"
24+ warn "You don't have connection_pool installed in your application. Please add it to your Gemfile and run bundle install"
2525 raise e
2626 end
2727 end
You can’t perform that action at this time.
0 commit comments