Skip to content

Commit

Permalink
Cleanup merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarratt committed Jan 30, 2015
1 parent 680b240 commit fa069aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ gem "simplecov", :require => false
gem "coveralls", :require => false
gem "uuid"

gem 'json'

platform :rbx do
gem 'json'
gem 'racc'
Expand Down
1 change: 0 additions & 1 deletion lib/savon/soap_fault.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def to_hash
private

def message_by_version(fault)
puts fault
if nori.find(fault, 'faultcode')
code = nori.find(fault, 'faultcode')
text = nori.find(fault, 'faultstring')
Expand Down

0 comments on commit fa069aa

Please sign in to comment.