-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAMLの設定が行われていない場合にSamlSettingNotFoundのエラーを発生させる (#48)
* release 1.0.1 (#37) * add authors * Change title * Add generator descriptions * Add routing descripiton * Add controller templates info * Add view templates info * Add model and migration templates info * Fix Style/WordArray * Add logo * Add h1 * Add br * center * Tweak * Add gem ber * Fix shields * Add other sheilds * Add license * Remove pre sheilds * Add br * tweak * Add setting relation * tweak * Add migrate description * Fix path * Add emoji * Change headers * Bump rails from 6.1.3.2 to 6.1.4 Bumps [rails](https://github.com/rails/rails) from 6.1.3.2 to 6.1.4. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.3.2...v6.1.4) --- updated-dependencies: - dependency-name: rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * tweak * Update readme * アプリ導入の際に必要になった機能の追加 (#36) * アプリ導入の際に必要になった機能の追加 * setupメソッドを複数回呼び出せる様にする * 修正もれの対応 * saml_responseとsign_in時のユーザー検索で別カラムを別々に設定できる様に修正 * バグ修正 Co-authored-by: yonetani <[email protected]> * Fix typo Co-authored-by: yonetani <[email protected]> Co-authored-by: psyashes <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * gem version up (#47) * saml_settingがない場合にエラーを発生させる様に修正 * version up Co-authored-by: psyashes <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a1267be
commit daaed6a
Showing
6 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
sp-rails-saml (1.0.2) | ||
sp-rails-saml (1.0.3) | ||
ruby-saml | ||
|
||
GEM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module SpRailsSaml | ||
VERSION = '1.0.2'.freeze | ||
VERSION = '1.0.3'.freeze | ||
end |