Skip to content

Commit

Permalink
Add nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluxx committed Apr 18, 2011
1 parent e83659a commit 68fc55d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile
@@ -1,4 +1,2 @@
source "http://rubygems.org"

# Specify your gem's dependencies in distillery.gemspec
gemspec
gemspec
2 changes: 2 additions & 0 deletions distillery.gemspec
Expand Up @@ -18,4 +18,6 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency('nokogiri', '> 1.0')
end

0 comments on commit 68fc55d

Please sign in to comment.