pasaporte 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pasaporte
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julik Tarkhanov
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-11-03 00:00:00 +01:00
12
+ date: 2009-02-14 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -23,7 +23,7 @@ dependencies:
23
23
  version: "0"
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
- name: camping
26
+ name: camping>=1.5.180
27
27
  type: :runtime
28
28
  version_requirement:
29
29
  version_requirements: !ruby/object:Gem::Requirement
@@ -60,11 +60,12 @@ dependencies:
60
60
  requirements:
61
61
  - - ">="
62
62
  - !ruby/object:Gem::Version
63
- version: 1.8.2
63
+ version: 1.8.3
64
64
  version:
65
65
  description: An OpenID server with a colored bar on top
66
66
  email: me@julik.nl
67
67
  executables:
68
+ - pasaporte-emit-app.rb
68
69
  - pasaporte-fcgi.rb
69
70
  extensions: []
70
71
 
@@ -79,10 +80,9 @@ files:
79
80
  - README.txt
80
81
  - Rakefile
81
82
  - TODO.txt
83
+ - bin/pasaporte-emit-app.rb
82
84
  - bin/pasaporte-fcgi.rb
83
85
  - lib/pasaporte.rb
84
- - lib/pasaporte/.DS_Store
85
- - lib/pasaporte/assets/.DS_Store
86
86
  - lib/pasaporte/assets/bgbar.png
87
87
  - lib/pasaporte/assets/lock.png
88
88
  - lib/pasaporte/assets/mainbg_green.gif
@@ -96,30 +96,43 @@ files:
96
96
  - lib/pasaporte/auth/yaml_digest_table.rb
97
97
  - lib/pasaporte/auth/yaml_table.rb
98
98
  - lib/pasaporte/faster_openid.rb
99
+ - lib/pasaporte/hacks.rb
99
100
  - lib/pasaporte/iso_countries.yml
100
101
  - lib/pasaporte/julik_state.rb
102
+ - lib/pasaporte/lighttpd/cacert.pem
103
+ - lib/pasaporte/lighttpd/cert_localhost_combined.pem
104
+ - lib/pasaporte/lighttpd/sample-lighttpd-config.conf
101
105
  - lib/pasaporte/markaby_ext.rb
106
+ - lib/pasaporte/models.rb
102
107
  - lib/pasaporte/pasaporte_store.rb
103
108
  - lib/pasaporte/timezones.yml
109
+ - lib/pasaporte/token_box.rb
104
110
  - test/fixtures/pasaporte_approvals.yml
105
111
  - test/fixtures/pasaporte_profiles.yml
106
112
  - test/fixtures/pasaporte_throttles.yml
107
113
  - test/helper.rb
108
114
  - test/mosquito.rb
109
- - test/test_throttle.rb
110
- - test/testable_openid_fetcher.rb
111
115
  - test/test_approval.rb
112
116
  - test/test_auth_backends.rb
117
+ - test/test_edit_profile.rb
113
118
  - test/test_openid.rb
114
119
  - test/test_pasaporte.rb
115
120
  - test/test_profile.rb
121
+ - test/test_public_signon.rb
116
122
  - test/test_settings.rb
123
+ - test/test_signout.rb
124
+ - test/test_throttle.rb
125
+ - test/test_token_box.rb
126
+ - test/test_with_partial_ssl.rb
127
+ - test/testable_openid_fetcher.rb
117
128
  has_rdoc: true
118
129
  homepage: http://pasaporte.rubyforge.org
119
130
  post_install_message:
120
131
  rdoc_options:
121
132
  - --main
122
133
  - README.txt
134
+ - --charset
135
+ - utf-8
123
136
  require_paths:
124
137
  - lib
125
138
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -137,15 +150,20 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
150
  requirements: []
138
151
 
139
152
  rubyforge_project: pasaporte
140
- rubygems_version: 1.2.0
153
+ rubygems_version: 1.3.1
141
154
  signing_key:
142
155
  specification_version: 2
143
156
  summary: Downgrades the OpenID providing business to the usual login-password stupidity.
144
157
  test_files:
145
158
  - test/test_approval.rb
146
159
  - test/test_auth_backends.rb
160
+ - test/test_edit_profile.rb
147
161
  - test/test_openid.rb
148
162
  - test/test_pasaporte.rb
149
163
  - test/test_profile.rb
164
+ - test/test_public_signon.rb
150
165
  - test/test_settings.rb
166
+ - test/test_signout.rb
151
167
  - test/test_throttle.rb
168
+ - test/test_token_box.rb
169
+ - test/test_with_partial_ssl.rb
Binary file