File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11module OneLogin
22 module RubySaml
3- VERSION = '1.10.1 '
3+ VERSION = '1.10.2 '
44 end
55end
Original file line number Diff line number Diff 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' )
You can’t perform that action at this time.
0 commit comments