functions_framework 1.5.0 → 1.5.1
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 +6 -0
- data/lib/functions_framework/version.rb +1 -1
- metadata +5 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb9c48937022efcc8517a3ac10290bee36771a969ded09e06099b42e8c862ef9
|
|
4
|
+
data.tar.gz: 853431e6e9cc3db2ef2554bfb95981206925ad1b8a4456760ade90d4a5241ec6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2d84aeed4bfb4d7dcf23727349b7110dbab6f1760758d5b98ff9512e420408fee66c42adeb5a8bfd4c816fc35756af7e8fe9d867848bac8373cd08464c4264b
|
|
7
|
+
data.tar.gz: 200331fccda7c1a7ea0e31b3144958fb9479051e014d96962b41ac220133789c20c0521110bf5f929fafa111651dec752aad035dc46c76285c261d2548417103
|
data/CHANGELOG.md
CHANGED
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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.
|
|
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: []
|