lib/where_lower.rb in where_lower-0.3.0 vs lib/where_lower.rb in where_lower-0.3.1

- old
+ new

@@ -1,5 +1,5 @@ -require 'active_record' -require 'where_lower/version' -require 'where_lower/base' -require 'where_lower/scope_spawner' -require 'where_lower/active_record_extension' +require "where_lower/version" + +require "where_lower/base" +require "where_lower/scope_spawner" +require "where_lower/active_record_extension"