From 10f9db8ac643a1536ffa10c4cb8c1f685192e3d6 Mon Sep 17 00:00:00 2001 From: "bobaman@google.com" Date: Wed, 11 Aug 2010 21:20:13 +0000 Subject: [PATCH] Added addressable/template require to discovery.rb. git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@7 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef --- lib/google/api_client/discovery/discovery.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/google/api_client/discovery/discovery.rb b/lib/google/api_client/discovery/discovery.rb index 3e90157eb..171a586d8 100644 --- a/lib/google/api_client/discovery/discovery.rb +++ b/lib/google/api_client/discovery/discovery.rb @@ -13,6 +13,7 @@ # limitations under the License. require "json" +require "addressable/template" module Google #:nodoc: class APIClient #:nodoc: @@ -21,4 +22,3 @@ module Google #:nodoc: end end end -