Skip to content

Commit

Permalink
switching to Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingzumwalt committed Oct 26, 2010
1 parent 6b96c03 commit ee71bc1
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ rerun.txt
.loadpath
.project
.buildpath

/.bundle
12 changes: 12 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
source "http://rubygems.org"

gem "solr-ruby"
gem "nokogiri"
gem "om", ">= 1.0.0" # only required by xml/terminology_based_solrizer ...

group :development, :test do
gem 'ruby-debug'
gem 'ruby-debug-base'
gem 'rspec', '<2.0.0'
gem 'mocha'
end
32 changes: 32 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
GEM
remote: http://rubygems.org/
specs:
columnize (0.3.1)
facets (2.9.0)
linecache (0.43)
mocha (0.9.9)
rake
nokogiri (1.4.3.1)
om (1.0.0)
facets
nokogiri (>= 1.4.2)
rake (0.8.7)
rspec (1.3.1)
ruby-debug (0.10.3)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.3.0)
ruby-debug-base (0.10.3)
linecache (>= 0.3)
solr-ruby (0.0.8)

PLATFORMS
ruby

DEPENDENCIES
mocha
nokogiri
om (>= 1.0.0)
rspec (< 2.0.0)
ruby-debug
ruby-debug-base
solr-ruby
3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ begin
gem.email = "matt.zumwalt@yourmediashelf.com"
gem.homepage = "http://github.com/projecthydra/solrizer"
gem.authors = ["Matt Zumwalt"]
gem.add_dependency "active-fedora", ">= 1.1.5"
gem.add_dependency "om", ">= 1.0.0" # only required by xml/terminology_based_solrizer ...
gem.add_development_dependency "rspec", ">= 1.2.9"
# 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 ee71bc1

Please sign in to comment.