ar-simple-idmap 0.3.0 → 0.3.1

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -100,7 +100,7 @@ module ActiveRecord # :nodoc:
100
100
  find_without_identity_map(:first, {:conditions=>{:id=>to_find}})
101
101
  end
102
102
  end
103
- else
103
+ elsif !ids.is_a?(Symbol)
104
104
  fetch_single(map, ids)
105
105
  end
106
106
  if method_defined?(:merge_includes) &&
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ar-simple-idmap
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
5
- prerelease: false
4
+ hash: 17
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- version: 0.3.0
9
+ - 1
10
+ version: 0.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sokolov Yura aka funny_falcon
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-05 00:00:00 +03:00
18
+ date: 2011-03-11 00:00:00 +03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  requirements: []
87
87
 
88
88
  rubyforge_project: ar-simple-idmap
89
- rubygems_version: 1.3.7
89
+ rubygems_version: 1.6.1
90
90
  signing_key:
91
91
  specification_version: 3
92
92
  summary: Simple identity map for ActiveRecord