primedia-endeca 1.3.5 → 1.3.6

Sign up to get free protection for your applications and to get access to all the features.
data/endeca.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{endeca}
5
- s.version = "1.3.5"
5
+ s.version = "1.3.6"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Rein Henrichs", "Andy Stone"]
9
- s.date = %q{2009-08-31}
9
+ s.date = %q{2009-09-14}
10
10
  s.description = %q{An Endeca client library for Ruby.}
11
11
  s.email = %q{}
12
12
  s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.rdoc"]
data/lib/endeca.rb CHANGED
@@ -27,7 +27,7 @@ module Endeca
27
27
  extend Logging
28
28
 
29
29
  # :stopdoc:
30
- VERSION = '1.3.5'
30
+ VERSION = '1.3.6'
31
31
  # :startdoc:
32
32
 
33
33
  # Returns the version string for the library.
data/lib/endeca/map.rb CHANGED
@@ -112,7 +112,7 @@ module Endeca
112
112
  end
113
113
 
114
114
  def inspect
115
- perform({ @old_key => "inspect_data" }).inspect
115
+ perform({ 'old_key' => "inspect_data" }).inspect
116
116
  end
117
117
 
118
118
  private
@@ -372,7 +372,7 @@ describe Endeca::Document do
372
372
 
373
373
  describe "#inspect" do
374
374
  it "should return details of the Document class" do
375
- 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"
375
+ Endeca::Document.inspect.should == "#<Endeca::Document>\nPath: \"http://endeca.example.com\"\nCollection Class: SubDocumentCollection\"\nMappings:\n\tfoo: {:new_foo=>nil}\n\t \nDefaultParams:\n\t \n"
376
376
  end
377
377
  end
378
378
  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
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: primedia-endeca
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.5
4
+ version: 1.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rein Henrichs
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-08-31 00:00:00 -07:00
13
+ date: 2009-09-14 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies: []
16
16