hydra-mods 0.0.3 → 0.0.4

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.
Files changed (3) hide show
  1. data/hydra-mods.gemspec +1 -1
  2. data/lib/hydra/mods.rb +4 -0
  3. metadata +1 -1
@@ -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.3'
6
+ s.version = '0.0.4'
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"]
@@ -1,8 +1,12 @@
1
1
  module Hydra
2
2
 
3
3
  module Datastream
4
+ autoload :CommonsModsIndexMethods, 'hydra/datastream/common_mods_index_methods'
4
5
  autoload :ModsArticle, 'hydra/datastream/mods_article'
6
+ autoload :ModsBasic, 'hydra/datastream/mods_basic'
5
7
  autoload :ModsGenericContent, 'hydra/datastream/mods_generic_content'
8
+ autoload :ModsDataset, 'hydra/datastream/mods_dataset'
9
+ autoload :ModsImage, 'hydra/datastream/mods_image'
6
10
  end
7
11
  # DEPRECATED STUFF
8
12
  #module ModelMixins
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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: