Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
Use ox XML parser to avoid MultiXml::ParseError.
Browse files Browse the repository at this point in the history
  • Loading branch information
aevernon committed Feb 13, 2014
1 parent 8684067 commit ed1b4ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ end
## Dependencies

* httparty
* ox

## Contributing

Expand Down
3 changes: 2 additions & 1 deletion commission_junction.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']
gem.add_dependency 'httparty', '~> 0.12'
gem.add_dependency 'minitest'
gem.add_development_dependency 'minitest'
gem.add_dependency 'ox', '~> 2.1'
end
1 change: 1 addition & 0 deletions lib/commission_junction.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'commission_junction/version'
require 'ox'
require 'httparty'

# Silence peer certificate warnings from Net::HTTP.
Expand Down

0 comments on commit ed1b4ce

Please sign in to comment.