Skip to content

Commit

Permalink
Version bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
morten committed Dec 2, 2010
1 parent 465a412 commit aac25b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
5 changes: 4 additions & 1 deletion ruby-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{ruby-saml}
s.version = "0.2.0"
s.version = "0.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["OneLogin LLC"]
Expand Down Expand Up @@ -48,15 +48,18 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<xmlcanonicalizer>, ["= 0.1.0"])
s.add_runtime_dependency(%q<uuid>, ["= 2.3.1"])
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<mocha>, [">= 0"])
else
s.add_dependency(%q<xmlcanonicalizer>, ["= 0.1.0"])
s.add_dependency(%q<uuid>, ["= 2.3.1"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<mocha>, [">= 0"])
end
else
s.add_dependency(%q<xmlcanonicalizer>, ["= 0.1.0"])
s.add_dependency(%q<uuid>, ["= 2.3.1"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<mocha>, [">= 0"])
end
Expand Down

0 comments on commit aac25b6

Please sign in to comment.