functions_framework 1.6.1 → 1.6.2

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: 23f6609253491ea56f62219b5ece67a843990f94852f8c99d2195f81a51d5135
4
- data.tar.gz: 7a8e7180704d0bdcb1857620e1f2170164798c1569bfb6a1b0c5110982c054df
3
+ metadata.gz: f206cd7c244c8ac4ba8979ca53393683023903563885d6dfd42162ce770bd826
4
+ data.tar.gz: be174861c23e9a7674d70df4992ed4e6e064b7fbc945392cbe49f271f9d1ebff
5
5
  SHA512:
6
- metadata.gz: 30094d2fd0221b56e60d771cd3e9661da347999b369ab8f10c8ba6f257b7cd0c80de251c8f6c940968a743c39f04faf8b74662dd5d62993ccd588afa2f91ea1f
7
- data.tar.gz: 1720e2e9de683ed21040789e0829b3b05cb495099b3e257cfe25b5a35705ed98b06a52efae19430048ec0d86869ea79b063e46f5024798af8bc59e5cb196abd9
6
+ metadata.gz: 1fec180ccfca254fa95187117adffb33bef5ef22201928598ff4cc91aeffbad0b1a8525660233157bc6b55223735d8b8520e2604126df55ed371484ca3f735cb
7
+ data.tar.gz: a806ee4148ce85878c27808e6e601295e2e6c1ae293f7e920fa81024bc52b9721b3857ca5e28755a9120bed1f2ebaec1661074a6e93693c593a79f0677339488
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.6.2 (2025-07-21)
4
+
5
+ #### Bug Fixes
6
+
7
+ * add api.deps.dev to allowlist for scorecard.yml ([#225](https://github.com/GoogleCloudPlatform/functions-framework-ruby/issues/225))
8
+
3
9
  ### 1.6.1 (2025-07-19)
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.1".freeze
20
+ VERSION = "1.6.2".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.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
@@ -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.1/file.CHANGELOG.html
108
+ changelog_uri: https://googlecloudplatform.github.io/functions-framework-ruby/v1.6.2/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.1
111
+ documentation_uri: https://googlecloudplatform.github.io/functions-framework-ruby/v1.6.2
112
112
  rdoc_options: []
113
113
  require_paths:
114
114
  - lib