hydra 6.0.0.rc2 → 6.0.0.rc3
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/CONTRIBUTING.md +1 -1
- data/README.md +1 -1
- data/lib/hydra.rb +9 -4
- data/lib/hydra/version.rb +1 -1
- metadata +8 -6
data/CONTRIBUTING.md
CHANGED
|
@@ -66,7 +66,7 @@ https://wiki.duraspace.org/display/hydra/Hydra+Project+Intellectual+Property+Lic
|
|
|
66
66
|
## Submitting Changes
|
|
67
67
|
|
|
68
68
|
* Push your changes to a topic branch in your fork of the repository.
|
|
69
|
-
* Submit a pull request to the project https://github.com/
|
|
69
|
+
* Submit a pull request to the project https://github.com/projecthydra/hydra
|
|
70
70
|
* Update your Github issue – if you use the hub command, this can be automated – by associating the issue with the pull request.
|
|
71
71
|
|
|
72
72
|
# Additional Resources
|
data/README.md
CHANGED
data/lib/hydra.rb
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
require "hydra/version"
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
require 'hydra/head'
|
|
3
|
+
require 'active-fedora'
|
|
4
|
+
require 'rails'
|
|
5
|
+
require 'om'
|
|
6
|
+
require 'solrizer'
|
|
7
|
+
require 'rsolr'
|
|
8
|
+
require 'blacklight'
|
|
9
|
+
require 'nokogiri'
|
|
10
|
+
require 'rubydora'
|
data/lib/hydra/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hydra
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.0.0.
|
|
4
|
+
version: 6.0.0.rc3
|
|
5
5
|
prerelease: 6
|
|
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: 2013-04-
|
|
12
|
+
date: 2013-04-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: hydra-head
|
|
@@ -213,20 +213,22 @@ require_paths:
|
|
|
213
213
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
214
214
|
none: false
|
|
215
215
|
requirements:
|
|
216
|
-
- -
|
|
216
|
+
- - '>='
|
|
217
217
|
- !ruby/object:Gem::Version
|
|
218
218
|
version: '0'
|
|
219
|
+
segments:
|
|
220
|
+
- 0
|
|
221
|
+
hash: 1154781068431053657
|
|
219
222
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
220
223
|
none: false
|
|
221
224
|
requirements:
|
|
222
|
-
- -
|
|
225
|
+
- - '>'
|
|
223
226
|
- !ruby/object:Gem::Version
|
|
224
227
|
version: 1.3.1
|
|
225
228
|
requirements: []
|
|
226
229
|
rubyforge_project:
|
|
227
|
-
rubygems_version: 1.8.
|
|
230
|
+
rubygems_version: 1.8.25
|
|
228
231
|
signing_key:
|
|
229
232
|
specification_version: 3
|
|
230
233
|
summary: Project Hydra Stack Dependencies
|
|
231
234
|
test_files: []
|
|
232
|
-
has_rdoc:
|