Skip to content

Commit

Permalink
Move gem dependency to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrabarts committed Oct 27, 2011
1 parent 5bf1b49 commit 9afb597
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,6 +2,7 @@ source :rubygems

gem 'rake'
gem 'rdoc'
gem 'nokogiri', '>=1.0.7'

group :development do
gem 'jeweler'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -11,6 +11,7 @@ GEM
metaclass (0.0.1)
mocha (0.10.0)
metaclass (~> 0.0.1)
nokogiri (1.4.4)
rake (0.9.2.2)
rdoc (3.11)
json (~> 1.4)
Expand All @@ -23,6 +24,7 @@ DEPENDENCIES
fakeweb
jeweler
mocha
nokogiri (>= 1.0.7)
rake
rdoc
shoulda
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -12,7 +12,6 @@ begin
s.homepage = "http://github.com/alexrabarts/term_extraction"
s.description = "Term extraction library"
s.authors = ["alex"]
s.add_dependency 'nokogiri', ['>=1.0.7']
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
Expand Down

0 comments on commit 9afb597

Please sign in to comment.