Bump version, remove stray puts statements
This commit is contained in:
parent
353d02b52e
commit
95c3cf0b65
|
@ -1,3 +1,7 @@
|
|||
# 0.9.12
|
||||
* Regenerated APIs
|
||||
|
||||
|
||||
# 0.9.11
|
||||
* Add DFA Reporting 2.5, regenerate APIs
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
module Google
|
||||
module Apis
|
||||
# Client library version
|
||||
VERSION = '0.9.11'
|
||||
VERSION = '0.9.12'
|
||||
|
||||
# Current operating system
|
||||
# @private
|
||||
|
|
Loading…
Reference in New Issue