From 1dee705828cd68a9d1ba84e3874da226fc6ee83e Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Wed, 19 Jan 2011 23:41:37 +0000 Subject: [PATCH] Fixed extlib/activesupport conflict. Seriously people, thou shalt not monkey-patch! git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@127 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef --- lib/google/api_client/discovery.rb | 11 ++++++----- lib/google/inflection.rb | 22 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 lib/google/inflection.rb diff --git a/lib/google/api_client/discovery.rb b/lib/google/api_client/discovery.rb index 9d8045e1e..192c3e924 100644 --- a/lib/google/api_client/discovery.rb +++ b/lib/google/api_client/discovery.rb @@ -15,7 +15,8 @@ require 'json' require 'addressable/uri' require 'addressable/template' -require 'extlib/inflection' + +require 'google/inflection' module Google class APIClient @@ -49,13 +50,13 @@ module Google @description = service_description metaclass = (class <