sidonath-authlogic_rpx 1.0.4b

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.
metadata ADDED
@@ -0,0 +1,108 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sidonath-authlogic_rpx
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.4b
5
+ platform: ruby
6
+ authors:
7
+ - Paul Gallagher / tardate
8
+ - John J. Bachir / jjb
9
+ - Damir Zekic / sidonath
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+
14
+ date: 2009-12-24 00:00:00 +01:00
15
+ default_executable:
16
+ dependencies:
17
+ - !ruby/object:Gem::Dependency
18
+ name: authlogic
19
+ type: :runtime
20
+ version_requirement:
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: 2.1.1
26
+ version:
27
+ - !ruby/object:Gem::Dependency
28
+ name: rpx_now
29
+ type: :runtime
30
+ version_requirement:
31
+ version_requirements: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: 0.6.6
36
+ version:
37
+ description: Authlogic extension/plugin that provides RPX (rpxnow.com) authentication support
38
+ email: damirz@gmail.com
39
+ executables: []
40
+
41
+ extensions: []
42
+
43
+ extra_rdoc_files:
44
+ - CHANGELOG.rdoc
45
+ - README.rdoc
46
+ - lib/authlogic_rpx.rb
47
+ - lib/authlogic_rpx/acts_as_authentic.rb
48
+ - lib/authlogic_rpx/helper.rb
49
+ - lib/authlogic_rpx/session.rb
50
+ - lib/authlogic_rpx/version.rb
51
+ files:
52
+ - CHANGELOG.rdoc
53
+ - MIT-LICENSE
54
+ - Manifest
55
+ - README.rdoc
56
+ - Rakefile
57
+ - sidonath-authlogic_rpx.gemspec
58
+ - init.rb
59
+ - lib/authlogic_rpx.rb
60
+ - lib/authlogic_rpx/acts_as_authentic.rb
61
+ - lib/authlogic_rpx/helper.rb
62
+ - lib/authlogic_rpx/session.rb
63
+ - lib/authlogic_rpx/version.rb
64
+ - rails/init.rb
65
+ - test/acts_as_authentic_test.rb
66
+ - test/fixtures/users.yml
67
+ - test/libs/rails_trickery.rb
68
+ - test/libs/user.rb
69
+ - test/libs/user_session.rb
70
+ - test/session_test.rb
71
+ - test/test_helper.rb
72
+ has_rdoc: true
73
+ homepage: http://github.com/sidonath/authlogic_rpx
74
+ licenses: []
75
+
76
+ post_install_message: ""
77
+ rdoc_options:
78
+ - --line-numbers
79
+ - --inline-source
80
+ - --title
81
+ - Authlogic_rpx
82
+ - --main
83
+ - README.rdoc
84
+ require_paths:
85
+ - lib
86
+ required_ruby_version: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: "0"
91
+ version:
92
+ required_rubygems_version: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: "1.2"
97
+ version:
98
+ requirements: []
99
+
100
+ rubyforge_project: authlogic_rpx
101
+ rubygems_version: 1.3.5
102
+ signing_key:
103
+ specification_version: 3
104
+ summary: Authlogic plug-in for RPX support
105
+ test_files:
106
+ - test/acts_as_authentic_test.rb
107
+ - test/session_test.rb
108
+ - test/test_helper.rb