solrizer-fedora 1.1.0 → 1.1.1

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/Gemfile.lock CHANGED
@@ -1,81 +1,90 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- solrizer-fedora (1.0.3)
5
- active-fedora (>= 2.2.0)
4
+ solrizer-fedora (1.1.0)
5
+ active-fedora (>= 2.3.0)
6
6
  fastercsv
7
7
  rsolr
8
8
  solr-ruby (>= 0.0.6)
9
9
  solrizer (>= 1.0.0)
10
- solrizer-fedora
11
10
 
12
11
  GEM
13
12
  remote: http://rubygems.org/
14
13
  specs:
15
- RedCloth (4.2.7)
16
- active-fedora (2.2.0)
17
- active-fedora
14
+ RedCloth (4.2.8)
15
+ active-fedora (2.3.5)
18
16
  activeresource
19
17
  equivalent-xml
20
18
  facets
21
19
  mediashelf-loggable
22
20
  mime-types (>= 1.16)
23
- multipart-post
21
+ multipart-post (= 1.1.2)
24
22
  nokogiri
25
23
  om (>= 1.0)
26
24
  solr-ruby (>= 0.0.6)
27
25
  solrizer (> 1.0.0)
28
26
  xml-simple (>= 1.0.12)
29
- activeresource (2.3.11)
30
- activesupport (= 2.3.11)
31
- activesupport (2.3.11)
27
+ activemodel (3.1.0)
28
+ activesupport (= 3.1.0)
29
+ bcrypt-ruby (~> 3.0.0)
30
+ builder (~> 3.0.0)
31
+ i18n (~> 0.6)
32
+ activeresource (3.1.0)
33
+ activemodel (= 3.1.0)
34
+ activesupport (= 3.1.0)
35
+ activesupport (3.1.0)
36
+ multi_json (~> 1.0)
37
+ bcrypt-ruby (3.0.0)
32
38
  builder (3.0.0)
33
- columnize (0.3.2)
34
- daemons (1.1.3)
35
- equivalent-xml (0.2.6)
39
+ columnize (0.3.4)
40
+ daemons (1.1.4)
41
+ equivalent-xml (0.2.7)
36
42
  nokogiri (>= 1.4.3)
37
- facets (2.9.1)
43
+ facets (2.9.2)
38
44
  fastercsv (1.5.4)
39
45
  git (1.2.5)
40
- jettywrapper (0.0.3)
41
- jeweler (1.6.0)
42
- bundler (~> 1.0.0)
46
+ i18n (0.6.0)
47
+ jettywrapper (0.0.10)
48
+ logger
49
+ mediashelf-loggable
50
+ jeweler (1.6.4)
51
+ bundler (~> 1.0)
43
52
  git (>= 1.2.5)
44
53
  rake
45
- linecache (0.43)
46
- mediashelf-loggable (0.4.2)
54
+ linecache (0.46)
55
+ rbx-require-relative (> 0.0.4)
56
+ logger (1.2.8)
57
+ mediashelf-loggable (0.4.7)
47
58
  mime-types (1.16)
48
59
  mocha (0.9.12)
49
- multipart-post (1.1.0)
50
- nokogiri (1.4.4)
51
- om (1.2.4)
60
+ multi_json (1.0.3)
61
+ multipart-post (1.1.2)
62
+ nokogiri (1.5.0)
63
+ om (1.4.0)
64
+ mediashelf-loggable
52
65
  nokogiri (>= 1.4.2)
53
- om
54
- rake (0.8.7)
55
- rcov (0.9.9)
56
- rsolr (1.0.0)
66
+ rake (0.9.2)
67
+ rbx-require-relative (0.0.5)
68
+ rcov (0.9.10)
69
+ rsolr (1.0.2)
57
70
  builder (>= 2.1.2)
58
- rspec (1.3.1)
71
+ rspec (1.3.2)
59
72
  ruby-debug (0.10.4)
60
73
  columnize (>= 0.1)
61
74
  ruby-debug-base (~> 0.10.4.0)
62
75
  ruby-debug-base (0.10.4)
63
76
  linecache (>= 0.3)
64
77
  solr-ruby (0.0.8)
65
- solrizer (1.0.4)
78
+ solrizer (1.1.0)
66
79
  daemons
67
80
  mediashelf-loggable
68
- mediashelf-loggable
69
- nokogiri
70
- nokogiri
71
81
  nokogiri
72
- om
73
82
  om (>= 1.0.0)
74
83
  stomp
75
84
  xml-simple
76
- stomp (1.1.8)
77
- xml-simple (1.0.15)
78
- yard (0.6.8)
85
+ stomp (1.1.9)
86
+ xml-simple (1.1.0)
87
+ yard (0.7.2)
79
88
 
80
89
  PLATFORMS
81
90
  ruby
@@ -59,7 +59,7 @@ class Indexer
59
59
  else
60
60
  if defined?(Rails.root.to_s)
61
61
  config_path = File.join(Rails.root.to_s, "config", "solr.yml")
62
- yaml = YAML.load(File.open(File.join(config_path, "solr.yml")))
62
+ yaml = YAML.load(File.open(config_path))
63
63
  puts RAILS_ENV + "*****"
64
64
  solr_config = yaml[RAILS_ENV]
65
65
  puts solr_config.inspect
@@ -1,5 +1,5 @@
1
1
  module Solrizer
2
2
  module Fedora
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
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: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Zumwalt
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-20 00:00:00 Z
18
+ date: 2011-05-20 00:00:00 -05:00
19
+ default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: solr-ruby
@@ -134,6 +135,7 @@ files:
134
135
  - spec/units/fedora_extractor_spec.rb
135
136
  - spec/units/fedora_indexer_spec.rb
136
137
  - spec/units/fedora_solrizer_spec.rb
138
+ has_rdoc: true
137
139
  homepage: http://github.com/projecthydra/solrizer-fedora
138
140
  licenses: []
139
141
 
@@ -163,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
165
  requirements: []
164
166
 
165
167
  rubyforge_project: solrizer-fedora
166
- rubygems_version: 1.7.2
168
+ rubygems_version: 1.6.2
167
169
  signing_key:
168
170
  specification_version: 3
169
171
  summary: An extension to solrizer that deals with Fedora objects & Repositories
@@ -177,4 +179,3 @@ test_files:
177
179
  - spec/units/fedora_extractor_spec.rb
178
180
  - spec/units/fedora_indexer_spec.rb
179
181
  - spec/units/fedora_solrizer_spec.rb
180
- has_rdoc: