endeca 1.5.1 → 1.5.2
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/endeca.gemspec +2 -2
- data/lib/endeca.rb +1 -1
- data/lib/endeca/map.rb +1 -1
- data/spec/endeca/document_spec.rb +1 -1
- data/spec/endeca/map_spec.rb +1 -1
- metadata +3 -3
data/endeca.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{endeca}
|
|
8
|
-
s.version = "1.5.
|
|
8
|
+
s.version = "1.5.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Primedia Team"]
|
|
12
|
-
s.date = %q{2010-06-
|
|
12
|
+
s.date = %q{2010-06-07}
|
|
13
13
|
s.email = %q{}
|
|
14
14
|
s.extra_rdoc_files = [
|
|
15
15
|
"README.rdoc"
|
data/lib/endeca.rb
CHANGED
data/lib/endeca/map.rb
CHANGED
|
@@ -383,7 +383,7 @@ describe Endeca::Document do
|
|
|
383
383
|
|
|
384
384
|
describe "#inspect" do
|
|
385
385
|
it "should return details of the Document class" do
|
|
386
|
-
Endeca::Document.inspect.should == "#<Endeca::Document>\nPath: \"http://endeca.example.com\"\nCollection Class: SubDocumentCollection\"\nMappings:\n\tfoo: {:new_foo=>\"
|
|
386
|
+
Endeca::Document.inspect.should == "#<Endeca::Document>\nPath: \"http://endeca.example.com\"\nCollection Class: SubDocumentCollection\"\nMappings:\n\tfoo: {:new_foo=>\"\"}\n\t \nDefaultParams:\n\t \n"
|
|
387
387
|
end
|
|
388
388
|
end
|
|
389
389
|
end
|
data/spec/endeca/map_spec.rb
CHANGED
|
@@ -116,7 +116,7 @@ describe Endeca::Map do
|
|
|
116
116
|
map = Endeca::Map.new :foo
|
|
117
117
|
map.into(:Ntk => :Ntt)
|
|
118
118
|
map.inspect.should include(":Ntk=>\"foo\"")
|
|
119
|
-
map.inspect.should include(":Ntt=>\"
|
|
119
|
+
map.inspect.should include(":Ntt=>\"\"")
|
|
120
120
|
end
|
|
121
121
|
end
|
|
122
122
|
end
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 5
|
|
8
|
-
-
|
|
9
|
-
version: 1.5.
|
|
8
|
+
- 2
|
|
9
|
+
version: 1.5.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Primedia Team
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-06-
|
|
17
|
+
date: 2010-06-07 00:00:00 -04:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|