solrizer 1.1.1 → 1.1.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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- solrizer (1.1.1)
4
+ solrizer (1.1.2)
5
5
  daemons
6
6
  mediashelf-loggable
7
7
  nokogiri
@@ -1,10 +1,13 @@
1
+ h2. 1.1.2
2
+
3
+ BUG: Not responding to messages of type: "modifyDatastreamByValue"
4
+
1
5
  h2. 1.1.1
2
6
 
3
7
  BUG: Trying to index the children of proxy terms (can't access them in OM). Added a check to make sure it doesn't do this.
4
8
  BUG: Not responding to messages of type: "modifyDatastreamByReference"
5
9
  BUG: Not logging unavailable message types
6
10
 
7
-
8
11
  h2. 1.0.3
9
12
 
10
13
  BUG: Extractor.format_field_values was choking when value was nil
@@ -89,7 +89,7 @@ begin
89
89
 
90
90
  puts @msg.headers.inspect
91
91
  puts "\nPID: #{@msg.headers["pid"]}\n"
92
- if ["addDatastream", "addRelationship","ingest","modifyDatastream","modifyDatastreamByReference","modifyObject","purgeDatastream","purgeRelationship"].include? method
92
+ if ["addDatastream", "addRelationship","ingest","modifyDatastreamByValue","modifyDatastreamByReference","modifyObject","purgeDatastream","purgeRelationship"].include? method
93
93
  solrizer = Solrizer::Fedora::Solrizer.new
94
94
  solrizer.solrize @msg.headers["pid"]
95
95
  elsif method == "purgeObject"
@@ -1,3 +1,3 @@
1
1
  module Solrizer
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solrizer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 1
10
- version: 1.1.1
9
+ - 2
10
+ version: 1.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Zumwalt
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-19 00:00:00 -05:00
18
+ date: 2011-09-20 00:00:00 +08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency