Skip to content

Commit

Permalink
restored Rakefile gem dependency info
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingzumwalt committed Oct 26, 2010
1 parent 6258c96 commit daa1410
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ begin
gem.homepage = "http://yourmediashelf.com/activefedora"
gem.authors = ["Matt Zumwalt", "McClain Looney"]
gem.rubyforge_project = 'rubyfedora'
gem.add_dependency('solr-ruby', '>= 0.0.6')
gem.add_dependency('xml-simple', '>= 1.0.12')
gem.add_dependency('mime-types', '>= 1.16')
gem.add_dependency('multipart-post')
gem.add_dependency('nokogiri')
gem.add_dependency('om', '>= 1.0')
gem.add_dependency('solrizer', '>=0.3.0')
gem.add_dependency("active_resource", "<3.0.0")
gem.add_development_dependency "rspec", ">= 1.2.9"
gem.add_development_dependency "mocha", ">= 0.9.8"
gem.add_development_dependency "ruby-debug"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
Expand Down

0 comments on commit daa1410

Please sign in to comment.