From 201807517740d452bb404314cea514600f303ac6 Mon Sep 17 00:00:00 2001 From: Christian Pedersen Date: Fri, 13 Apr 2012 15:22:22 -0700 Subject: [PATCH] bumped to 0.5.0 and added rubyforge_project --- lib/onelogin/ruby-saml/version.rb | 2 +- ruby-saml.gemspec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/onelogin/ruby-saml/version.rb b/lib/onelogin/ruby-saml/version.rb index 0bd0593e2..c78fefb52 100644 --- a/lib/onelogin/ruby-saml/version.rb +++ b/lib/onelogin/ruby-saml/version.rb @@ -1,5 +1,5 @@ module Onelogin module Saml - VERSION = '0.4.8' + VERSION = '0.5.0' end end diff --git a/ruby-saml.gemspec b/ruby-saml.gemspec index ff8c412aa..48383e665 100644 --- a/ruby-saml.gemspec +++ b/ruby-saml.gemspec @@ -16,6 +16,7 @@ Gem::Specification.new do |s| ] s.files = `git ls-files`.split("\n") s.homepage = %q{http://github.com/onelogin/ruby-saml} + s.rubyforge_project = %q{http://www.rubygems.org/gems/ruby-saml} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7}