From 95c3cf0b65edec3e7fdf6f8a7660e6d857453c5b Mon Sep 17 00:00:00 2001 From: Steve Bazyl Date: Wed, 17 Aug 2016 10:24:45 -0700 Subject: [PATCH] Bump version, remove stray puts statements --- CHANGELOG.md | 4 ++++ lib/google/apis/generator/annotator.rb | 2 -- lib/google/apis/version.rb | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e52da426f..a360e2662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.9.12 +* Regenerated APIs + + # 0.9.11 * Add DFA Reporting 2.5, regenerate APIs diff --git a/lib/google/apis/generator/annotator.rb b/lib/google/apis/generator/annotator.rb index 80b3716da..4ee4a544b 100644 --- a/lib/google/apis/generator/annotator.rb +++ b/lib/google/apis/generator/annotator.rb @@ -34,9 +34,7 @@ module Google # where algorithmic approaches produce poor APIs. class Names ActiveSupport::Inflector.inflections do |inflections| - puts "Customizing inflections..." u = inflections.uncountable('send_as', 'as') - puts u end include Google::Apis::Core::Logging diff --git a/lib/google/apis/version.rb b/lib/google/apis/version.rb index 502ec70c6..94eef67a5 100644 --- a/lib/google/apis/version.rb +++ b/lib/google/apis/version.rb @@ -15,7 +15,7 @@ module Google module Apis # Client library version - VERSION = '0.9.11' + VERSION = '0.9.12' # Current operating system # @private