Skip to content

Commit

Permalink
update omniauth and ruby-saml gem versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajiv committed Mar 19, 2014
1 parent d0e63de commit 0f98ec7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
22 changes: 10 additions & 12 deletions Gemfile.lock
Expand Up @@ -3,24 +3,22 @@ PATH
specs:
omniauth-saml (1.1.0)
omniauth (~> 1.1)
ruby-saml (~> 0.7.2)
ruby-saml (~> 0.7.3)

GEM
remote: https://rubygems.org/
specs:
canonix (0.1.1)
diff-lcs (1.2.4)
hashie (2.0.5)
macaddr (1.6.1)
systemu (~> 2.5.0)
mini_portile (0.5.2)
macaddr (1.6.7)
systemu (~> 2.6.2)
multi_json (1.3.7)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
omniauth (1.1.4)
nokogiri (1.5.11)
omniauth (1.2.1)
hashie (>= 1.2, < 3)
rack
rack (1.4.1)
rack (~> 1.0)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rspec (2.14.1)
Expand All @@ -31,15 +29,15 @@ GEM
rspec-expectations (2.14.4)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
ruby-saml (0.7.2)
ruby-saml (0.7.3)
canonix (= 0.1.1)
nokogiri
nokogiri (~> 1.5.0)
uuid (~> 2.3)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
systemu (2.5.2)
systemu (2.6.4)
uuid (2.3.7)
macaddr (~> 1.0)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -6,8 +6,8 @@ https://github.com/PracticallyGreen/omniauth-saml

## Requirements

* [OmniAuth](http://www.omniauth.org/) 1.1+
* Ruby 1.9.2
* [OmniAuth](http://www.omniauth.org/) 1.2+
* Ruby 1.9.x or Ruby 2.1.x

## Usage

Expand Down Expand Up @@ -98,7 +98,7 @@ Maintained by [Rajiv Aaron Manglani](http://www.rajivmanglani.com/).

## License

Copyright (c) 2011-2013 [Practically Green, Inc.](http://www.practicallygreen.com/).
Copyright (c) 2011-2014 [Practically Green, Inc.](http://www.practicallygreen.com/).
All rights reserved. Released under the MIT license.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
4 changes: 2 additions & 2 deletions omniauth-saml.gemspec
Expand Up @@ -11,8 +11,8 @@ Gem::Specification.new do |gem|
gem.email = 'rajiv@alum.mit.edu'
gem.homepage = 'https://github.com/PracticallyGreen/omniauth-saml'

gem.add_runtime_dependency 'omniauth', '~> 1.1'
gem.add_runtime_dependency 'ruby-saml', '~> 0.7.2'
gem.add_runtime_dependency 'omniauth', '~> 1.2'
gem.add_runtime_dependency 'ruby-saml', '~> 0.7.3'

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

0 comments on commit 0f98ec7

Please sign in to comment.