Skip to content

Commit 688d9e9

Browse files
committed
Release 1.10.2
1 parent ab68c0c commit 688d9e9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# RubySaml Changelog
2+
3+
### 1.10.2 (Apr 29, 2019)
4+
5+
* Add valid until, accessor
6+
* Fix Rubygem metadata that requested nokogiri <= 1.5.11
7+
8+
### 1.10.1 (Apr 08, 2019)
9+
10+
* Fix ruby 1.8.7 incompatibilities
11+
212
### 1.10.0 (Mar 21, 2019)
313
* Add Subject support on AuthNRequest to allow SPs provide info to the IdP about the user to be authenticated
414
* Improves IdpMetadataParser to allow parse multiple IDPSSODescriptors

lib/onelogin/ruby-saml/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OneLogin
22
module RubySaml
3-
VERSION = '1.10.1'
3+
VERSION = '1.10.2'
44
end
55
end

ruby-saml.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
4141
elsif RUBY_VERSION < '2.1'
4242
s.add_runtime_dependency('nokogiri', '>= 1.5.10', '<= 1.6.8.1')
4343
else
44-
s.add_runtime_dependency('nokogiri', '>= 1.8.2')
44+
s.add_runtime_dependency('nokogiri', '>= 1.5.10')
4545
end
4646

4747
s.add_development_dependency('minitest', '~> 5.5')

0 commit comments

Comments
 (0)