google-authsub 0.1.0 → 0.2.0

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 (52) hide show
  1. data/Rakefile +0 -15
  2. data/google-authsub.gemspec +7 -69
  3. data/lib/googleauthsub.rb +2 -3
  4. data/spec/googleauthsub_spec.rb +3 -3
  5. metadata +17 -52
  6. data/VERSION +0 -1
  7. data/coverage/-Library-Ruby-Gems-1_8-gems-FakeWeb-1_1_2-lib-fake_net_http_rb.html +0 -679
  8. data/coverage/-Library-Ruby-Gems-1_8-gems-FakeWeb-1_1_2-lib-fake_web_rb.html +0 -843
  9. data/coverage/-Library-Ruby-Gems-1_8-gems-rcov-0_8_1_2_0-lib-rcov_rb.html +0 -1598
  10. data/coverage/index.html +0 -360
  11. data/coverage/lib-googleauthsub_rb.html +0 -877
  12. data/coverage/spec-googleauthsub_spec_rb.html +0 -950
  13. data/coverage/spec-spec_helper_rb.html +0 -640
  14. data/doc/classes/AuthEchoServlet.html +0 -152
  15. data/doc/classes/AuthEchoServlet.src/M000001.html +0 -20
  16. data/doc/classes/AuthEchoServlet.src/M000002.html +0 -18
  17. data/doc/classes/GData/AuthSubError.html +0 -139
  18. data/doc/classes/GData/AuthSubError.src/M000019.html +0 -18
  19. data/doc/classes/GData/Error.html +0 -111
  20. data/doc/classes/GData/GoogleAuthSub.html +0 -521
  21. data/doc/classes/GData/GoogleAuthSub.src/M000001.html +0 -29
  22. data/doc/classes/GData/GoogleAuthSub.src/M000002.html +0 -22
  23. data/doc/classes/GData/GoogleAuthSub.src/M000003.html +0 -29
  24. data/doc/classes/GData/GoogleAuthSub.src/M000004.html +0 -22
  25. data/doc/classes/GData/GoogleAuthSub.src/M000005.html +0 -24
  26. data/doc/classes/GData/GoogleAuthSub.src/M000006.html +0 -19
  27. data/doc/classes/GData/GoogleAuthSub.src/M000007.html +0 -18
  28. data/doc/classes/GData/GoogleAuthSub.src/M000008.html +0 -18
  29. data/doc/classes/GData/GoogleAuthSub.src/M000009.html +0 -24
  30. data/doc/classes/GData/GoogleAuthSub.src/M000010.html +0 -25
  31. data/doc/classes/GData/GoogleAuthSub.src/M000011.html +0 -30
  32. data/doc/classes/GData/GoogleAuthSub.src/M000012.html +0 -18
  33. data/doc/classes/GData/GoogleAuthSub.src/M000013.html +0 -18
  34. data/doc/classes/GData/GoogleAuthSub.src/M000014.html +0 -18
  35. data/doc/classes/GData/GoogleAuthSub.src/M000015.html +0 -18
  36. data/doc/classes/GData/GoogleAuthSub.src/M000016.html +0 -20
  37. data/doc/classes/GData/GoogleAuthSub.src/M000017.html +0 -20
  38. data/doc/classes/GData/GoogleAuthSub.src/M000018.html +0 -19
  39. data/doc/classes/GData.html +0 -162
  40. data/doc/created.rid +0 -1
  41. data/doc/files/googleauthsub_rb.html +0 -140
  42. data/doc/files/lib/googleauthsub_rb.html +0 -140
  43. data/doc/files/spec/googleauthsub_spec_rb.html +0 -146
  44. data/doc/files/spec/googleresponder_rb.html +0 -121
  45. data/doc/files/spec/spec_helper_rb.html +0 -149
  46. data/doc/fr_class_index.html +0 -31
  47. data/doc/fr_file_index.html +0 -30
  48. data/doc/fr_method_index.html +0 -45
  49. data/doc/index.html +0 -24
  50. data/doc/rdoc-style.css +0 -208
  51. data/live test/authsub_test.html +0 -40
  52. data/live test/gastest.rb +0 -90
@@ -1,140 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>File: googleauthsub.rb</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="fileHeader">
50
- <h1>googleauthsub.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>lib/googleauthsub.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Wed Apr 16 07:53:19 +1000 2008</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
- <div id="description">
72
- <p>
73
- AuthSub - Ruby library for Google Authorization # Copyright 2008 Stuart
74
- Coyle &lt;stuart.coyle@gmail.com&gt;
75
- </p>
76
- <p>
77
- Permission is hereby granted, free of charge, to any person obtaining a
78
- copy of this software and associated documentation files (the
79
- &quot;Software&quot;), to deal in the Software without restriction,
80
- including without limitation the rights to use, copy, modify, merge,
81
- publish, distribute, sublicense, and/or sell copies of the Software, and to
82
- permit persons to whom the Software is furnished to do so, subject to the
83
- following conditions:
84
- </p>
85
- <p>
86
- The above copyright notice and this permission notice shall be included in
87
- all copies or substantial portions of the Software.
88
- </p>
89
- <p>
90
- THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
91
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
92
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
93
- NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
94
- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
95
- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
96
- USE OR OTHER DEALINGS IN THE SOFTWARE.
97
- </p>
98
-
99
- </div>
100
-
101
- <div id="requires-list">
102
- <h3 class="section-bar">Required files</h3>
103
-
104
- <div class="name-list">
105
- uri&nbsp;&nbsp;
106
- net/https&nbsp;&nbsp;
107
- openssl&nbsp;&nbsp;
108
- base64&nbsp;&nbsp;
109
- </div>
110
- </div>
111
-
112
- </div>
113
-
114
-
115
- </div>
116
-
117
-
118
- <!-- if includes -->
119
-
120
- <div id="section">
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
- <!-- if method_list -->
130
-
131
-
132
- </div>
133
-
134
-
135
- <div id="validator-badges">
136
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
137
- </div>
138
-
139
- </body>
140
- </html>
@@ -1,146 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>File: googleauthsub_spec.rb</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="fileHeader">
50
- <h1>googleauthsub_spec.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>spec/googleauthsub_spec.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Wed Apr 16 13:49:25 +1000 2008</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
- <div id="description">
72
- <p>
73
- GoogleAuthSub - Ruby on Rails plugin for Google Authorization # Copyright
74
- 2008 Stuart Coyle &lt;stuart.coyle@gmail.com&gt;
75
- </p>
76
- <p>
77
- Permission is hereby granted, free of charge, to any person obtaining a
78
- copy of this software and associated documentation files (the
79
- &quot;Software&quot;), to deal in the Software without restriction,
80
- including without limitation the rights to use, copy, modify, merge,
81
- publish, distribute, sublicense, and/or sell copies of the Software, and to
82
- permit persons to whom the Software is furnished to do so, subject to the
83
- following conditions:
84
- </p>
85
- <p>
86
- The above copyright notice and this permission notice shall be included in
87
- all copies or substantial portions of the Software.
88
- </p>
89
- <p>
90
- THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
91
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
92
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
93
- NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
94
- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
95
- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
96
- USE OR OTHER DEALINGS IN THE SOFTWARE.
97
- </p>
98
-
99
- </div>
100
-
101
- <div id="requires-list">
102
- <h3 class="section-bar">Required files</h3>
103
-
104
- <div class="name-list">
105
- fake_web&nbsp;&nbsp;
106
- net/http&nbsp;&nbsp;
107
- openssl&nbsp;&nbsp;
108
- </div>
109
- </div>
110
-
111
- </div>
112
-
113
-
114
- </div>
115
-
116
-
117
- <!-- if includes -->
118
- <div id="includes">
119
- <h3 class="section-bar">Included Modules</h3>
120
-
121
- <div id="includes-list">
122
- <span class="include-name"><a href="../../classes/GData.html">GData</a></span>
123
- </div>
124
- </div>
125
-
126
- <div id="section">
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
- <!-- if method_list -->
136
-
137
-
138
- </div>
139
-
140
-
141
- <div id="validator-badges">
142
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
143
- </div>
144
-
145
- </body>
146
- </html>
@@ -1,121 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>File: googleresponder.rb</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="fileHeader">
50
- <h1>googleresponder.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>spec/googleresponder.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Wed Apr 16 13:40:45 +1000 2008</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
- <div id="description">
72
- <p>
73
- Currently unused&#8230;
74
- </p>
75
-
76
- </div>
77
-
78
- <div id="requires-list">
79
- <h3 class="section-bar">Required files</h3>
80
-
81
- <div class="name-list">
82
- webrick&nbsp;&nbsp;
83
- </div>
84
- </div>
85
-
86
- </div>
87
-
88
-
89
- </div>
90
-
91
-
92
- <!-- if includes -->
93
- <div id="includes">
94
- <h3 class="section-bar">Included Modules</h3>
95
-
96
- <div id="includes-list">
97
- <span class="include-name">WEBrick</span>
98
- </div>
99
- </div>
100
-
101
- <div id="section">
102
-
103
-
104
-
105
-
106
-
107
-
108
-
109
-
110
- <!-- if method_list -->
111
-
112
-
113
- </div>
114
-
115
-
116
- <div id="validator-badges">
117
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
118
- </div>
119
-
120
- </body>
121
- </html>
@@ -1,149 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>File: spec_helper.rb</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="fileHeader">
50
- <h1>spec_helper.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>spec/spec_helper.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Thu Mar 20 08:33:20 +1000 2008</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
-
72
-
73
- </div>
74
-
75
-
76
- </div>
77
-
78
-
79
- <!-- if includes -->
80
-
81
- <div id="section">
82
-
83
-
84
- <div id="constants-list">
85
- <h3 class="section-bar">Constants</h3>
86
-
87
- <div class="name-list">
88
- <table summary="Constants">
89
- <tr class="top-aligned-row context-row">
90
- <td class="context-item-name">INVALID_TOKEN</td>
91
- <td>=</td>
92
- <td class="context-item-value">&quot;CMSdfhfhfjsjskee__d&quot;</td>
93
- <td width="3em">&nbsp;</td>
94
- <td class="context-item-desc">
95
- Some constants for testing purposes
96
-
97
- </td>
98
- </tr>
99
- <tr class="top-aligned-row context-row">
100
- <td class="context-item-name">TOKEN</td>
101
- <td>=</td>
102
- <td class="context-item-value">&quot;CMScoaHmDxC80Y2pAg&quot;</td>
103
- </tr>
104
- <tr class="top-aligned-row context-row">
105
- <td class="context-item-name">SESSION_TOKEN</td>
106
- <td>=</td>
107
- <td class="context-item-value">&quot;CMScoaHmDxDM9dqPBA&quot;</td>
108
- </tr>
109
- <tr class="top-aligned-row context-row">
110
- <td class="context-item-name">AUTHSUB_REQUEST_URL</td>
111
- <td>=</td>
112
- <td class="context-item-value">&quot;https://www.google.com/accounts/AuthSubRequest&quot;</td>
113
- </tr>
114
- <tr class="top-aligned-row context-row">
115
- <td class="context-item-name">AUTHSUB_SESSION_TOKEN_URL</td>
116
- <td>=</td>
117
- <td class="context-item-value">&quot;https://www.google.com/accounts/AuthSubSessionToken&quot;</td>
118
- </tr>
119
- <tr class="top-aligned-row context-row">
120
- <td class="context-item-name">AUTHSUB_REVOKE_TOKEN_URL</td>
121
- <td>=</td>
122
- <td class="context-item-value">&quot;https://www.google.com/accounts/AuthSubRevokeToken&quot;</td>
123
- </tr>
124
- <tr class="top-aligned-row context-row">
125
- <td class="context-item-name">AUTHSUB_TOKEN_INFO_URL</td>
126
- <td>=</td>
127
- <td class="context-item-value">&quot;https://www.google.com/accounts/AuthSubTokenInfo&quot;</td>
128
- </tr>
129
- </table>
130
- </div>
131
- </div>
132
-
133
-
134
-
135
-
136
-
137
-
138
- <!-- if method_list -->
139
-
140
-
141
- </div>
142
-
143
-
144
- <div id="validator-badges">
145
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
146
- </div>
147
-
148
- </body>
149
- </html>
@@ -1,31 +0,0 @@
1
-
2
- <?xml version="1.0" encoding="iso-8859-1"?>
3
- <!DOCTYPE html
4
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
5
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6
-
7
- <!--
8
-
9
- Classes
10
-
11
- -->
12
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
13
- <head>
14
- <title>Classes</title>
15
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
16
- <link rel="stylesheet" href="rdoc-style.css" type="text/css" />
17
- <base target="docwin" />
18
- </head>
19
- <body>
20
- <div id="index">
21
- <h1 class="section-bar">Classes</h1>
22
- <div id="index-entries">
23
- <a href="classes/AuthEchoServlet.html">AuthEchoServlet</a><br />
24
- <a href="classes/GData.html">GData</a><br />
25
- <a href="classes/GData/AuthSubError.html">GData::AuthSubError</a><br />
26
- <a href="classes/GData/Error.html">GData::Error</a><br />
27
- <a href="classes/GData/GoogleAuthSub.html">GData::GoogleAuthSub</a><br />
28
- </div>
29
- </div>
30
- </body>
31
- </html>
@@ -1,30 +0,0 @@
1
-
2
- <?xml version="1.0" encoding="iso-8859-1"?>
3
- <!DOCTYPE html
4
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
5
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6
-
7
- <!--
8
-
9
- Files
10
-
11
- -->
12
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
13
- <head>
14
- <title>Files</title>
15
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
16
- <link rel="stylesheet" href="rdoc-style.css" type="text/css" />
17
- <base target="docwin" />
18
- </head>
19
- <body>
20
- <div id="index">
21
- <h1 class="section-bar">Files</h1>
22
- <div id="index-entries">
23
- <a href="files/lib/googleauthsub_rb.html">lib/googleauthsub.rb</a><br />
24
- <a href="files/spec/googleauthsub_spec_rb.html">spec/googleauthsub_spec.rb</a><br />
25
- <a href="files/spec/googleresponder_rb.html">spec/googleresponder.rb</a><br />
26
- <a href="files/spec/spec_helper_rb.html">spec/spec_helper.rb</a><br />
27
- </div>
28
- </div>
29
- </body>
30
- </html>
@@ -1,45 +0,0 @@
1
-
2
- <?xml version="1.0" encoding="iso-8859-1"?>
3
- <!DOCTYPE html
4
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
5
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6
-
7
- <!--
8
-
9
- Methods
10
-
11
- -->
12
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
13
- <head>
14
- <title>Methods</title>
15
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
16
- <link rel="stylesheet" href="rdoc-style.css" type="text/css" />
17
- <base target="docwin" />
18
- </head>
19
- <body>
20
- <div id="index">
21
- <h1 class="section-bar">Methods</h1>
22
- <div id="index-entries">
23
- <a href="classes/GData/GoogleAuthSub.html#M000017">auth_data (GData::GoogleAuthSub)</a><br />
24
- <a href="classes/GData/GoogleAuthSub.html#M000016">auth_header (GData::GoogleAuthSub)</a><br />
25
- <a href="classes/GData/GoogleAuthSub.html#M000015">delete (GData::GoogleAuthSub)</a><br />
26
- <a href="classes/AuthEchoServlet.html#M000001">do_GET (AuthEchoServlet)</a><br />
27
- <a href="classes/AuthEchoServlet.html#M000002">do_PUT (AuthEchoServlet)</a><br />
28
- <a href="classes/GData/GoogleAuthSub.html#M000012">get (GData::GoogleAuthSub)</a><br />
29
- <a href="classes/GData/AuthSubError.html#M000019">message (GData::AuthSubError)</a><br />
30
- <a href="classes/GData/GoogleAuthSub.html#M000004">new (GData::GoogleAuthSub)</a><br />
31
- <a href="classes/GData/GoogleAuthSub.html#M000013">post (GData::GoogleAuthSub)</a><br />
32
- <a href="classes/GData/GoogleAuthSub.html#M000014">put (GData::GoogleAuthSub)</a><br />
33
- <a href="classes/GData/GoogleAuthSub.html#M000006">receive_token (GData::GoogleAuthSub)</a><br />
34
- <a href="classes/GData/GoogleAuthSub.html#M000005">request_url (GData::GoogleAuthSub)</a><br />
35
- <a href="classes/GData/GoogleAuthSub.html#M000010">revoke_token (GData::GoogleAuthSub)</a><br />
36
- <a href="classes/GData/GoogleAuthSub.html#M000008">secure_token? (GData::GoogleAuthSub)</a><br />
37
- <a href="classes/GData/GoogleAuthSub.html#M000009">session_token (GData::GoogleAuthSub)</a><br />
38
- <a href="classes/GData/GoogleAuthSub.html#M000007">session_token? (GData::GoogleAuthSub)</a><br />
39
- <a href="classes/GData/GoogleAuthSub.html#M000003">set_private_key (GData::GoogleAuthSub)</a><br />
40
- <a href="classes/GData/GoogleAuthSub.html#M000018">sig (GData::GoogleAuthSub)</a><br />
41
- <a href="classes/GData/GoogleAuthSub.html#M000011">token_info (GData::GoogleAuthSub)</a><br />
42
- </div>
43
- </div>
44
- </body>
45
- </html>
data/doc/index.html DELETED
@@ -1,24 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
5
-
6
- <!--
7
-
8
- RDoc Documentation
9
-
10
- -->
11
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
12
- <head>
13
- <title>RDoc Documentation</title>
14
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
15
- </head>
16
- <frameset rows="20%, 80%">
17
- <frameset cols="25%,35%,45%">
18
- <frame src="fr_file_index.html" title="Files" name="Files" />
19
- <frame src="fr_class_index.html" name="Classes" />
20
- <frame src="fr_method_index.html" name="Methods" />
21
- </frameset>
22
- <frame src="files/lib/googleauthsub_rb.html" name="docwin" />
23
- </frameset>
24
- </html>