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 ADDED
@@ -0,0 +1,19 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
18
+ *.swp
19
+ *.swo
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.4'
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 :CommonsModsIndexMethods, 'hydra/datastream/common_mods_index_methods'
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
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-08 00:00:00.000000000 Z
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.24
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