omniauth-cas 3.0.0.beta.1 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +10 -9
- data/lib/omniauth/cas/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd3e863e924ef181ec4a6bfdb1c64187258b78ffc8bd8857df7017607dc60a47
|
4
|
+
data.tar.gz: 2dda8861195390b89ebaf60f74bd9e1985a44410abd91e7cc1a4608cd8cbaed9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 181b83703819f127f099eb14455a4160f71810f04fc1ce3886a87968efe801cb951c49613726b50f0408f7f4ce69a42d56f7d3be0a42f6b61cbdfaefcf76a015
|
7
|
+
data.tar.gz: 45f2a3b3b3a3827c3fb57c2e537a3b21adf6c04f8e3d5b33cf981400602407c9d6b1c33f89145210c1b700f300d6cb0a0dc54fb8f06bcc3ac8fa614d8be3af1f
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
|
6
6
|
project adheres to [Semantic Versioning](https://semver.org/)
|
7
7
|
|
8
|
+
## 3.0.0 - 2024-02-24
|
9
|
+
|
10
|
+
### Changed
|
11
|
+
|
12
|
+
* There are no changes between 3.0.0 and 3.0.0.beta.1
|
13
|
+
|
8
14
|
## 3.0.0.beta.1 - 2024-01-12
|
9
15
|
|
10
16
|
### Changed
|
data/README.md
CHANGED
@@ -1,10 +1,4 @@
|
|
1
|
-
# OmniAuth CAS Strategy [![Gem Version][version_badge]][version] [![Build Status][
|
2
|
-
|
3
|
-
[version_badge]: https://badge.fury.io/rb/omniauth-cas.svg
|
4
|
-
[version]: https://badge.fury.io/rb/omniauth-cas
|
5
|
-
[github_actions]: https://github.com/dlindahl/omniauth-cas/actions
|
6
|
-
[github_actions_status]: https://github.com/dlindahl/omniauth-cas/actions/workflows/ci.yml/badge.svg
|
7
|
-
[releases]: https://github.com/dlindahl/omniauth-cas/releases
|
1
|
+
# OmniAuth CAS Strategy [![Gem Version][version_badge]][version] [![Build Status][github_actions_ci_status]][github_actions_ci] [![RuboCop][github_actions_rubocop_status]][github_actions_rubocop]
|
8
2
|
|
9
3
|
This is a [OmniAuth][omniauth] 2.1+ compatible port of the previously available
|
10
4
|
[OmniAuth CAS strategy][old_omniauth_cas] that was bundled with OmniAuth 0.3.
|
@@ -122,8 +116,15 @@ Special thanks go out to the following people
|
|
122
116
|
* Elber Ribeiro (@dynaum) for Ubuntu SSL configuration support
|
123
117
|
* @rbq for README updates and OmniAuth 0.3 migration guide
|
124
118
|
|
125
|
-
[omniauth]: https://github.com/omniauth/omniauth
|
126
|
-
[old_omniauth_cas]: https://github.com/intridea/omniauth/blob/0-3-stable/oa-enterprise/lib/omniauth/strategies/cas.rb
|
127
119
|
[document_up]: https://dlindahl.github.io/omniauth-cas/
|
120
|
+
[github_actions_ci]: https://github.com/dlindahl/omniauth-cas/actions/workflows/ci.yml
|
121
|
+
[github_actions_ci_status]: https://github.com/dlindahl/omniauth-cas/actions/workflows/ci.yml/badge.svg
|
122
|
+
[github_actions_rubocop]: https://github.com/dlindahl/omniauth-cas/actions/workflows/rubocop.yml
|
123
|
+
[github_actions_rubocop_status]: https://github.com/dlindahl/omniauth-cas/actions/workflows/rubocop.yml/badge.svg
|
128
124
|
[net_http]: https://ruby-doc.org/stdlib-1.9.3/libdoc/net/http/rdoc/Net/HTTP.html
|
125
|
+
[old_omniauth_cas]: https://github.com/intridea/omniauth/blob/0-3-stable/oa-enterprise/lib/omniauth/strategies/cas.rb
|
126
|
+
[omniauth]: https://github.com/omniauth/omniauth
|
127
|
+
[releases]: https://github.com/dlindahl/omniauth-cas/releases
|
129
128
|
[sso]: https://wiki.jasig.org/display/CASUM/Single+Sign+Out
|
129
|
+
[version]: https://badge.fury.io/rb/omniauth-cas
|
130
|
+
[version_badge]: https://badge.fury.io/rb/omniauth-cas.svg
|
data/lib/omniauth/cas/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-cas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.0
|
4
|
+
version: 3.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Derek Lindahl
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
93
|
- !ruby/object:Gem::Version
|
94
94
|
version: '0'
|
95
95
|
requirements: []
|
96
|
-
rubygems_version: 3.5.
|
96
|
+
rubygems_version: 3.5.5
|
97
97
|
signing_key:
|
98
98
|
specification_version: 4
|
99
99
|
summary: CAS Strategy for OmniAuth
|