File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ requests from identity providers.
1616SAML authorization is a two step process and you are expected to implement support for both.
1717
1818We created a demo project for Rails 4 that uses the latest version of this library:
19- [ ruby-saml-example] ( https://github.com/saml-toolkit /ruby-saml-example )
19+ [ ruby-saml-example] ( https://github.com/saml-toolkits /ruby-saml-example )
2020
2121### Supported Ruby Versions
2222
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616 "README.md"
1717 ]
1818 s . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features)/} ) }
19- s . homepage = %q{https://github.com/saml-toolkit /ruby-saml}
19+ s . homepage = %q{https://github.com/saml-toolkits /ruby-saml}
2020 s . rdoc_options = [ "--charset=UTF-8" ]
2121 s . require_paths = [ "lib" ]
2222 s . rubygems_version = %q{1.3.7}
You can’t perform that action at this time.
0 commit comments