Skip to content

Commit

Permalink
remove open-uri requirement, add active_support dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cqfd committed Aug 8, 2011
1 parent aae7bb0 commit b8adfdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/traverse.rb
@@ -1,6 +1,5 @@
require "traverse/version"
require 'nokogiri'
require 'open-uri'
require 'active_support/inflector'

module Traverse
Expand Down
2 changes: 2 additions & 0 deletions traverse.gemspec
Expand Up @@ -18,5 +18,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_development_dependency 'minitest'
s.add_dependency 'nokogiri', '~> 1.5'
s.add_dependency 'active_support'
end

0 comments on commit b8adfdd

Please sign in to comment.