omniauth-ldap 3.0.1 → 3.0.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 +4 -4
- checksums.yaml.gz.sig +2 -1
- data/CHANGELOG.md +26 -1
- data/CONTRIBUTING.md +4 -1
- data/FUNDING.md +1 -5
- data/MIT.md +21 -0
- data/README.md +43 -16
- data/lib/omniauth/ldap/auth_sanitizer.rb +8 -24
- data/lib/omniauth/ldap/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +43 -22
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56fd518caeb0dddbb4e94e62b66a280d9060422b07df05f25b067cbfc7d90073
|
|
4
|
+
data.tar.gz: 0cae3c40b96f048e7f3810141c207d8538c6337366039b7ed8c324ef56ac7ab7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dba126861ddafdafc8624dd9205dc04ab87845a5c0ca0a8d2a37a50da5ee3cbb1b8fa84493a3dad860405a96f2e2d452ab872f45d60a4c44dd0f3f4a6211c277
|
|
7
|
+
data.tar.gz: 6d5792e4f48345d850b0d97ee94a4db502fdf7591dfbf0e812407bd50bf8b56e0f94269e85b64eb539955db32d5334ba680d9b04c4eca7abad802960f1d32e24
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
H߯��a_M��tWø��}�Oo?*F�
|
|
2
|
+
��&08G�����t��lE>�|�D3\�9�x`� `H��dez�|��� �e"�+�q��M�M���ڨ̤�����s~��:g.B���d�c^���_}�mn_8M<7�Y����6�@{.˒w-f�$䪯ۻwW��A�c���[fZn�Ź���Y%�jX�\a���'�w�jE�Ρ�'�Fo߳��a)����X��0��hǓ6<{���Ӧ�H�}^��ؖvR�\��Vo�>t�ܨ�x���?R.n[��R�<B"�
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,29 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [3.0.2] - 2026-07-14
|
|
34
|
+
|
|
35
|
+
- TAG: [v3.0.2][3.0.2t]
|
|
36
|
+
- COVERAGE: 97.50% -- 312/320 lines in 6 files
|
|
37
|
+
- BRANCH COVERAGE: 79.41% -- 108/136 branches in 6 files
|
|
38
|
+
- 89.19% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- Added support for JRuby 10.1 and TruffleRuby 34.0.
|
|
43
|
+
|
|
44
|
+
### Changed
|
|
45
|
+
|
|
46
|
+
- Retemplated generated project metadata, support documentation, CI workflows,
|
|
47
|
+
binstubs, and development dependency floors with `kettle-jem` v7.0.0.
|
|
48
|
+
- Raised the `anonymous_loader` runtime dependency floor to `>= 0.1.2`.
|
|
49
|
+
- Raised the `auth-sanitizer` runtime dependency floor to `>= 0.2.2` and
|
|
50
|
+
switched isolated sanitizer loading to the released `anonymous_loader` gem.
|
|
51
|
+
|
|
52
|
+
### Fixed
|
|
53
|
+
|
|
54
|
+
- Package configured license files in gem release file lists.
|
|
55
|
+
|
|
33
56
|
## [3.0.1] - 2026-06-16
|
|
34
57
|
|
|
35
58
|
- TAG: [v3.0.1][3.0.1t]
|
|
@@ -313,7 +336,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
313
336
|
[1.0.0]: https://github.com/omniauth/omniauth-ldap/compare/5656da80d4193e0d0584f44bac493a87695e580f...v1.0.0
|
|
314
337
|
[1.0.0t]: https://github.com/omniauth/omniauth-ldap/releases/tag/v1.0.0
|
|
315
338
|
|
|
316
|
-
[Unreleased]: https://github.com/omniauth/omniauth-ldap/compare/v3.0.
|
|
339
|
+
[Unreleased]: https://github.com/omniauth/omniauth-ldap/compare/v3.0.2...HEAD
|
|
340
|
+
[3.0.2]: https://github.com/omniauth/omniauth-ldap/compare/v3.0.1...v3.0.2
|
|
341
|
+
[3.0.2t]: https://github.com/omniauth/omniauth-ldap/releases/tag/v3.0.2
|
|
317
342
|
[3.0.1]: https://github.com/omniauth/omniauth-ldap/compare/v3.0.0...v3.0.1
|
|
318
343
|
[3.0.1t]: https://github.com/omniauth/omniauth-ldap/releases/tag/v3.0.1
|
|
319
344
|
[3.0.0]: https://github.com/omniauth/omniauth-ldap/compare/v2.3.4...v3.0.0
|
data/CONTRIBUTING.md
CHANGED
|
@@ -131,9 +131,12 @@ toolchain, and it may be higher than the gemspec runtime floor.
|
|
|
131
131
|
They are created and updated with the commands:
|
|
132
132
|
|
|
133
133
|
```console
|
|
134
|
-
bin/rake appraisal:
|
|
134
|
+
bin/rake appraisal:generate
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
+
Use `bin/rake appraisal:update` when you intentionally need to resolve fresh
|
|
138
|
+
appraisal locks.
|
|
139
|
+
|
|
137
140
|
If you need to reset all gemfiles/*.gemfile.lock files:
|
|
138
141
|
|
|
139
142
|
```console
|
data/FUNDING.md
CHANGED
|
@@ -6,18 +6,14 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
6
6
|
|
|
7
7
|
[![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal]
|
|
8
8
|
|
|
9
|
-
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
9
|
+
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
10
10
|
|
|
11
11
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
12
12
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
13
13
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
14
14
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
15
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
16
|
-
[🖇polar]: https://polar.sh/pboling
|
|
17
15
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
18
16
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
19
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
20
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
21
17
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
22
18
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
23
19
|
[🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
|
data/MIT.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
See [LICENSE.md](LICENSE.md) for the copyright notice.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
data/README.md
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
|
|
11
11
|
`if ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I can do more of this. FLOSS maintenance is now my full-time job.
|
|
12
12
|
|
|
13
|
-
[![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
13
|
+
[![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
14
14
|
|
|
15
|
-
<details>
|
|
15
|
+
<details markdown="1">
|
|
16
16
|
<summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
|
|
17
17
|
|
|
18
18
|
I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
|
|
@@ -102,9 +102,9 @@ Note: Net::LDAP historically defaulted to no certificate validation when `tls_op
|
|
|
102
102
|
|
|
103
103
|
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
|
104
104
|
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
105
|
-
| Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
106
|
-
| Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf]|
|
|
107
|
-
| Works with MRI Ruby 4 | [![Ruby
|
|
105
|
+
| Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby 10.0 Compat][💎jruby-10.0i]][🚎jruby-10.0-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
106
|
+
| Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
|
|
107
|
+
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
108
108
|
| Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎ruby-3.0-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎ruby-3.1-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
|
|
109
109
|
| Works with MRI Ruby 2 | ![Ruby 2.2 Compat][💎ruby-2.2i] ![Ruby 2.3 Compat][💎ruby-2.3i] <br/> [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎ruby-2.4-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎ruby-2.5-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎ruby-2.6-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎ruby-2.7-wf]|
|
|
110
110
|
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
@@ -123,9 +123,25 @@ This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
|
123
123
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
124
124
|
not practical for the current toolchain.
|
|
125
125
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
126
|
+
<a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"/></a>
|
|
127
|
+
|
|
128
|
+
The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
129
|
+
|
|
130
|
+
<details markdown="1">
|
|
131
|
+
<summary>How kettle-dev manages complexity in tests</summary>
|
|
132
|
+
|
|
133
|
+
| Gem | Source | Role | Daily download rank |
|
|
134
|
+
|-----|--------|------|---------------------|
|
|
135
|
+
| [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://bestgems.org/gems/appraisal2) |
|
|
136
|
+
| [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://bestgems.org/gems/appraisal2-rubocop) |
|
|
137
|
+
| [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://bestgems.org/gems/kettle-dev) |
|
|
138
|
+
| [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://bestgems.org/gems/kettle-jem) |
|
|
139
|
+
| [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://bestgems.org/gems/kettle-soup-cover) |
|
|
140
|
+
| [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://bestgems.org/gems/kettle-test) |
|
|
141
|
+
| [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://bestgems.org/gems/rubocop-lts) |
|
|
142
|
+
| [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://bestgems.org/gems/turbo_tests2) |
|
|
143
|
+
|
|
144
|
+
</details>
|
|
129
145
|
|
|
130
146
|
### Federated DVCS
|
|
131
147
|
|
|
@@ -668,7 +684,7 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
|
|
|
668
684
|
|
|
669
685
|
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
670
686
|
|
|
671
|
-
[![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
687
|
+
[![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
672
688
|
|
|
673
689
|
## 🔐 Security
|
|
674
690
|
|
|
@@ -714,7 +730,7 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
714
730
|
|
|
715
731
|
Also see GitLab Contributors: [https://gitlab.com/omniauth/omniauth-ldap/-/graphs/main][🚎contributors-gl]
|
|
716
732
|
|
|
717
|
-
<details>
|
|
733
|
+
<details markdown="1">
|
|
718
734
|
<summary>⭐️ Star History</summary>
|
|
719
735
|
|
|
720
736
|
<a href="https://star-history.com/omniauth/omniauth-ldap&Date">
|
|
@@ -821,12 +837,8 @@ Thanks for RTFM. ☺️
|
|
|
821
837
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
822
838
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
823
839
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
824
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
825
|
-
[🖇polar]: https://polar.sh/pboling
|
|
826
840
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
827
841
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
828
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
829
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
830
842
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
831
843
|
[🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
|
|
832
844
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
@@ -916,11 +928,13 @@ Thanks for RTFM. ☺️
|
|
|
916
928
|
[🚎jruby-9.2-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/jruby-9.2.yml
|
|
917
929
|
[🚎jruby-9.3-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/jruby-9.3.yml
|
|
918
930
|
[🚎jruby-9.4-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/jruby-9.4.yml
|
|
931
|
+
[🚎jruby-10.0-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/jruby-10.0.yml
|
|
919
932
|
[🚎truby-22.3-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/truffleruby-22.3.yml
|
|
920
933
|
[🚎truby-23.0-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/truffleruby-23.0.yml
|
|
921
934
|
[🚎truby-23.1-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/truffleruby-23.1.yml
|
|
922
935
|
[🚎truby-24.2-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/truffleruby-24.2.yml
|
|
923
936
|
[🚎truby-25.0-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/truffleruby-25.0.yml
|
|
937
|
+
[🚎truby-33.0-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/truffleruby-33.0.yml
|
|
924
938
|
[🚎2-cov-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/coverage.yml
|
|
925
939
|
[🚎2-cov-wfi]: https://github.com/omniauth/omniauth-ldap/actions/workflows/coverage.yml/badge.svg
|
|
926
940
|
[🚎3-hd-wf]: https://github.com/omniauth/omniauth-ldap/actions/workflows/heads.yml
|
|
@@ -952,7 +966,6 @@ Thanks for RTFM. ☺️
|
|
|
952
966
|
[💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
953
967
|
[💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
954
968
|
[💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
955
|
-
[💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
956
969
|
[💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
|
|
957
970
|
[💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
|
|
958
971
|
[💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
@@ -960,10 +973,13 @@ Thanks for RTFM. ☺️
|
|
|
960
973
|
[💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
961
974
|
[💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
962
975
|
[💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
976
|
+
[💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
963
977
|
[💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
|
|
978
|
+
[💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
|
|
964
979
|
[💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
965
980
|
[💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
966
981
|
[💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
982
|
+
[💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
967
983
|
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
|
968
984
|
[💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
|
|
969
985
|
[🤝gh-issues]: https://github.com/omniauth/omniauth-ldap/issues
|
|
@@ -992,7 +1008,7 @@ Thanks for RTFM. ☺️
|
|
|
992
1008
|
[📌gitmoji]: https://gitmoji.dev
|
|
993
1009
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
994
1010
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
995
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
1011
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.320-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
996
1012
|
[🔐security]: https://github.com/omniauth/omniauth-ldap/blob/main/SECURITY.md
|
|
997
1013
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
998
1014
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -1013,3 +1029,14 @@ Thanks for RTFM. ☺️
|
|
|
1013
1029
|
[💎appraisal2]: https://github.com/appraisal-rb/appraisal2
|
|
1014
1030
|
[💎appraisal2-img]: https://img.shields.io/badge/appraised_by-appraisal2-34495e.svg?plastic&logo=ruby&logoColor=white
|
|
1015
1031
|
[💎d-in-dvcs]: https://railsbling.com/posts/dvcs/put_the_d_in_dvcs/
|
|
1032
|
+
|
|
1033
|
+
<!-- kettle-jem:metadata:start -->
|
|
1034
|
+
| Field | Value |
|
|
1035
|
+
|---|---|
|
|
1036
|
+
| Package | omniauth-ldap |
|
|
1037
|
+
| Description | 📁 LDAP strategy for OmniAuth. |
|
|
1038
|
+
| Homepage | https://github.com/omniauth/omniauth-ldap |
|
|
1039
|
+
| Source | https://github.com/omniauth/omniauth-ldap |
|
|
1040
|
+
| License | `MIT` |
|
|
1041
|
+
| Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/omniauth-ldap, https://www.buymeacoffee.com/pboling |
|
|
1042
|
+
<!-- kettle-jem:metadata:end -->
|
|
@@ -1,32 +1,16 @@
|
|
|
1
|
+
require "anonymous_loader"
|
|
2
|
+
|
|
1
3
|
module OmniAuth
|
|
2
4
|
module LDAP
|
|
3
5
|
# See: Zero Top-Level Namespace Additions
|
|
4
6
|
# https://github.com/ruby-oauth/auth-sanitizer/blob/main/README.md#zero-top-level-namespace-additions
|
|
5
7
|
AUTH_SANITIZER = begin
|
|
6
|
-
auth_sanitizer_requirement = Gem::Requirement.new("~> 0.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
end
|
|
13
|
-
|
|
14
|
-
auth_sanitizer_loader_path = File.join(
|
|
15
|
-
auth_sanitizer_spec.full_gem_path,
|
|
16
|
-
"lib/auth_sanitizer/loader.rb"
|
|
17
|
-
)
|
|
18
|
-
unless File.file?(auth_sanitizer_loader_path)
|
|
19
|
-
# :nocov:
|
|
20
|
-
raise LoadError, "omniauth-ldap requires auth-sanitizer #{auth_sanitizer_requirement}; " \
|
|
21
|
-
"loader not found at #{auth_sanitizer_loader_path}"
|
|
22
|
-
# :nocov:
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
auth_sanitizer_loader_namespace = Module.new
|
|
26
|
-
auth_sanitizer_loader_namespace.module_eval(
|
|
27
|
-
File.read(auth_sanitizer_loader_path),
|
|
28
|
-
auth_sanitizer_loader_path,
|
|
29
|
-
1
|
|
8
|
+
auth_sanitizer_requirement = Gem::Requirement.new("~> 0.2", ">= 0.2.2")
|
|
9
|
+
auth_sanitizer_loader_namespace = AnonymousLoader.load_path(
|
|
10
|
+
gem_name: "auth-sanitizer",
|
|
11
|
+
require_path: "auth_sanitizer/loader.rb",
|
|
12
|
+
version_requirement: auth_sanitizer_requirement,
|
|
13
|
+
version_file: "auth/sanitizer/version.rb"
|
|
30
14
|
)
|
|
31
15
|
|
|
32
16
|
auth_sanitizer_loader_namespace
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-ldap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hubert
|
|
@@ -59,6 +59,26 @@ cert_chain:
|
|
|
59
59
|
-----END CERTIFICATE-----
|
|
60
60
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
61
61
|
dependencies:
|
|
62
|
+
- !ruby/object:Gem::Dependency
|
|
63
|
+
name: anonymous_loader
|
|
64
|
+
requirement: !ruby/object:Gem::Requirement
|
|
65
|
+
requirements:
|
|
66
|
+
- - "~>"
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: '0.1'
|
|
69
|
+
- - ">="
|
|
70
|
+
- !ruby/object:Gem::Version
|
|
71
|
+
version: 0.1.2
|
|
72
|
+
type: :runtime
|
|
73
|
+
prerelease: false
|
|
74
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
75
|
+
requirements:
|
|
76
|
+
- - "~>"
|
|
77
|
+
- !ruby/object:Gem::Version
|
|
78
|
+
version: '0.1'
|
|
79
|
+
- - ">="
|
|
80
|
+
- !ruby/object:Gem::Version
|
|
81
|
+
version: 0.1.2
|
|
62
82
|
- !ruby/object:Gem::Dependency
|
|
63
83
|
name: auth-sanitizer
|
|
64
84
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -68,7 +88,7 @@ dependencies:
|
|
|
68
88
|
version: '0.2'
|
|
69
89
|
- - ">="
|
|
70
90
|
- !ruby/object:Gem::Version
|
|
71
|
-
version: 0.2.
|
|
91
|
+
version: 0.2.2
|
|
72
92
|
type: :runtime
|
|
73
93
|
prerelease: false
|
|
74
94
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -78,7 +98,7 @@ dependencies:
|
|
|
78
98
|
version: '0.2'
|
|
79
99
|
- - ">="
|
|
80
100
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: 0.2.
|
|
101
|
+
version: 0.2.2
|
|
82
102
|
- !ruby/object:Gem::Dependency
|
|
83
103
|
name: net-ldap
|
|
84
104
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -188,7 +208,7 @@ dependencies:
|
|
|
188
208
|
version: '1.1'
|
|
189
209
|
- - ">="
|
|
190
210
|
- !ruby/object:Gem::Version
|
|
191
|
-
version: 1.1.
|
|
211
|
+
version: 1.1.14
|
|
192
212
|
type: :runtime
|
|
193
213
|
prerelease: false
|
|
194
214
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -198,27 +218,27 @@ dependencies:
|
|
|
198
218
|
version: '1.1'
|
|
199
219
|
- - ">="
|
|
200
220
|
- !ruby/object:Gem::Version
|
|
201
|
-
version: 1.1.
|
|
221
|
+
version: 1.1.14
|
|
202
222
|
- !ruby/object:Gem::Dependency
|
|
203
223
|
name: kettle-dev
|
|
204
224
|
requirement: !ruby/object:Gem::Requirement
|
|
205
225
|
requirements:
|
|
206
226
|
- - "~>"
|
|
207
227
|
- !ruby/object:Gem::Version
|
|
208
|
-
version: '2.
|
|
228
|
+
version: '2.3'
|
|
209
229
|
- - ">="
|
|
210
230
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: 2.
|
|
231
|
+
version: 2.3.4
|
|
212
232
|
type: :development
|
|
213
233
|
prerelease: false
|
|
214
234
|
version_requirements: !ruby/object:Gem::Requirement
|
|
215
235
|
requirements:
|
|
216
236
|
- - "~>"
|
|
217
237
|
- !ruby/object:Gem::Version
|
|
218
|
-
version: '2.
|
|
238
|
+
version: '2.3'
|
|
219
239
|
- - ">="
|
|
220
240
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: 2.
|
|
241
|
+
version: 2.3.4
|
|
222
242
|
- !ruby/object:Gem::Dependency
|
|
223
243
|
name: bundler-audit
|
|
224
244
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -276,7 +296,7 @@ dependencies:
|
|
|
276
296
|
version: '3.1'
|
|
277
297
|
- - ">="
|
|
278
298
|
- !ruby/object:Gem::Version
|
|
279
|
-
version: 3.1.
|
|
299
|
+
version: 3.1.4
|
|
280
300
|
type: :development
|
|
281
301
|
prerelease: false
|
|
282
302
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -286,7 +306,7 @@ dependencies:
|
|
|
286
306
|
version: '3.1'
|
|
287
307
|
- - ">="
|
|
288
308
|
- !ruby/object:Gem::Version
|
|
289
|
-
version: 3.1.
|
|
309
|
+
version: 3.1.4
|
|
290
310
|
- !ruby/object:Gem::Dependency
|
|
291
311
|
name: kettle-test
|
|
292
312
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -296,7 +316,7 @@ dependencies:
|
|
|
296
316
|
version: '2.0'
|
|
297
317
|
- - ">="
|
|
298
318
|
- !ruby/object:Gem::Version
|
|
299
|
-
version: 2.0.
|
|
319
|
+
version: 2.0.10
|
|
300
320
|
type: :development
|
|
301
321
|
prerelease: false
|
|
302
322
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -306,7 +326,7 @@ dependencies:
|
|
|
306
326
|
version: '2.0'
|
|
307
327
|
- - ">="
|
|
308
328
|
- !ruby/object:Gem::Version
|
|
309
|
-
version: 2.0.
|
|
329
|
+
version: 2.0.10
|
|
310
330
|
- !ruby/object:Gem::Dependency
|
|
311
331
|
name: turbo_tests2
|
|
312
332
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -316,7 +336,7 @@ dependencies:
|
|
|
316
336
|
version: '3.1'
|
|
317
337
|
- - ">="
|
|
318
338
|
- !ruby/object:Gem::Version
|
|
319
|
-
version: 3.1.
|
|
339
|
+
version: 3.1.7
|
|
320
340
|
type: :development
|
|
321
341
|
prerelease: false
|
|
322
342
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -326,7 +346,7 @@ dependencies:
|
|
|
326
346
|
version: '3.1'
|
|
327
347
|
- - ">="
|
|
328
348
|
- !ruby/object:Gem::Version
|
|
329
|
-
version: 3.1.
|
|
349
|
+
version: 3.1.7
|
|
330
350
|
- !ruby/object:Gem::Dependency
|
|
331
351
|
name: ruby-progressbar
|
|
332
352
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -350,7 +370,7 @@ dependencies:
|
|
|
350
370
|
version: '1.0'
|
|
351
371
|
- - ">="
|
|
352
372
|
- !ruby/object:Gem::Version
|
|
353
|
-
version: 1.0.
|
|
373
|
+
version: 1.0.6
|
|
354
374
|
type: :development
|
|
355
375
|
prerelease: false
|
|
356
376
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -360,7 +380,7 @@ dependencies:
|
|
|
360
380
|
version: '1.0'
|
|
361
381
|
- - ">="
|
|
362
382
|
- !ruby/object:Gem::Version
|
|
363
|
-
version: 1.0.
|
|
383
|
+
version: 1.0.6
|
|
364
384
|
- !ruby/object:Gem::Dependency
|
|
365
385
|
name: gitmoji-regex
|
|
366
386
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -370,7 +390,7 @@ dependencies:
|
|
|
370
390
|
version: '2.0'
|
|
371
391
|
- - ">="
|
|
372
392
|
- !ruby/object:Gem::Version
|
|
373
|
-
version: 2.0.
|
|
393
|
+
version: 2.0.4
|
|
374
394
|
type: :development
|
|
375
395
|
prerelease: false
|
|
376
396
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -380,7 +400,7 @@ dependencies:
|
|
|
380
400
|
version: '2.0'
|
|
381
401
|
- - ">="
|
|
382
402
|
- !ruby/object:Gem::Version
|
|
383
|
-
version: 2.0.
|
|
403
|
+
version: 2.0.4
|
|
384
404
|
- !ruby/object:Gem::Dependency
|
|
385
405
|
name: rack-test
|
|
386
406
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -431,6 +451,7 @@ files:
|
|
|
431
451
|
- CONTRIBUTING.md
|
|
432
452
|
- FUNDING.md
|
|
433
453
|
- LICENSE.md
|
|
454
|
+
- MIT.md
|
|
434
455
|
- README.md
|
|
435
456
|
- RUBOCOP.md
|
|
436
457
|
- SECURITY.md
|
|
@@ -453,10 +474,10 @@ licenses:
|
|
|
453
474
|
- MIT
|
|
454
475
|
metadata:
|
|
455
476
|
homepage_uri: https://omniauth-ldap.galtzo.com
|
|
456
|
-
source_code_uri: https://github.com/omniauth/omniauth-ldap/tree/v3.0.
|
|
457
|
-
changelog_uri: https://github.com/omniauth/omniauth-ldap/blob/v3.0.
|
|
477
|
+
source_code_uri: https://github.com/omniauth/omniauth-ldap/tree/v3.0.2
|
|
478
|
+
changelog_uri: https://github.com/omniauth/omniauth-ldap/blob/v3.0.2/CHANGELOG.md
|
|
458
479
|
bug_tracker_uri: https://github.com/omniauth/omniauth-ldap/issues
|
|
459
|
-
documentation_uri: https://www.rubydoc.info/gems/omniauth-ldap/3.0.
|
|
480
|
+
documentation_uri: https://www.rubydoc.info/gems/omniauth-ldap/3.0.2
|
|
460
481
|
funding_uri: https://github.com/sponsors/pboling
|
|
461
482
|
wiki_uri: https://github.com/omniauth/omniauth-ldap/wiki
|
|
462
483
|
news_uri: https://www.railsbling.com/tags/omniauth-ldap
|
metadata.gz.sig
CHANGED
|
Binary file
|