cached_counts 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module CachedCounts
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
data/lib/cached_counts.rb CHANGED
@@ -5,7 +5,7 @@ rescue LoadError
5
5
  #do nothing
6
6
  end
7
7
 
8
- require 'cached_counts/Active_record_base_methods'
8
+ require 'cached_counts/active_record_base_methods'
9
9
  require 'cached_counts/active_record_relation_methods'
10
10
  require 'cached_counts/cache'
11
11
  require 'cached_counts/version'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cached_counts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: