global_session.gemspec in global_session-3.2.1 vs global_session.gemspec in global_session-3.2.2
- old
+ new
@@ -1,29 +1,29 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
-# stub: global_session 3.2.1 ruby lib
+# stub: global_session 3.2.2 ruby lib
Gem::Specification.new do |s|
s.name = "global_session"
- s.version = "3.2.1"
+ s.version = "3.2.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Tony Spataro"]
- s.date = "2015-07-10"
+ s.date = "2015-09-10"
s.description = "This Rack middleware 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.email = "support@rightscale.com"
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
".ruby-version",
".travis.yml",
- "CHANGELOG.rdoc",
+ "CHANGELOG.md",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"global_session.gemspec",
@@ -49,9 +49,10 @@
"rails_generators/global_session_authority/USAGE",
"rails_generators/global_session_authority/global_session_authority_generator.rb"
]
s.homepage = "https://github.com/rightscale/global_session"
s.licenses = ["MIT"]
+ s.required_ruby_version = Gem::Requirement.new("~> 2.0")
s.rubygems_version = "2.2.3"
s.summary = "Secure single-domain session sharing plugin for Rack and Rails."
if s.respond_to? :specification_version then
s.specification_version = 4