Added addressable/template require to discovery.rb.
authorbobaman@google.com <bobaman@google.com@c1d61fac-ed7f-fcc1-18f7-ff78120a04ef>
Wed, 11 Aug 2010 21:20:13 +0000 (21:20 +0000)
committerbobaman@google.com <bobaman@google.com@c1d61fac-ed7f-fcc1-18f7-ff78120a04ef>
Wed, 11 Aug 2010 21:20:13 +0000 (21:20 +0000)
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

index 3e90157eb366f76b81467a9d3d28b1a9033e8b50..171a586d898f602701687eb2c0c37cddf5d28d38 100644 (file)
@@ -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
-