We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a6289 commit 4a2e120Copy full SHA for 4a2e120
samlr.gemspec
@@ -1,4 +1,4 @@
1
-Gem::Specification.new "samlr", "1.1.1" do |s|
+Gem::Specification.new "samlr", "1.1.2" do |s|
2
s.summary = "Ruby tools for SAML"
3
s.description = "Helps you implement a SAML SP"
4
s.authors = ["Morten Primdahl"]
@@ -7,7 +7,7 @@ Gem::Specification.new "samlr", "1.1.1" do |s|
7
s.files = `git ls-files`.split("\n")
8
s.license = "Apache License Version 2.0"
9
10
- s.add_runtime_dependency("nokogiri", ">= 1.5.0")
+ s.add_runtime_dependency("nokogiri", ">= 1.5.5")
11
s.add_runtime_dependency("uuidtools", ">= 2.1.3")
12
s.add_runtime_dependency("trollop", ">= 1.16.2")
13
0 commit comments