Skip to content

Commit

Permalink
Updated ruby-saml to 1.1 to support the latest changes and bumped v…
Browse files Browse the repository at this point in the history
…ersion to 1.4.1
  • Loading branch information
suprnova32 committed Dec 23, 2015
1 parent d51c114 commit 578a2ab
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
21 changes: 12 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
PATH
remote: .
specs:
omniauth-saml (1.3.1)
omniauth-saml (1.4.2)
omniauth (~> 1.1)
ruby-saml (~> 1.0.0)
ruby-saml (~> 1.1, >= 1.1.1)

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.2.4)
hashie (3.4.2)
hashie (3.4.3)
macaddr (1.7.1)
systemu (~> 2.6.2)
mini_portile (0.6.2)
mini_portile2 (2.0.0)
multi_json (1.3.7)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
omniauth (1.2.2)
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
omniauth (1.3.1)
hashie (>= 1.2, < 4)
rack (~> 1.0)
rack (>= 1.0, < 3)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
Expand All @@ -30,7 +30,7 @@ GEM
rspec-expectations (2.14.4)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
ruby-saml (1.0.0)
ruby-saml (1.1.1)
nokogiri (>= 1.5.10)
uuid (~> 2.3)
simplecov (0.7.1)
Expand All @@ -49,3 +49,6 @@ DEPENDENCIES
rack-test (~> 0.6)
rspec (~> 2.8)
simplecov (~> 0.6)

BUNDLED WITH
1.10.6
2 changes: 1 addition & 1 deletion lib/omniauth-saml/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module SAML
VERSION = '1.4.1'
VERSION = '1.4.2'
end
end
2 changes: 1 addition & 1 deletion omniauth-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.homepage = 'https://github.com/PracticallyGreen/omniauth-saml'

gem.add_runtime_dependency 'omniauth', '~> 1.1'
gem.add_runtime_dependency 'ruby-saml', '~> 1.0'
gem.add_runtime_dependency 'ruby-saml', '~> 1.1', '>= 1.1.1'

gem.add_development_dependency 'rspec', '~> 2.8'
gem.add_development_dependency 'simplecov', '~> 0.6'
Expand Down

0 comments on commit 578a2ab

Please sign in to comment.