kbaum-rails_sequel 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,7 +28,6 @@ module RailsSequel
28
28
  options[:adapter] = config[:adapter] || "sqlite"
29
29
 
30
30
  if options[:adapter]=='sqlite3'
31
- puts "changing from sqlite3 to sqlite"
32
31
  options[:adapter] = 'sqlite'
33
32
  end
34
33
 
@@ -59,4 +58,4 @@ module RailsSequel
59
58
  options[:loggers] = [Rails.logger]
60
59
  options
61
60
  end
62
- end
61
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kbaum-rails_sequel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Usewicz