functions_framework 1.5.0 → 1.5.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: 7dc90045c947a92ef29d14a88cccc1a31c82969912b7eca410ff7423bea52cc1
4
- data.tar.gz: f678ef25e7883451be774b9dffacb8538971cd6d2211dfeac6a9f7886803ca5f
3
+ metadata.gz: fb9c48937022efcc8517a3ac10290bee36771a969ded09e06099b42e8c862ef9
4
+ data.tar.gz: 853431e6e9cc3db2ef2554bfb95981206925ad1b8a4456760ade90d4a5241ec6
5
5
  SHA512:
6
- metadata.gz: c148723f894e7b341780fd43f32938e96fa8de48fca7e8e60f25def589de0fcd05433508e25c756617bcf7bcd58a98793cd0a8112974fd4d4c9cc65aceaa728f
7
- data.tar.gz: b0913575ae419000ca0ea74b9f70cea6ecd96126955b27ffb27887b55d90f3abf5f84e5bfafd87c419f960cb683a92118c62252394c79be631cd407057ae43d9
6
+ metadata.gz: d2d84aeed4bfb4d7dcf23727349b7110dbab6f1760758d5b98ff9512e420408fee66c42adeb5a8bfd4c816fc35756af7e8fe9d867848bac8373cd08464c4264b
7
+ data.tar.gz: 200331fccda7c1a7ea0e31b3144958fb9479051e014d96962b41ac220133789c20c0521110bf5f929fafa111651dec752aad035dc46c76285c261d2548417103
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.5.1 (2025-02-06)
4
+
5
+ ### Miscellaneous Chores
6
+
7
+ * release 1.5.1 ([#211](https://github.com/GoogleCloudPlatform/functions-framework-ruby/issues/211))
8
+
3
9
  ### 1.5.0 (2025-01-03)
4
10
 
5
11
  #### Features
@@ -17,5 +17,5 @@ module FunctionsFramework
17
17
  # Version of the Ruby Functions Framework
18
18
  # @return [String]
19
19
  #
20
- VERSION = "1.5.0".freeze
20
+ VERSION = "1.5.1".freeze
21
21
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: functions_framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-03 00:00:00.000000000 Z
10
+ date: 2025-02-07 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: cloud_events
@@ -106,11 +105,10 @@ homepage: https://github.com/GoogleCloudPlatform/functions-framework-ruby
106
105
  licenses:
107
106
  - Apache-2.0
108
107
  metadata:
109
- changelog_uri: https://googlecloudplatform.github.io/functions-framework-ruby/v1.5.0/file.CHANGELOG.html
108
+ changelog_uri: https://googlecloudplatform.github.io/functions-framework-ruby/v1.5.1/file.CHANGELOG.html
110
109
  source_code_uri: https://github.com/GoogleCloudPlatform/functions-framework-ruby
111
110
  bug_tracker_uri: https://github.com/GoogleCloudPlatform/functions-framework-ruby/issues
112
- documentation_uri: https://googlecloudplatform.github.io/functions-framework-ruby/v1.5.0
113
- post_install_message:
111
+ documentation_uri: https://googlecloudplatform.github.io/functions-framework-ruby/v1.5.1
114
112
  rdoc_options: []
115
113
  require_paths:
116
114
  - lib
@@ -125,8 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
123
  - !ruby/object:Gem::Version
126
124
  version: '0'
127
125
  requirements: []
128
- rubygems_version: 3.5.23
129
- signing_key:
126
+ rubygems_version: 3.6.3
130
127
  specification_version: 4
131
128
  summary: Functions Framework for Ruby
132
129
  test_files: []