sporkd-couchrest 0.33 → 0.34

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/couchrest/support/rails.rb +0 -5
  2. metadata +1 -1
@@ -19,11 +19,6 @@ CouchRest::Document.class_eval do
19
19
  super
20
20
  end
21
21
  alias_method :kind_of?, :is_a?
22
-
23
- # Gives extended doc a seamless logger
24
- def logger
25
- ActiveRecord::Base.logger
26
- end
27
22
  end
28
23
 
29
24
  CouchRest::CastedModel.class_eval do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sporkd-couchrest
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.33"
4
+ version: "0.34"
5
5
  platform: ruby
6
6
  authors:
7
7
  - J. Chris Anderson