functions_framework 1.6.1 → 1.7.0
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 +12 -0
- data/lib/functions_framework/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: 1389976c247460761ae324227d588be4762781abf6a28d1cfa2decfc7a03e942
|
|
4
|
+
data.tar.gz: 807cd5778285f7d0a9bf7054a876c00bbdd3557fe0fe61f1ab47a717b337bfae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60a7ffe0c502695bcb16f8011c2479b5e22950566b63bfb30212f82d59aaaa80cac8eb80f27c9457ff5006eb599d9e52cf30181e94035c75b95c217fc220e365
|
|
7
|
+
data.tar.gz: c7c0588ee35e346777872ea7206e912612593baaf4124a3b5db6e268328b7aab1e00021d1e728ab23ff4358e1355472dd436daa9032f549b36dde54751bae7ec
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 1.7.0 (2026-07-02)
|
|
4
|
+
|
|
5
|
+
#### Features
|
|
6
|
+
|
|
7
|
+
* Allow puma v7 and v8 ([#237](https://github.com/GoogleCloudPlatform/functions-framework-ruby/issues/237))
|
|
8
|
+
|
|
9
|
+
### 1.6.2 (2025-07-21)
|
|
10
|
+
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* add api.deps.dev to allowlist for scorecard.yml ([#225](https://github.com/GoogleCloudPlatform/functions-framework-ruby/issues/225))
|
|
14
|
+
|
|
3
15
|
### 1.6.1 (2025-07-19)
|
|
4
16
|
|
|
5
17
|
#### Bug Fixes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: functions_framework
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Azuma
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
version: 4.3.0
|
|
39
39
|
- - "<"
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version:
|
|
41
|
+
version: 9.a
|
|
42
42
|
type: :runtime
|
|
43
43
|
prerelease: false
|
|
44
44
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -48,7 +48,7 @@ dependencies:
|
|
|
48
48
|
version: 4.3.0
|
|
49
49
|
- - "<"
|
|
50
50
|
- !ruby/object:Gem::Version
|
|
51
|
-
version:
|
|
51
|
+
version: 9.a
|
|
52
52
|
- !ruby/object:Gem::Dependency
|
|
53
53
|
name: rack
|
|
54
54
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -105,10 +105,10 @@ homepage: https://github.com/GoogleCloudPlatform/functions-framework-ruby
|
|
|
105
105
|
licenses:
|
|
106
106
|
- Apache-2.0
|
|
107
107
|
metadata:
|
|
108
|
-
changelog_uri: https://googlecloudplatform.github.io/functions-framework-ruby/v1.
|
|
108
|
+
changelog_uri: https://googlecloudplatform.github.io/functions-framework-ruby/v1.7.0/file.CHANGELOG.html
|
|
109
109
|
source_code_uri: https://github.com/GoogleCloudPlatform/functions-framework-ruby
|
|
110
110
|
bug_tracker_uri: https://github.com/GoogleCloudPlatform/functions-framework-ruby/issues
|
|
111
|
-
documentation_uri: https://googlecloudplatform.github.io/functions-framework-ruby/v1.
|
|
111
|
+
documentation_uri: https://googlecloudplatform.github.io/functions-framework-ruby/v1.7.0
|
|
112
112
|
rdoc_options: []
|
|
113
113
|
require_paths:
|
|
114
114
|
- lib
|