solrizer-fedora 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/History.textile CHANGED
@@ -1,3 +1,6 @@
1
+ h2. 1.2.3
2
+ Don't require ruby-debug
3
+
1
4
  h2. 1.2.2
2
5
  Now requires active-fedora >= 3.1.0
3
6
 
@@ -10,7 +10,6 @@ require 'active_support/core_ext/hash'
10
10
  # require 'solrizer/xml.rb'
11
11
 
12
12
  require 'fastercsv' # this is used by solrize_objects when you pass it a csv file of pids
13
- require "ruby-debug"
14
13
 
15
14
 
16
15
  module Solrizer::Fedora
@@ -1,5 +1,5 @@
1
1
  module Solrizer
2
2
  module Fedora
3
- VERSION = "1.2.2"
3
+ VERSION = "1.2.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solrizer-fedora
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 2
10
- version: 1.2.2
9
+ - 3
10
+ version: 1.2.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Zumwalt
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-21 00:00:00 -06:00
19
- default_executable:
18
+ date: 2012-01-27 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: solr-ruby
@@ -165,7 +164,6 @@ files:
165
164
  - spec/units/fedora_extractor_spec.rb
166
165
  - spec/units/fedora_indexer_spec.rb
167
166
  - spec/units/fedora_solrizer_spec.rb
168
- has_rdoc: true
169
167
  homepage: http://github.com/projecthydra/solrizer-fedora
170
168
  licenses: []
171
169
 
@@ -195,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
193
  requirements: []
196
194
 
197
195
  rubyforge_project: solrizer-fedora
198
- rubygems_version: 1.6.2
196
+ rubygems_version: 1.8.15
199
197
  signing_key:
200
198
  specification_version: 3
201
199
  summary: An extension to solrizer that deals with Fedora objects & Repositories
@@ -209,3 +207,4 @@ test_files:
209
207
  - spec/units/fedora_extractor_spec.rb
210
208
  - spec/units/fedora_indexer_spec.rb
211
209
  - spec/units/fedora_solrizer_spec.rb
210
+ has_rdoc: