Skip to content

Commit

Permalink
Merge pull request googleapis#71 from twelvelabs/master
Browse files Browse the repository at this point in the history
fix "already initialized constant" warnings
  • Loading branch information
sqrrrl committed Sep 6, 2013
2 parents 5249137 + 4143d90 commit 8b12828
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion bin/google-api
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ OAUTH_SERVER_PORT = 12736
require 'rubygems'
require 'optparse'
require 'faraday'
require 'faraday/utils'
require 'webrick'
require 'google/api_client/version'
require 'google/api_client'
Expand Down
1 change: 0 additions & 1 deletion lib/google/api_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@


require 'faraday'
require 'faraday/utils'
require 'multi_json'
require 'compat/multi_json'
require 'stringio'
Expand Down
1 change: 0 additions & 1 deletion lib/google/api_client/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

require 'faraday'
require 'faraday/utils'
require 'faraday/request/multipart'
require 'multi_json'
require 'compat/multi_json'
Expand Down
1 change: 0 additions & 1 deletion spec/google/api_client/discovery_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
require 'spec_helper'

require 'faraday'
require 'faraday/utils'
require 'multi_json'
require 'compat/multi_json'
require 'signet/oauth_1/client'
Expand Down
1 change: 0 additions & 1 deletion spec/google/api_client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
require 'spec_helper'

require 'faraday'
require 'faraday/utils'
require 'signet/oauth_1/client'
require 'google/api_client'
require 'google/api_client/version'
Expand Down

0 comments on commit 8b12828

Please sign in to comment.