forked from SAML-Toolkits/ruby-saml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed XMLCanonicalizer dependency to xmlcanonicalizer 0.1.0 which d…
…oes not depend on log4r or pollute the global namespace with REXML Version bump to 0.2.0
- Loading branch information
Showing
3 changed files
with
5 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ begin | |
gem.email = "[email protected]" | ||
gem.homepage = "http://github.com/onelogin/ruby-saml" | ||
gem.authors = ["OneLogin LLC"] | ||
gem.add_dependency("XMLCanonicalizer",">= 1.0.1") | ||
gem.add_dependency("xmlcanonicalizer","= 0.1.0") | ||
gem.add_development_dependency "shoulda" | ||
gem.add_development_dependency "mocha" | ||
#gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.0 | ||
0.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters