Skip to content

Commit

Permalink
Remove vendored nokogiri. Adding it as a gem dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Nov 6, 2008
1 parent f13dec0 commit 7e94d48
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1,366 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -28,6 +28,7 @@ spec = Gem::Specification.new do |s|

# Dependencies
s.add_dependency "hpricot", ">= 0.6"
s.add_dependency "nokogiri", ">= 1.0.3"
end

Rake::GemPackageTask.new(spec) do |package|
Expand Down
6 changes: 0 additions & 6 deletions lib/webrat/vendor/nokogiri/css.rb

This file was deleted.

0 comments on commit 7e94d48

Please sign in to comment.