hydra-mods 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +19 -0
- data/hydra-mods.gemspec +1 -1
- data/lib/hydra/mods.rb +1 -1
- metadata +4 -3
data/.gitignore
ADDED
data/hydra-mods.gemspec
CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = 'hydra-mods'
|
6
|
-
s.version = '0.0.
|
6
|
+
s.version = '0.0.5'
|
7
7
|
s.platform = Gem::Platform::RUBY
|
8
8
|
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
9
|
s.email = ["hydra-tech@googlegroups.com"]
|
data/lib/hydra/mods.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
module Hydra
|
2
2
|
|
3
3
|
module Datastream
|
4
|
-
autoload :
|
4
|
+
autoload :CommonModsIndexMethods, 'hydra/datastream/common_mods_index_methods'
|
5
5
|
autoload :ModsArticle, 'hydra/datastream/mods_article'
|
6
6
|
autoload :ModsBasic, 'hydra/datastream/mods_basic'
|
7
7
|
autoload :ModsGenericContent, 'hydra/datastream/mods_generic_content'
|
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.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-06-
|
13
|
+
date: 2012-06-12 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: active-fedora
|
@@ -99,6 +99,7 @@ executables: []
|
|
99
99
|
extensions: []
|
100
100
|
extra_rdoc_files: []
|
101
101
|
files:
|
102
|
+
- .gitignore
|
102
103
|
- Gemfile
|
103
104
|
- Rakefile
|
104
105
|
- app/models/hydra/datastream/common_mods_index_methods.rb
|
@@ -149,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
149
150
|
version: '0'
|
150
151
|
requirements: []
|
151
152
|
rubyforge_project:
|
152
|
-
rubygems_version: 1.8.
|
153
|
+
rubygems_version: 1.8.21
|
153
154
|
signing_key:
|
154
155
|
specification_version: 3
|
155
156
|
summary: Hydra MODS components split out from hydra-head
|