ffccmmx 0.3.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cbed7ad78347d306ec27981ac88c545f8a52e1d98c285057cf464b4ae68089a8
4
- data.tar.gz: fcc6919b214ead3303667b34effc4a734098e37f25f13076b4edf0e9e05ef6fe
3
+ metadata.gz: 0f08b11a326292c0a4d75ade2fa476ec1d2559cfc09239b229fbc217c13ba1a3
4
+ data.tar.gz: 4e28cdc4350bdaf26ead776f97b4b04824e90a6f132fbc851a29c349102ad4bb
5
5
  SHA512:
6
- metadata.gz: 799037fb14f88a8f1d912168ebb58d4b0acdac39f9666d0ea1c80fbd38c68e0a4d4756ee2b9b514b6c90bb90e01570b7d4e90de3f4b9df30b870b5ec0060598c
7
- data.tar.gz: ef3c40690bc7aa87cd1f84b5f56595f62f82f48c9b277b5908a20cc8f7d39e8aeaab578e70b606e63dd88400d67131bfbd8f28cc8108a5fd297a5fc3e258172f
6
+ metadata.gz: b4a4905862814f50d16972719eaec408fb9199d3a33cce0e37790551c5f6d29ed887deb8fd72ae44abcbbc35d732e8d9bab6a588b3c01b472bb2cf7cc8536897
7
+ data.tar.gz: d52da620fd12b31d3cc7cfe171dd2d02c13f71d7b817c3b97f932be9b45c60e18a36e63105ceea3f8e6db0d8ed4e1b28c36c26b3a8a41359b9395eb085e569ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.3.1] - 2025/07/31
4
+
5
+ - Fix: `#concurrent_xxx` method fails when handling a single request.
6
+
7
+
3
8
  ## [0.3.0] - 2025-07-23
4
9
 
5
10
  - Add #response at HTTPXErrpr
@@ -149,7 +149,7 @@ module Ffccmmx
149
149
  end
150
150
 
151
151
  def send_concurrent_post_request(requests)
152
- httpx.bearer_auth(access_token).request(requests).map { |response| Ffccmmx::Response.new(response) }
152
+ Array(httpx.bearer_auth(access_token).request(requests)).map { |response| Ffccmmx::Response.new(response) }
153
153
  end
154
154
 
155
155
  def access_token_refresh
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ffccmmx
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffccmmx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - anatofuz
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 1980-01-01 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-identitytoolkit_v3
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
114
  requirements: []
115
- rubygems_version: 3.6.7
115
+ rubygems_version: 3.6.9
116
116
  specification_version: 4
117
117
  summary: Firebase Cloud Messaging API wrapper for ruby, supports HTTP/2 using httpx
118
118
  gem, based fcmpush