Skip to content

Commit

Permalink
removed yaml from explicit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingzumwalt committed Jun 22, 2010
1 parent c15ff33 commit 5f69243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ begin
gem.add_dependency('multipart-post')
gem.add_dependency('nokogiri')
gem.add_dependency('om', '>= 0.1.4')
gem.add_dependency('yaml')
# gem.add_dependency('yaml')

gem.add_development_dependency "rspec", ">= 1.2.9"
gem.add_development_dependency "mocha", ">= 1.2.9"
Expand Down
9 changes: 3 additions & 6 deletions active-fedora.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matt Zumwalt", "McClain Looney"]
s.date = %q{2010-06-21}
s.date = %q{2010-06-22}
s.description = %q{ActiveFedora provides for creating and managing objects in the Fedora Repository Architecture.}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -209,8 +209,8 @@ Gem::Specification.new do |s|
"lib/fedora/generic_search.rb",
"lib/fedora/repository.rb",
"lib/hydra.rb",
"lib/hydra_libs/mods_article.rb",
"lib/hydra_libs/opinionated_mods_document.rb",
"lib/hydra/mods_article.rb",
"lib/hydra/opinionated_mods_document.rb",
"lib/ruby-fedora.rb",
"lib/util/class_level_inheritable_attributes.rb",
"script/console",
Expand Down Expand Up @@ -343,7 +343,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<multipart-post>, [">= 0"])
s.add_runtime_dependency(%q<nokogiri>, [">= 0"])
s.add_runtime_dependency(%q<om>, [">= 0.1.4"])
s.add_runtime_dependency(%q<yaml>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
s.add_development_dependency(%q<mocha>, [">= 1.2.9"])
s.add_development_dependency(%q<ruby-debug>, [">= 0"])
Expand All @@ -354,7 +353,6 @@ Gem::Specification.new do |s|
s.add_dependency(%q<multipart-post>, [">= 0"])
s.add_dependency(%q<nokogiri>, [">= 0"])
s.add_dependency(%q<om>, [">= 0.1.4"])
s.add_dependency(%q<yaml>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 1.2.9"])
s.add_dependency(%q<mocha>, [">= 1.2.9"])
s.add_dependency(%q<ruby-debug>, [">= 0"])
Expand All @@ -366,7 +364,6 @@ Gem::Specification.new do |s|
s.add_dependency(%q<multipart-post>, [">= 0"])
s.add_dependency(%q<nokogiri>, [">= 0"])
s.add_dependency(%q<om>, [">= 0.1.4"])
s.add_dependency(%q<yaml>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 1.2.9"])
s.add_dependency(%q<mocha>, [">= 1.2.9"])
s.add_dependency(%q<ruby-debug>, [">= 0"])
Expand Down

0 comments on commit 5f69243

Please sign in to comment.