firebase_hosting_client_ip 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 +4 -4
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +5 -14
- data/README.md +2 -0
- data/lib/firebase_hosting_client_ip/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e48d62e28d0187e3caf5bb678495c06a775b4b51c9c1d76a28eaa94a54c93b1c
|
|
4
|
+
data.tar.gz: 874542528ec7e86f365808c93fa569d551c00d7207ef40bc0d43dc4f9b418907
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c06f5e782a887ac0a00a74b64d4bef9cda8edaf24dac7c72aaf7225375cfa4534a77cf9f9a5d84c19a0bdd059edf1a02da67ac3115c92df9bd0e777a7f7b3f3
|
|
7
|
+
data.tar.gz: cea83633e7ec6cd55b50ca8ca7a64c0ae4e1c148344e8dfb107302518ac31c559f655ba58193ba91f5646dbd0c828bcbfb970c64fdf059046669b7c8f2151906
|
data/CHANGELOG.md
CHANGED
|
@@ -1,27 +1,18 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
-
## [0.3.
|
|
3
|
+
## [0.3.1](https://github.com/quintsys/firebase_hosting_client_ip/compare/v0.3.0...v0.3.1) (2025-12-23)
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
###
|
|
6
|
+
### Bug Fixes
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* remove duplicate entries from v0.3.0 CHANGELOG ([#35](https://github.com/quintsys/firebase_hosting_client_ip/issues/35)) ([656e2fd](https://github.com/quintsys/firebase_hosting_client_ip/commit/656e2fd83589de619d514920464dd6d1ead1bcc3))
|
|
9
|
+
|
|
10
|
+
## [0.3.0](https://github.com/quintsys/firebase_hosting_client_ip/compare/v0.2.2...v0.3.0) (2025-12-13)
|
|
9
11
|
|
|
10
12
|
|
|
11
13
|
### Bug Fixes
|
|
12
14
|
|
|
13
|
-
* add explicit permissions to CI workflow ([#12](https://github.com/quintsys/firebase_hosting_client_ip/issues/12)) ([0cd88a1](https://github.com/quintsys/firebase_hosting_client_ip/commit/0cd88a135ed01aeb4e9bf122c6e864f75d647565))
|
|
14
|
-
* add workflow_dispatch to publish-gem workflow ([3da9e8f](https://github.com/quintsys/firebase_hosting_client_ip/commit/3da9e8f933d132bd50b758dc20570e8fdd6299f8))
|
|
15
15
|
* exclude development and test groups in publish workflow ([#34](https://github.com/quintsys/firebase_hosting_client_ip/issues/34)) ([323a631](https://github.com/quintsys/firebase_hosting_client_ip/commit/323a63136691054ac24e4067664b8bdf2cfbfb8f))
|
|
16
|
-
* make Rakefile conditional to avoid requiring dev dependencies ([#32](https://github.com/quintsys/firebase_hosting_client_ip/issues/32)) ([86c6b3e](https://github.com/quintsys/firebase_hosting_client_ip/commit/86c6b3ee025c6b4395a4447cf1f090503a989bb7))
|
|
17
|
-
* move Rails to development group to exclude from publishing ([#28](https://github.com/quintsys/firebase_hosting_client_ip/issues/28)) ([3e66e2c](https://github.com/quintsys/firebase_hosting_client_ip/commit/3e66e2c17a49c4b564018844163f046637224688))
|
|
18
|
-
* remove double trigger and install dependencies for release-gem ([#21](https://github.com/quintsys/firebase_hosting_client_ip/issues/21)) ([01aa104](https://github.com/quintsys/firebase_hosting_client_ip/commit/01aa104633df849f0ade5d89e94b3ad010e47434))
|
|
19
|
-
* replace non-existent gem-push-action with standard gem commands ([#11](https://github.com/quintsys/firebase_hosting_client_ip/issues/11)) ([0bf888a](https://github.com/quintsys/firebase_hosting_client_ip/commit/0bf888a3f9a5e2d6ce15accc1b4f422bda0d711f))
|
|
20
|
-
* trigger publish workflow after release-please creates release ([#16](https://github.com/quintsys/firebase_hosting_client_ip/issues/16)) ([551ff18](https://github.com/quintsys/firebase_hosting_client_ip/commit/551ff1867ad7d28600fe94876f551015d6294fe3))
|
|
21
|
-
* update release-please action to non-deprecated version ([#8](https://github.com/quintsys/firebase_hosting_client_ip/issues/8)) ([1463650](https://github.com/quintsys/firebase_hosting_client_ip/commit/14636502355a7a387c561ca38c9fb64f00aa0265))
|
|
22
|
-
* use official rubygems/release-gem action for publishing ([#18](https://github.com/quintsys/firebase_hosting_client_ip/issues/18)) ([4532dac](https://github.com/quintsys/firebase_hosting_client_ip/commit/4532dacfb193ae0aa553366468e9f1448cb5cc5f))
|
|
23
|
-
* use PAT instead of GITHUB_TOKEN for release-please ([#20](https://github.com/quintsys/firebase_hosting_client_ip/issues/20)) ([c87d8e6](https://github.com/quintsys/firebase_hosting_client_ip/commit/c87d8e623ea4ddb75b39ba20a8a9ffa4a9865be6))
|
|
24
|
-
* use published event and OIDC auth for gem publishing ([#13](https://github.com/quintsys/firebase_hosting_client_ip/issues/13)) ([a1a9472](https://github.com/quintsys/firebase_hosting_client_ip/commit/a1a9472637302d6a655e864e9e530931c24bc1dd))
|
|
25
16
|
|
|
26
17
|
## [0.2.2](https://github.com/quintsys/firebase_hosting_client_ip/compare/v0.2.1...v0.2.2) (2025-12-13)
|
|
27
18
|
|
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# FirebaseHostingClientIp
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/rb/firebase_hosting_client_ip)
|
|
4
|
+
|
|
3
5
|
A Rails middleware gem that normalizes client IP addresses when your Rails application is deployed behind Firebase Hosting.
|
|
4
6
|
|
|
5
7
|
## Problem
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: firebase_hosting_client_ip
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Erich N Quintero
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-12-
|
|
11
|
+
date: 2025-12-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|