functions_framework 1.6.2 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f206cd7c244c8ac4ba8979ca53393683023903563885d6dfd42162ce770bd826
4
- data.tar.gz: be174861c23e9a7674d70df4992ed4e6e064b7fbc945392cbe49f271f9d1ebff
3
+ metadata.gz: 1389976c247460761ae324227d588be4762781abf6a28d1cfa2decfc7a03e942
4
+ data.tar.gz: 807cd5778285f7d0a9bf7054a876c00bbdd3557fe0fe61f1ab47a717b337bfae
5
5
  SHA512:
6
- metadata.gz: 1fec180ccfca254fa95187117adffb33bef5ef22201928598ff4cc91aeffbad0b1a8525660233157bc6b55223735d8b8520e2604126df55ed371484ca3f735cb
7
- data.tar.gz: a806ee4148ce85878c27808e6e601295e2e6c1ae293f7e920fa81024bc52b9721b3857ca5e28755a9120bed1f2ebaec1661074a6e93693c593a79f0677339488
6
+ metadata.gz: 60a7ffe0c502695bcb16f8011c2479b5e22950566b63bfb30212f82d59aaaa80cac8eb80f27c9457ff5006eb599d9e52cf30181e94035c75b95c217fc220e365
7
+ data.tar.gz: c7c0588ee35e346777872ea7206e912612593baaf4124a3b5db6e268328b7aab1e00021d1e728ab23ff4358e1355472dd436daa9032f549b36dde54751bae7ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
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
+
3
9
  ### 1.6.2 (2025-07-21)
4
10
 
5
11
  #### Bug Fixes
@@ -17,5 +17,5 @@ module FunctionsFramework
17
17
  # Version of the Ruby Functions Framework
18
18
  # @return [String]
19
19
  #
20
- VERSION = "1.6.2".freeze
20
+ VERSION = "1.7.0".freeze
21
21
  end
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.6.2
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: 7.a
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: 7.a
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.6.2/file.CHANGELOG.html
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.6.2
111
+ documentation_uri: https://googlecloudplatform.github.io/functions-framework-ruby/v1.7.0
112
112
  rdoc_options: []
113
113
  require_paths:
114
114
  - lib