Skip to content

Commit

Permalink
release: Version 0.6.10 (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
viacheslav-rostovtsev committed Jan 14, 2021
1 parent 7c4c3fa commit 514de0c
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 29 deletions.
4 changes: 4 additions & 0 deletions gapic-generator-ads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History for gapic-generator-ads

### 0.6.10 / 2021-01-13

* Includes changes from gapic-generator 0.6.10

### 0.6.9 / 2020-12-07

* Includes changes from gapic-generator 0.6.9.
Expand Down
18 changes: 10 additions & 8 deletions gapic-generator-ads/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PATH
remote: ../gapic-generator
specs:
gapic-generator (0.6.9)
gapic-generator (0.6.10)
actionpack (~> 5.2)
protobuf (~> 3.8)

PATH
remote: .
specs:
gapic-generator-ads (0.6.9)
gapic-generator-ads (0.6.10)
actionpack (~> 5.2)
gapic-generator (= 0.6.9)
gapic-generator (= 0.6.10)
protobuf (~> 3.8)

GEM
Expand Down Expand Up @@ -42,19 +42,20 @@ GEM
google-style (1.24.0)
rubocop (~> 0.74.0)
grpc-tools (1.30.2)
i18n (1.8.5)
i18n (1.8.7)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
loofah (2.8.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
middleware (0.1.0)
mini_portile2 (2.4.0)
mini_portile2 (2.5.0)
minitest (5.14.2)
minitest-focus (1.2.1)
minitest (>= 4, < 6)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
parallel (1.20.1)
parser (2.7.2.0)
ast (~> 2.4.1)
Expand All @@ -63,6 +64,7 @@ GEM
middleware
thor
thread_safe
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand All @@ -83,7 +85,7 @@ GEM
ruby-progressbar (1.10.1)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.8)
tzinfo (1.2.9)
thread_safe (~> 0.1)
unicode-display_width (1.6.1)

Expand Down
2 changes: 1 addition & 1 deletion gapic-generator-ads/gapic-generator-ads.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "actionpack", "~> 5.2"
spec.add_dependency "gapic-generator", "= 0.6.9"
spec.add_dependency "gapic-generator", "= 0.6.10"
spec.add_dependency "protobuf", "~> 3.8"

spec.add_development_dependency "google-style", "~> 1.24.0"
Expand Down
2 changes: 1 addition & 1 deletion gapic-generator-ads/lib/gapic/generator/ads/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
module Gapic
module Generator
module Ads
VERSION = "0.6.9"
VERSION = "0.6.10"
end
end
end
5 changes: 5 additions & 0 deletions gapic-generator-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History for gapic-generator-cloud

### 0.6.10 / 2021-01-13

* Includes changes from gapic-generator 0.6.10.
* A set of human-readable cloud-specific command-line parameters can now be specified for the gapic-generator-cloud, e.g. `ruby-cloud-gem-name`. These parameters strictly duplicate the existing behaviour of old command-line parameters, e.g. `:gem.:name`.

### 0.6.9 / 2020-12-07

* Includes changes from gapic-generator 0.6.9.
Expand Down
22 changes: 12 additions & 10 deletions gapic-generator-cloud/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PATH
remote: ../gapic-generator
specs:
gapic-generator (0.6.9)
gapic-generator (0.6.10)
actionpack (~> 5.2)
protobuf (~> 3.8)

PATH
remote: .
specs:
gapic-generator-cloud (0.6.9)
gapic-generator-cloud (0.6.10)
actionpack (~> 5.2)
gapic-generator (= 0.6.9)
gapic-generator (= 0.6.10)
google-style (~> 1.24.0)
protobuf (~> 3.8)

Expand Down Expand Up @@ -43,14 +43,14 @@ GEM
google-style (1.24.0)
rubocop (~> 0.74.0)
grpc-tools (1.30.2)
i18n (1.8.5)
i18n (1.8.7)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
loofah (2.8.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
middleware (0.1.0)
mini_portile2 (2.4.0)
mini_portile2 (2.5.0)
minitest (5.14.2)
minitest-autotest (1.1.1)
minitest-server (~> 1.0)
Expand All @@ -59,17 +59,19 @@ GEM
minitest (>= 4, < 6)
minitest-server (1.0.6)
minitest (~> 5.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
parallel (1.20.1)
parser (2.7.2.0)
parser (3.0.0.0)
ast (~> 2.4.1)
path_expander (1.1.0)
protobuf (3.10.3)
activesupport (>= 3.2)
middleware
thor
thread_safe
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand All @@ -87,10 +89,10 @@ GEM
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
ruby-progressbar (1.11.0)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.8)
tzinfo (1.2.9)
thread_safe (~> 0.1)
unicode-display_width (1.6.1)

Expand Down
2 changes: 1 addition & 1 deletion gapic-generator-cloud/gapic-generator-cloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "actionpack", "~> 5.2"
spec.add_dependency "gapic-generator", "= 0.6.9"
spec.add_dependency "gapic-generator", "= 0.6.10"
spec.add_dependency "google-style", "~> 1.24.0"
spec.add_dependency "protobuf", "~> 3.8"

Expand Down
2 changes: 1 addition & 1 deletion gapic-generator-cloud/lib/gapic/generator/cloud/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
module Gapic
module Generator
module Cloud
VERSION = "0.6.9"
VERSION = "0.6.10"
end
end
end
5 changes: 5 additions & 0 deletions gapic-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History for gapic-generator

### 0.6.10 / 2021-01-13

* A set of human-readable command-line parameters can now be specified for the gapic-generator, e.g. `gem-name`. These parameters strictly duplicate the existing behaviour of old command-line parameters, e.g. `:gem.:name`.
* Documentation for the `timeout` parameter in some templates has been fixed to correctly specify 'seconds' where previously it incorrectly sais 'milliseconds'. This is a purely documentation update, no functionality changes.

### 0.6.9 / 2020-12-07

* Load package-level handwritten helpers.
Expand Down
14 changes: 8 additions & 6 deletions gapic-generator/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gapic-generator (0.6.9)
gapic-generator (0.6.10)
actionpack (~> 5.2)
protobuf (~> 3.8)

Expand Down Expand Up @@ -34,14 +34,14 @@ GEM
google-style (1.24.0)
rubocop (~> 0.74.0)
grpc-tools (1.30.2)
i18n (1.8.5)
i18n (1.8.7)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
loofah (2.8.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
middleware (0.1.0)
mini_portile2 (2.4.0)
mini_portile2 (2.5.0)
minitest (5.14.2)
minitest-autotest (1.1.1)
minitest-server (~> 1.0)
Expand All @@ -50,8 +50,9 @@ GEM
minitest (>= 4, < 6)
minitest-server (1.0.6)
minitest (~> 5.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
parallel (1.20.1)
parser (2.7.2.0)
ast (~> 2.4.1)
Expand All @@ -61,6 +62,7 @@ GEM
middleware
thor
thread_safe
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand All @@ -82,7 +84,7 @@ GEM
ruby-progressbar (1.10.1)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.8)
tzinfo (1.2.9)
thread_safe (~> 0.1)
unicode-display_width (1.6.1)
yard (0.9.25)
Expand Down
2 changes: 1 addition & 1 deletion gapic-generator/lib/gapic/generator/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Gapic
module Generator
VERSION = "0.6.9"
VERSION = "0.6.10"
end
end
7 changes: 7 additions & 0 deletions rules_ruby_gapic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release History for Bazel-Ruby rules and examples

### 2021-01-13

* GEM_HOME and GEM_PATH environment variables when set on the host system no longer break Bazel-Ruby rules
* Parameter parsing no longer escapes the '=' since it no longer has a special use in the gapic-generator parameters
* some examples in the bazel_example has been updated to reflect new human-readable parameters available for gapic-generator-cloud

0 comments on commit 514de0c

Please sign in to comment.