hydra 6.0.0.rc2 → 6.0.0.rc3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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/hydra/hydra
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
@@ -19,7 +19,7 @@ If you need to previous hydra gem, you can use `gem ngauthier-hydra`.
19
19
 
20
20
  ## Developer Wiki
21
21
 
22
- https://github.com/hydra/hydra/wiki
22
+ https://github.com/projecthydra/hydra/wiki
23
23
 
24
24
  ## Installation
25
25
 
@@ -1,5 +1,10 @@
1
1
  require "hydra/version"
2
-
3
- module Hydra
4
- # Your code goes here...
5
- end
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'
@@ -1,3 +1,3 @@
1
1
  module Hydra
2
- VERSION = "6.0.0.rc2"
2
+ VERSION = "6.0.0.rc3"
3
3
  end
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.rc2
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-04 00:00:00.000000000 Z
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.24
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: