thinking-sphinx 1.3.12 → 1.3.13
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 +1 -1
- data/lib/thinking_sphinx/attribute.rb +1 -1
- data/spec/thinking_sphinx/attribute_spec.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.13
|
@@ -548,7 +548,7 @@ describe ThinkingSphinx::Attribute do
|
|
548
548
|
stub('column', :__stack => [:assoc_name], :__name => :id)
|
549
549
|
]
|
550
550
|
@instance.stub!(:assoc_name => nil)
|
551
|
-
@attribute.live_value(@instance).should
|
551
|
+
@attribute.live_value(@instance).should == 0
|
552
552
|
end
|
553
553
|
|
554
554
|
it "should handle association chains" do
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thinking-sphinx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pat Allan
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-12-
|
12
|
+
date: 2009-12-15 00:00:00 +11:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|