global_session 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/global_session.gemspec +5 -5
  2. metadata +9 -9
@@ -7,17 +7,17 @@ spec = Gem::Specification.new do |s|
7
7
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
8
8
 
9
9
  s.name = 'global_session'
10
- s.version = '1.0.7'
11
- s.date = '2011-10-27'
10
+ s.version = '1.0.8'
11
+ s.date = '2012-02-23'
12
12
 
13
13
  s.authors = ['Tony Spataro']
14
- s.email = 'code@tracker.xeger.net'
15
- s.homepage= 'http://github.com/xeger/global_session'
14
+ s.email = 'support@rightscale.com'
15
+ s.homepage= 'http://github.com/rightscale/global_session'
16
16
 
17
17
  s.summary = %q{Secure single-domain session sharing plugin for Rails.}
18
18
  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.}
19
19
 
20
- s.add_runtime_dependency('uuidtools', ["~> 1.0"])
20
+ s.add_runtime_dependency('uuidtools', ["~> 2.1"])
21
21
  s.add_runtime_dependency('json', ["~> 1.4"])
22
22
  s.add_runtime_dependency('rack-contrib', ["~> 1.0"])
23
23
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: global_session
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 7
10
- version: 1.0.7
9
+ - 8
10
+ version: 1.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tony Spataro
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-27 00:00:00 -07:00
18
+ date: 2012-02-23 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,11 +26,11 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- hash: 15
29
+ hash: 1
30
30
  segments:
31
+ - 2
31
32
  - 1
32
- - 0
33
- version: "1.0"
33
+ version: "2.1"
34
34
  type: :runtime
35
35
  version_requirements: *id001
36
36
  - !ruby/object:Gem::Dependency
@@ -64,7 +64,7 @@ dependencies:
64
64
  type: :runtime
65
65
  version_requirements: *id003
66
66
  description: 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.
67
- email: code@tracker.xeger.net
67
+ email: support@rightscale.com
68
68
  executables: []
69
69
 
70
70
  extensions: []
@@ -93,7 +93,7 @@ files:
93
93
  - rails_generators/global_session_authority/USAGE
94
94
  - rails_generators/global_session_authority/global_session_authority_generator.rb
95
95
  has_rdoc: true
96
- homepage: http://github.com/xeger/global_session
96
+ homepage: http://github.com/rightscale/global_session
97
97
  licenses: []
98
98
 
99
99
  post_install_message: