gapic-generator-ads 0.6.10 → 0.6.15
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 +4 -4
- data/CHANGELOG.md +21 -0
- data/bin/protoc-gen-bazel_ruby_ads +1 -1
- data/bin/protoc-gen-ruby_ads +1 -1
- data/lib/gapic/generator/ads/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c66ed28a54b7116253a2a9e83169f9ca7d6cad56fa2815a94bf4a5a431e15984
|
4
|
+
data.tar.gz: 9fbc35c58444ea5e9e9c9d32a9f1edd9939ba9b4640eb6d49d06a76f24d49f6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58e39b429129a43e2cdf713b7580ce86db2a1e7bb0e671e7fbca20907b817db5b17c72a476874cb3b0133c7bc4344f68d2986bacbe1b5c0a1bbb8c7083d8c8a3
|
7
|
+
data.tar.gz: 6c86d8cbaff4967f5185a7cf511fd2575b43f44578a306385b2ba29b765fb3d2f20e809a2d5eacfad9610ca0c4f2a6c11b9b63c639fe76d6f71b5a8f200a5e69
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# Release History for gapic-generator-ads
|
2
2
|
|
3
|
+
### 0.6.15 / 2021-02-22
|
4
|
+
|
5
|
+
* Really fixed encoding arguments in executable entrypoints
|
6
|
+
|
7
|
+
### 0.6.14 / 2021-02-22
|
8
|
+
|
9
|
+
* Fixed encoding arguments in executable entrypoints
|
10
|
+
|
11
|
+
### 0.6.13 / 2021-02-22
|
12
|
+
|
13
|
+
* Includes changes from gapic-generator 0.6.13.
|
14
|
+
* Executable entrypoints set the default external locale to utf-8.
|
15
|
+
|
16
|
+
### 0.6.12 / 2021-02-01
|
17
|
+
|
18
|
+
* No changes.
|
19
|
+
|
20
|
+
### 0.6.11 / 2021-02-01
|
21
|
+
|
22
|
+
* Includes changes from gapic-generator 0.6.11.
|
23
|
+
|
3
24
|
### 0.6.10 / 2021-01-13
|
4
25
|
|
5
26
|
* Includes changes from gapic-generator 0.6.10
|
data/bin/protoc-gen-ruby_ads
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gapic-generator-ads
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ernest Landrito
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2021-
|
13
|
+
date: 2021-02-23 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: actionpack
|
@@ -32,14 +32,14 @@ dependencies:
|
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.6.
|
35
|
+
version: 0.6.15
|
36
36
|
type: :runtime
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - '='
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 0.6.
|
42
|
+
version: 0.6.15
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: protobuf
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
164
|
- !ruby/object:Gem::Version
|
165
165
|
version: '0'
|
166
166
|
requirements: []
|
167
|
-
rubygems_version: 3.1.
|
167
|
+
rubygems_version: 3.1.4
|
168
168
|
signing_key:
|
169
169
|
specification_version: 4
|
170
170
|
summary: An API Client Generator for Ruby in Ruby!
|