Minor release to fix service account impersonation
authorSteven Bazyl <sqrrrl@gmail.com>
Tue, 15 Jan 2013 01:00:58 +0000 (17:00 -0800)
committerSteven Bazyl <sqrrrl@gmail.com>
Tue, 15 Jan 2013 01:00:58 +0000 (17:00 -0800)
CHANGELOG.md
google-api-client.gemspec
lib/google/api_client/version.rb

index 0005db3ba56f06e42b427efc3e8fc64cf5afd542..44d67b01a5fe056516aa353a4a6d6ee1e4bad2ba 100644 (file)
@@ -1,3 +1,7 @@
+# 0.6.1
+
+* Fix impersonation with service accounts
+
 # 0.6
 
 * Apps strongly encouraged to set :application_name & :application_version when
index 21d7cf05c2c0c4c60d4263624c31e89a719f1e3b..c7bc1168b401a6d899d5c3130fd5c4b3f3326699 100644 (file)
@@ -2,11 +2,11 @@
 
 Gem::Specification.new do |s|
   s.name = "google-api-client"
-  s.version = "0.6.0"
+  s.version = "0.6.1"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.authors = ["Bob Aman", "Steve Bazyl"]
-  s.date = "2013-01-04"
+  s.date = "2013-01-15"
   s.description = "The Google API Ruby Client makes it trivial to discover and access supported\nAPIs.\n"
   s.email = "sbazyl@google.com"
   s.executables = ["google-api"]
index 2e517f240bb8009b97d712d4df9b9893e3ee69e6..b200bccec4f2ce9492b2d40a9d475cabc48b8449 100644 (file)
@@ -22,7 +22,7 @@ if !defined?(::Google::APIClient::VERSION)
       module VERSION
         MAJOR = 0
         MINOR = 6
-        TINY  = 0
+        TINY  = 1
         STRING = [MAJOR, MINOR, TINY].join('.')
       end
     end