rcache 0.0.2 → 0.0.3

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 (3) hide show
  1. data/lib/rcache/version.rb +1 -1
  2. data/lib/rcache.rb +1 -0
  3. metadata +3 -3
@@ -1,3 +1,3 @@
1
1
  module Rcache
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/lib/rcache.rb CHANGED
@@ -7,6 +7,7 @@ require "rcache/relation"
7
7
  require "rcache/association"
8
8
  require "rcache/querying"
9
9
  require "rcache/preloader"
10
+ require "rcache/arel"
10
11
 
11
12
  module Rcache
12
13
  class << self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -96,7 +96,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  segments:
98
98
  - 0
99
- hash: 2546036101043435318
99
+ hash: 4508915765812784471
100
100
  required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  none: false
102
102
  requirements:
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  version: '0'
106
106
  segments:
107
107
  - 0
108
- hash: 2546036101043435318
108
+ hash: 4508915765812784471
109
109
  requirements: []
110
110
  rubyforge_project:
111
111
  rubygems_version: 1.8.25