hydra-mods 0.0.5 → 0.0.6
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/hydra-mods.gemspec +2 -3
- metadata +6 -5
data/hydra-mods.gemspec
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
$:.push File.expand_path("../lib", __FILE__)
|
|
2
|
-
# require "hydra-head/version"
|
|
3
2
|
|
|
4
3
|
Gem::Specification.new do |s|
|
|
5
4
|
s.name = 'hydra-mods'
|
|
6
|
-
s.version = '0.0.
|
|
5
|
+
s.version = '0.0.6'
|
|
7
6
|
s.platform = Gem::Platform::RUBY
|
|
8
7
|
s.authors = ["Matt Zumwalt, Bess Sadler, Julie Meloni, Naomi Dushay, Jessie Keck, John Scofield, Justin Coyne & many more. See https://github.com/projecthydra/hydra-head/contributors"]
|
|
9
8
|
s.email = ["hydra-tech@googlegroups.com"]
|
|
@@ -11,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
11
10
|
s.summary = "Hydra MODS components split out from hydra-head"
|
|
12
11
|
s.description = "Hydra MODS components split out from hydra-head"
|
|
13
12
|
|
|
14
|
-
s.add_dependency 'active-fedora', "
|
|
13
|
+
s.add_dependency 'active-fedora', ">4.1"
|
|
15
14
|
s.add_development_dependency "rspec"
|
|
16
15
|
s.add_development_dependency "mocha"
|
|
17
16
|
s.add_development_dependency "rspec-rails"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hydra-mods
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,14 +10,14 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-10-25 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: active-fedora
|
|
17
17
|
requirement: !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
|
-
- -
|
|
20
|
+
- - ! '>'
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: '4.1'
|
|
23
23
|
type: :runtime
|
|
@@ -25,7 +25,7 @@ dependencies:
|
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
none: false
|
|
27
27
|
requirements:
|
|
28
|
-
- -
|
|
28
|
+
- - ! '>'
|
|
29
29
|
- !ruby/object:Gem::Version
|
|
30
30
|
version: '4.1'
|
|
31
31
|
- !ruby/object:Gem::Dependency
|
|
@@ -150,8 +150,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
150
150
|
version: '0'
|
|
151
151
|
requirements: []
|
|
152
152
|
rubyforge_project:
|
|
153
|
-
rubygems_version: 1.8.
|
|
153
|
+
rubygems_version: 1.8.24
|
|
154
154
|
signing_key:
|
|
155
155
|
specification_version: 3
|
|
156
156
|
summary: Hydra MODS components split out from hydra-head
|
|
157
157
|
test_files: []
|
|
158
|
+
has_rdoc:
|