Commit 231b18f
Changed files (1)
README.md
@@ -1,17 +1,13 @@
-
+
*Logo courtesy of [@speasley](https://github.com/speasley)*
-[](https://travis-ci.org/saml-kit/saml-kit)
-[](https://codeclimate.com/github/saml-kit/saml-kit)
[](https://rubygems.org/gems/saml-kit)
-[](https://hakiri.io/github/saml-kit/saml-kit/master)
-[](https://codeclimate.com/github/saml-kit/saml-kit/test_coverage)
Saml::Kit is a library with the purpose of creating and consuming SAML
documents. It supports the HTTP Post and HTTP Redirect bindings. It can
create Service Provider Metadata, Identity Provider Metadata,
-AuthnRequest, Response, LogoutRequest, LogoutResponse documents.
+AuthnRequest, Response, LogoutRequest, LogoutResponse documents.
It also supports generating signed and encrypted assertions.
## Installation
@@ -249,13 +245,13 @@ puts [url, saml_params].inspect
## Development
-After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
+After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
-Bug reports and pull requests are welcome on Github at https://github.com/saml-kit/saml-kit.
+Bug reports and pull requests are welcome on Github at https://github.com/xlgmokha/saml-kit.
## License