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
This commit is contained in:
bobaman@google.com 2010-08-11 21:20:13 +00:00
parent 991fc86231
commit 10f9db8ac6
1 changed files with 1 additions and 1 deletions

View 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