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

Commit

Permalink
Move unnecessary requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Stirk committed Apr 1, 2011
1 parent 6aa52e6 commit bef297b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions lib/my_soap_service.rb
@@ -1,3 +1,7 @@
# Not strictly required thanks to Bundler, but just to make sure they aren't forgotten
require 'nokogiri'
require 'typhoeus'

require 'my_soap_service/base'
require 'my_soap_service/exceptions'
require 'my_soap_service/customer'
3 changes: 0 additions & 3 deletions lib/my_soap_service/base.rb
@@ -1,6 +1,3 @@
require 'nokogiri'
require 'typhoeus'

module MySoapService
NAMESPACE = "http://mysoapservice.com/"
CLIENT_TOKEN = "ABCDEABCDE"
Expand Down

0 comments on commit bef297b

Please sign in to comment.