Skip to content

Commit

Permalink
add activesupport conversion of nokogiri docs to hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Cheung committed Sep 20, 2012
1 parent aff756d commit e24bca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions github-html.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ Gem::Specification.new do |gem|
# gem.add_dependency 'github-linguist', '~> 2.1'
gem.add_dependency 'rinku', '~> 1.7'
gem.add_dependency 'escape_utils', '~> 0.2'

gem.add_development_dependency 'activesupport', '~> 3'
gem.add_dependency 'activesupport', '~> 3'
end
1 change: 1 addition & 0 deletions lib/github/html.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "nokogiri"
require 'active_support/xml_mini/nokogiri' # convert Documents to hashes

module GitHub
# GitHub HTML processing filters and utilities. This module includes a small
Expand Down

0 comments on commit e24bca7

Please sign in to comment.