google-apis-generator 0.13.0 → 0.13.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41ef8d4ff004218fb8347f4593f59f36022687334c13cccbb6260b0accf03757
4
- data.tar.gz: 982caa150241ea0f4cbdb16d4deece0406b093314024a70d1c5598b787e4c576
3
+ metadata.gz: 0f674ec1b3e1d4a4a1cf98e66f4d225efa7b50b0f91319fa25f97926c4129b31
4
+ data.tar.gz: 024dd347b2a0f187d3ff423b9633762b581874b1db3f80dccc220ee7bb4cf819
5
5
  SHA512:
6
- metadata.gz: c49811b04de99f073d8ff506fb7fcfe7f1ea199abb2bd745b4d5bc2a48345514fa8ba391755471af9f3f744ab704e6e0f7c5bc6d7fe6af0ba3bccd8b7d36ac1b
7
- data.tar.gz: 2a40dd2d9541d419f706b2ebc10bdb87c13718cce4db50af65612bd85f984a8acac35a5bcc51a18a12288c31486519f803f70a05ee1caec6043a8b54558b1218
6
+ metadata.gz: 14456a938181d6d53d824a402a4f107efba19355dcf9ac1b8c943116208b1bbf148337e28d6d3e57bc54f0c76e6e97cb8ef6ab861811499ea4a2499791a46104
7
+ data.tar.gz: df005a696214605c07e075d246f10f9d16521c7edb1c5c0ba3c21ed4c328ad0333a9db14778405602ba0146f82442e270ab3b037623e417625390ef9ecd3c3b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 0.13.1 (2024-01-22)
4
+
5
+ #### Bug Fixes
6
+
7
+ * Eliminate erb warning ([#17141](https://github.com/googleapis/google-api-ruby-client/issues/17141))
8
+
3
9
  ### 0.13.0 (2024-01-22)
4
10
 
5
11
  #### Features
@@ -106,7 +106,7 @@ module Google
106
106
  # Name of the template file
107
107
  def initialize(template_name)
108
108
  file = File.join(TEMPLATE_DIR, template_name)
109
- @erb = ERB.new(File.read(file), nil, '-')
109
+ @erb = ERB.new(File.read(file), trim_mode: "-")
110
110
  end
111
111
 
112
112
  # Render the template
@@ -15,7 +15,7 @@
15
15
  module Google
16
16
  module Apis
17
17
  class Generator
18
- VERSION = "0.13.0"
18
+ VERSION = "0.13.1"
19
19
  end
20
20
  end
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -138,7 +138,7 @@ licenses:
138
138
  metadata:
139
139
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
140
140
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-generator/CHANGELOG.md
141
- documentation_uri: https://googleapis.dev/ruby/google-apis-generator/v0.13.0
141
+ documentation_uri: https://googleapis.dev/ruby/google-apis-generator/v0.13.1
142
142
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-generator
143
143
  post_install_message:
144
144
  rdoc_options: []