Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
avoid const redefinition warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Jun 2, 2014
1 parent ee3414b commit 25eba5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/github-services.rb
Expand Up @@ -61,6 +61,7 @@ def Connection.URI(url)
end
end

XMLRPC::Config::send(:remove_const, :ENABLE_MARSHALLING)
XMLRPC::Config::ENABLE_MARSHALLING = false

module GitHubServices
Expand Down

0 comments on commit 25eba5b

Please sign in to comment.