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}