solr_ead 0.0.3 → 0.0.4

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.
@@ -58,7 +58,7 @@ module SolrEad::Behaviors
58
58
  # These fields are used so that we may reconstruct placement of a single component
59
59
  # within the hierarchy of the original ead.
60
60
  def additional_component_fields(node, addl_fields = Hash.new)
61
- addl_fields["id"] = [node.xpath("//eadid").text, node.attr("id")].join(":")
61
+ addl_fields["id"] = [node.xpath("//eadid").text, node.attr("id")].join
62
62
  addl_fields["eadid_s"] = node.xpath("//eadid").text
63
63
  addl_fields["parent_id_s"] = node.parent.attr("id") unless node.parent.attr("id").nil?
64
64
  addl_fields["parent_ids_display"] = parent_id_list(node)
@@ -1,3 +1,3 @@
1
1
  module SolrEad
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solr_ead
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-05 00:00:00.000000000 Z
12
+ date: 2012-10-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: om