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,152 +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>Class: AuthEchoServlet</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="classHeader">
50
- <table class="header-table">
51
- <tr class="top-aligned-row">
52
- <td><strong>Class</strong></td>
53
- <td class="class-name-in-header">AuthEchoServlet</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../files/spec/googleresponder_rb.html">
59
- spec/googleresponder.rb
60
- </a>
61
- <br />
62
- </td>
63
- </tr>
64
-
65
- <tr class="top-aligned-row">
66
- <td><strong>Parent:</strong></td>
67
- <td>
68
- HTTPServlet::AbstractServlet
69
- </td>
70
- </tr>
71
- </table>
72
- </div>
73
- <!-- banner header -->
74
-
75
- <div id="bodyContent">
76
-
77
-
78
-
79
- <div id="contextContent">
80
-
81
-
82
-
83
- </div>
84
-
85
- <div id="method-list">
86
- <h3 class="section-bar">Methods</h3>
87
-
88
- <div class="name-list">
89
- <a href="#M000001">do_GET</a>&nbsp;&nbsp;
90
- <a href="#M000002">do_PUT</a>&nbsp;&nbsp;
91
- </div>
92
- </div>
93
-
94
- </div>
95
-
96
-
97
- <!-- if includes -->
98
-
99
- <div id="section">
100
-
101
-
102
-
103
-
104
-
105
-
106
-
107
-
108
- <!-- if method_list -->
109
- <div id="methods">
110
- <h3 class="section-bar">Public Instance methods</h3>
111
-
112
- <div id="method-M000001" class="method-detail">
113
- <a name="M000001"></a>
114
-
115
- <div class="method-heading">
116
- <a href="AuthEchoServlet.src/M000001.html" target="Code" class="method-signature"
117
- onclick="popupCode('AuthEchoServlet.src/M000001.html');return false;">
118
- <span class="method-name">do_GET</span><span class="method-args">(req, res)</span>
119
- </a>
120
- </div>
121
-
122
- <div class="method-description">
123
- </div>
124
- </div>
125
-
126
- <div id="method-M000002" class="method-detail">
127
- <a name="M000002"></a>
128
-
129
- <div class="method-heading">
130
- <a href="AuthEchoServlet.src/M000002.html" target="Code" class="method-signature"
131
- onclick="popupCode('AuthEchoServlet.src/M000002.html');return false;">
132
- <span class="method-name">do_PUT</span><span class="method-args">(req,res)</span>
133
- </a>
134
- </div>
135
-
136
- <div class="method-description">
137
- </div>
138
- </div>
139
-
140
-
141
- </div>
142
-
143
-
144
- </div>
145
-
146
-
147
- <div id="validator-badges">
148
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
149
- </div>
150
-
151
- </body>
152
- </html>
@@ -1,20 +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>
7
- <head>
8
- <title>do_GET (AuthEchoServlet)</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
11
- </head>
12
- <body class="standalone-code">
13
- <pre><span class="ruby-comment cmt"># File spec/googleresponder.rb, line 12</span>
14
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">do_GET</span>(<span class="ruby-identifier">req</span>, <span class="ruby-identifier">res</span>)
15
- <span class="ruby-identifier">res</span>.<span class="ruby-identifier">body</span> = <span class="ruby-identifier">req</span>[<span class="ruby-constant">Authorization</span>]
16
- <span class="ruby-identifier">res</span>[<span class="ruby-value str">'Content-Type'</span>] = <span class="ruby-value str">&quot;text/html&quot;</span>
17
-
18
- <span class="ruby-keyword kw">end</span></pre>
19
- </body>
20
- </html>
@@ -1,18 +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>
7
- <head>
8
- <title>do_PUT (AuthEchoServlet)</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
11
- </head>
12
- <body class="standalone-code">
13
- <pre><span class="ruby-comment cmt"># File spec/googleresponder.rb, line 18</span>
14
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">do_PUT</span>(<span class="ruby-identifier">req</span>,<span class="ruby-identifier">res</span>)
15
-
16
- <span class="ruby-keyword kw">end</span></pre>
17
- </body>
18
- </html>
@@ -1,139 +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>Class: GData::AuthSubError</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="classHeader">
50
- <table class="header-table">
51
- <tr class="top-aligned-row">
52
- <td><strong>Class</strong></td>
53
- <td class="class-name-in-header">GData::AuthSubError</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../../files/lib/googleauthsub_rb.html">
59
- lib/googleauthsub.rb
60
- </a>
61
- <br />
62
- </td>
63
- </tr>
64
-
65
- <tr class="top-aligned-row">
66
- <td><strong>Parent:</strong></td>
67
- <td>
68
- <a href="Error.html">
69
- Error
70
- </a>
71
- </td>
72
- </tr>
73
- </table>
74
- </div>
75
- <!-- banner header -->
76
-
77
- <div id="bodyContent">
78
-
79
-
80
-
81
- <div id="contextContent">
82
-
83
-
84
-
85
- </div>
86
-
87
- <div id="method-list">
88
- <h3 class="section-bar">Methods</h3>
89
-
90
- <div class="name-list">
91
- <a href="#M000019">message</a>&nbsp;&nbsp;
92
- </div>
93
- </div>
94
-
95
- </div>
96
-
97
-
98
- <!-- if includes -->
99
-
100
- <div id="section">
101
-
102
-
103
-
104
-
105
-
106
-
107
-
108
-
109
- <!-- if method_list -->
110
- <div id="methods">
111
- <h3 class="section-bar">Public Instance methods</h3>
112
-
113
- <div id="method-M000019" class="method-detail">
114
- <a name="M000019"></a>
115
-
116
- <div class="method-heading">
117
- <a href="AuthSubError.src/M000019.html" target="Code" class="method-signature"
118
- onclick="popupCode('AuthSubError.src/M000019.html');return false;">
119
- <span class="method-name">message</span><span class="method-args">()</span>
120
- </a>
121
- </div>
122
-
123
- <div class="method-description">
124
- </div>
125
- </div>
126
-
127
-
128
- </div>
129
-
130
-
131
- </div>
132
-
133
-
134
- <div id="validator-badges">
135
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
136
- </div>
137
-
138
- </body>
139
- </html>
@@ -1,18 +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>
7
- <head>
8
- <title>message (GData::AuthSubError)</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
11
- </head>
12
- <body class="standalone-code">
13
- <pre><span class="ruby-comment cmt"># File lib/googleauthsub.rb, line 42</span>
14
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">message</span>
15
- <span class="ruby-value str">&quot;Google Authentication Error&quot;</span>
16
- <span class="ruby-keyword kw">end</span></pre>
17
- </body>
18
- </html>
@@ -1,111 +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>Class: GData::Error</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="classHeader">
50
- <table class="header-table">
51
- <tr class="top-aligned-row">
52
- <td><strong>Class</strong></td>
53
- <td class="class-name-in-header">GData::Error</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../../files/lib/googleauthsub_rb.html">
59
- lib/googleauthsub.rb
60
- </a>
61
- <br />
62
- </td>
63
- </tr>
64
-
65
- <tr class="top-aligned-row">
66
- <td><strong>Parent:</strong></td>
67
- <td>
68
- Exception
69
- </td>
70
- </tr>
71
- </table>
72
- </div>
73
- <!-- banner header -->
74
-
75
- <div id="bodyContent">
76
-
77
-
78
-
79
- <div id="contextContent">
80
-
81
-
82
-
83
- </div>
84
-
85
-
86
- </div>
87
-
88
-
89
- <!-- if includes -->
90
-
91
- <div id="section">
92
-
93
-
94
-
95
-
96
-
97
-
98
-
99
-
100
- <!-- if method_list -->
101
-
102
-
103
- </div>
104
-
105
-
106
- <div id="validator-badges">
107
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
108
- </div>
109
-
110
- </body>
111
- </html>