authlogic_cloudfuji 0.9.3 → 0.9.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
|
3
3
|
Gem::Specification.new do |gem|
|
4
|
-
gem.authors = ["Akash Manohar J"]
|
5
|
-
gem.email = ["akash@akash.im"]
|
4
|
+
gem.authors = ["Sean Grove", "Akash Manohar J"]
|
5
|
+
gem.email = ["sean@cloudfuji.com", "akash@akash.im"]
|
6
6
|
gem.description = %q{Cloudfuji support for Authlogic}
|
7
7
|
gem.summary = %q{Cloudfuji support for Authlogic}
|
8
8
|
gem.homepage = "http://github.com/Cloudfuji/authlogic_cloudfuji"
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
|
|
12
12
|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
13
13
|
gem.name = "authlogic_cloudfuji"
|
14
14
|
gem.require_paths = ["lib"]
|
15
|
-
gem.version = "0.9.
|
15
|
+
gem.version = "0.9.4"
|
16
16
|
|
17
17
|
gem.add_development_dependency 'rspec-rails'
|
18
18
|
gem.add_development_dependency 'sqlite3'
|
File without changes
|
metadata
CHANGED
@@ -2,9 +2,10 @@
|
|
2
2
|
name: authlogic_cloudfuji
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.9.
|
5
|
+
version: 0.9.4
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
+
- Sean Grove
|
8
9
|
- Akash Manohar J
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
@@ -69,6 +70,7 @@ dependencies:
|
|
69
70
|
version_requirements: *id005
|
70
71
|
description: Cloudfuji support for Authlogic
|
71
72
|
email:
|
73
|
+
- sean@cloudfuji.com
|
72
74
|
- akash@akash.im
|
73
75
|
executables: []
|
74
76
|
|
@@ -83,15 +85,15 @@ files:
|
|
83
85
|
- Rakefile
|
84
86
|
- app/controllers/authlogic/cas/cas_authentication_controller.rb
|
85
87
|
- app/controllers/authlogic/cas/cas_client_controller.rb
|
86
|
-
-
|
88
|
+
- authlogic_cloudfuji.gemspec
|
87
89
|
- config/routes.rb
|
88
|
-
- lib/authlogic_bushido.rb
|
89
90
|
- lib/authlogic_cas.rb
|
90
91
|
- lib/authlogic_cas/controller_actions/service.rb
|
91
92
|
- lib/authlogic_cas/controller_actions/session.rb
|
92
93
|
- lib/authlogic_cas/engine.rb
|
93
94
|
- lib/authlogic_cas/rails_routes.rb
|
94
95
|
- lib/authlogic_cas/single_sign_out/cache.rb
|
96
|
+
- lib/authlogic_cloudfuji.rb
|
95
97
|
- spec/authlogic_cas_spec.rb
|
96
98
|
- spec/controllers/service_controller_spec.rb
|
97
99
|
- spec/controllers/session_controller_spec.rb
|
@@ -169,7 +171,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
169
171
|
requirements:
|
170
172
|
- - ">="
|
171
173
|
- !ruby/object:Gem::Version
|
172
|
-
hash:
|
174
|
+
hash: 1847028487026998933
|
173
175
|
segments:
|
174
176
|
- 0
|
175
177
|
version: "0"
|
@@ -178,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
178
180
|
requirements:
|
179
181
|
- - ">="
|
180
182
|
- !ruby/object:Gem::Version
|
181
|
-
hash:
|
183
|
+
hash: 1847028487026998933
|
182
184
|
segments:
|
183
185
|
- 0
|
184
186
|
version: "0"
|