Bump version, remove stray puts statements

This commit is contained in:
Steve Bazyl 2016-08-17 10:24:45 -07:00
parent 353d02b52e
commit 95c3cf0b65
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
# 0.9.12
* Regenerated APIs
# 0.9.11
* Add DFA Reporting 2.5, regenerate APIs

View File

@ -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

View File

@ -15,7 +15,7 @@
module Google
module Apis
# Client library version
VERSION = '0.9.11'
VERSION = '0.9.12'
# Current operating system
# @private