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
|
# 0.9.11
|
||||||
* Add DFA Reporting 2.5, regenerate APIs
|
* Add DFA Reporting 2.5, regenerate APIs
|
||||||
|
|
||||||
|
|
|
@ -34,9 +34,7 @@ module Google
|
||||||
# where algorithmic approaches produce poor APIs.
|
# where algorithmic approaches produce poor APIs.
|
||||||
class Names
|
class Names
|
||||||
ActiveSupport::Inflector.inflections do |inflections|
|
ActiveSupport::Inflector.inflections do |inflections|
|
||||||
puts "Customizing inflections..."
|
|
||||||
u = inflections.uncountable('send_as', 'as')
|
u = inflections.uncountable('send_as', 'as')
|
||||||
puts u
|
|
||||||
end
|
end
|
||||||
|
|
||||||
include Google::Apis::Core::Logging
|
include Google::Apis::Core::Logging
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Client library version
|
# Client library version
|
||||||
VERSION = '0.9.11'
|
VERSION = '0.9.12'
|
||||||
|
|
||||||
# Current operating system
|
# Current operating system
|
||||||
# @private
|
# @private
|
||||||
|
|
Loading…
Reference in New Issue