sporkd-couchrest 0.33 → 0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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