datescope 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,3 +29,5 @@ module DateScope
29
29
  end
30
30
 
31
31
  ActiveRecord::Base.send(:extend, DateScope::Extension)
32
+ ActiveRecord::Relation.send(:include, DateScope::Extension)
33
+
@@ -1,3 +1,3 @@
1
1
  module Datescope
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: datescope
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Laszlo Papp