gapic-generator 0.6.13 → 0.6.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9f0e5ee2a9fd5c53dd43b0cc3d04c0c6c590ce06782dcb0a5eb9a346369d241
4
- data.tar.gz: 7a4787ff915d5a8355677377f60481fa5f714923ccf4d1f65e02f5ef8754dd4d
3
+ metadata.gz: f60a6a6ecef9fec2b409d2315e747ad7684917ddf2dfcd170c65bc27c75c97c2
4
+ data.tar.gz: 1cc2af07ea8cb245160cc449a5c268310ee362a4239b268aff2be4f0ef63ae9c
5
5
  SHA512:
6
- metadata.gz: c01dd5965a8a54e79e802135eb6df543200b338252e7f129a6adddc53e1c9d92ae91043ebe3ad30846ae496b868d489a1190b477b72448f8ecc022abcd1eb6bb
7
- data.tar.gz: df3aed51dc4573c7bde9370f77920434a58bb12b13e4a3388fe741deabee9d0ecefa60f50b165c7ab6856a9ea5c0149d789ab825059bf93d1749de66358298ad
6
+ metadata.gz: b3c156a63cdb3241cfbd0cf4a470c795a103d749e2502a73bdc215961797636bcbc89aa7152678527e0d36d380c54ac1ca765c30761e7fe77ad7f19889bac7f3
7
+ data.tar.gz: 789d09c785b46936121d3b9373abcb14cfdedd72ae684a36bf37336209be9a697f03087226ab276c48b67238ea7cc6508c3957cb2eb9d60fb4e75a9c3e6b1552
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release History for gapic-generator
2
2
 
3
+ ### 0.6.14 / 2021-02-22
4
+
5
+ * Fixed encoding arguments in executable entrypoints
6
+
3
7
  ### 0.6.13 / 2021-02-22
4
8
 
5
9
  * Remove InputOnly and OutputOnly proto tags from docs to avoid confusing YARD.
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env -S ruby -E UTF-8
1
+ #!/usr/bin/env -S ruby --encoding UTF-8
2
2
  # frozen_string_literal: true
3
3
 
4
4
  # Copyright 2018 Google LLC
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Gapic
18
18
  module Generator
19
- VERSION = "0.6.13"
19
+ VERSION = "0.6.14"
20
20
  end
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gapic-generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.13
4
+ version: 0.6.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ernest Landrito