Skip to content

Commit 16f36c1

Browse files
authored
Merge pull request #475 from MrBerg/update-readme
Update README with changes related to v. 1.9.0
2 parents b157df0 + 94e5806 commit 16f36c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Ruby SAML [![Build Status](https://secure.travis-ci.org/onelogin/ruby-saml.svg)](http://travis-ci.org/onelogin/ruby-saml) [![Coverage Status](https://coveralls.io/repos/onelogin/ruby-saml/badge.svg?branch=master%0A)](https://coveralls.io/r/onelogin/ruby-saml?branch=master%0A) [![Gem Version](https://badge.fury.io/rb/ruby-saml.svg)](http://badge.fury.io/rb/ruby-saml)
22

3+
## Updating from 1.8.0 to 1.9.0
4+
Version `1.8.0` better supports Ruby 2.4+ and JRuby 9.2.0.0. `Settings` initialization now has a second parameter, `keep_security_settings` (default: false), which saves security settings attributes that are not explicitly overridden, if set to true.
5+
36
## Updating from 1.7.X to 1.8.0
47
On Version `1.8.0`, creating AuthRequests/LogoutRequests/LogoutResponses with nil RelayState param will not generate a URL with an empty RelayState parameter anymore. It also changes the invalid audience error message.
58

@@ -101,6 +104,7 @@ We created a demo project for Rails4 that uses the latest version of this librar
101104
* 2.4.x
102105
* JRuby 1.7.19
103106
* JRuby 9.0.0.0
107+
* JRuby 9.2.0.0
104108

105109
## Adding Features, Pull Requests
106110
* Fork the repository
@@ -121,7 +125,7 @@ Using `Gemfile`
121125

122126
```ruby
123127
# latest stable
124-
gem 'ruby-saml', '~> 1.8.0'
128+
gem 'ruby-saml', '~> 1.9.0'
125129

126130
# or track master for bleeding-edge
127131
gem 'ruby-saml', :github => 'onelogin/ruby-saml'

0 commit comments

Comments
 (0)