global_session.gemspec in global_session-1.0.7 vs global_session.gemspec in global_session-1.0.8

- old
+ new

@@ -5,20 +5,20 @@ spec = Gem::Specification.new do |s| s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version= s.required_ruby_version = Gem::Requirement.new(">= 1.8.7") s.name = 'global_session' - s.version = '1.0.7' - s.date = '2011-10-27' + s.version = '1.0.8' + s.date = '2012-02-23' s.authors = ['Tony Spataro'] - s.email = 'code@tracker.xeger.net' - s.homepage= 'http://github.com/xeger/global_session' + s.email = 'support@rightscale.com' + s.homepage= 'http://github.com/rightscale/global_session' s.summary = %q{Secure single-domain session sharing plugin for Rails.} s.description = %q{This plugin for Rails allows several web apps in an authentication domain to share session state, facilitating single sign-on in a distributed web app. It only provides session sharing and does not concern itself with authentication or replication of the user database.} - s.add_runtime_dependency('uuidtools', ["~> 1.0"]) + s.add_runtime_dependency('uuidtools', ["~> 2.1"]) s.add_runtime_dependency('json', ["~> 1.4"]) s.add_runtime_dependency('rack-contrib', ["~> 1.0"]) basedir = File.dirname(__FILE__) candidates = ['global_session.gemspec', 'init.rb', 'MIT-LICENSE', 'README.rdoc'] +