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 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.1"
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-03}
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
@@ -13,7 +13,7 @@ module Endeca
13
13
  extend Logging
14
14
 
15
15
  # :stopdoc:
16
- VERSION = '1.5.1'
16
+ VERSION = '1.5.2'
17
17
  # :startdoc:
18
18
 
19
19
  # Returns the version string for the library.
data/lib/endeca/map.rb CHANGED
@@ -126,7 +126,7 @@ module Endeca
126
126
  end
127
127
 
128
128
  def inspect
129
- perform({ @old_key => "inspect_data" }).inspect
129
+ perform({ @old_key => "" }).inspect
130
130
  end
131
131
 
132
132
  private
@@ -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=>\"inspect_data\"}\n\t \nDefaultParams:\n\t \n"
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
@@ -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=>\"inspect_data\"")
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
- - 1
9
- version: 1.5.1
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-03 00:00:00 -04:00
17
+ date: 2010-06-07 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency