-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed activeresource requirement in specfile Switched Bundler to rely on specfile for runtime dependencies.
- Loading branch information
1 parent
7806db8
commit 7db96f5
Showing
5 changed files
with
38 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,12 @@ | ||
source "http://rubygems.org" | ||
|
||
gem 'solr-ruby', '>= 0.0.6' | ||
gem 'xml-simple', '>= 1.0.12' | ||
gem 'mime-types', '>= 1.16' | ||
gem 'multipart-post' | ||
gem 'nokogiri' | ||
gem 'om', '>= 1.0' | ||
gem 'solrizer', '>=1.0.0', '<2.0.0' | ||
gem 'activeresource' | ||
gem 'mediashelf-loggable' | ||
gem "equivalent-xml" | ||
|
||
group :development, :test do | ||
gem "jeweler" | ||
gem "rspec", "<2.0.0" | ||
gem "mocha", ">= 0.9.8" | ||
gem "ruby-debug" | ||
end | ||
|
||
# Bundler will rely on active-fedora.gemspec (which is generated by Jeweler section of Rakefile) for runtime dependency information. | ||
|
||
gemspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters