beway 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. data/Gemfile +1 -1
  2. data/README +7 -16
  3. data/README.rdoc +8 -20
  4. data/doc/Beway.html +136 -183
  5. data/doc/Beway/Auction.html +630 -816
  6. data/doc/Beway/AuctionParseError.html +139 -158
  7. data/doc/Beway/Bidder.html +384 -529
  8. data/doc/Beway/BidderError.html +139 -158
  9. data/doc/Beway/CliRunner.html +742 -818
  10. data/doc/Beway/EbayData.html +398 -451
  11. data/doc/Beway/EbayDataParseError.html +139 -158
  12. data/doc/Beway/InvalidUrlError.html +139 -158
  13. data/doc/README.html +129 -167
  14. data/doc/created.rid +6 -6
  15. data/doc/images/add.png +0 -0
  16. data/doc/images/brick.png +0 -0
  17. data/doc/images/brick_link.png +0 -0
  18. data/doc/images/bug.png +0 -0
  19. data/doc/images/bullet_black.png +0 -0
  20. data/doc/images/bullet_toggle_minus.png +0 -0
  21. data/doc/images/bullet_toggle_plus.png +0 -0
  22. data/doc/images/date.png +0 -0
  23. data/doc/images/delete.png +0 -0
  24. data/doc/images/find.png +0 -0
  25. data/doc/images/loadingAnimation.gif +0 -0
  26. data/doc/images/macFFBgHack.png +0 -0
  27. data/doc/images/package.png +0 -0
  28. data/doc/images/page_green.png +0 -0
  29. data/doc/images/page_white_text.png +0 -0
  30. data/doc/images/page_white_width.png +0 -0
  31. data/doc/images/plugin.png +0 -0
  32. data/doc/images/ruby.png +0 -0
  33. data/doc/images/tag_blue.png +0 -0
  34. data/doc/images/tag_green.png +0 -0
  35. data/doc/images/transparent.png +0 -0
  36. data/doc/images/wrench.png +0 -0
  37. data/doc/images/wrench_orange.png +0 -0
  38. data/doc/images/zoom.png +0 -0
  39. data/doc/index.html +134 -223
  40. data/doc/js/darkfish.js +153 -0
  41. data/doc/js/jquery.js +18 -0
  42. data/doc/js/navigation.js +142 -0
  43. data/doc/js/search.js +94 -0
  44. data/doc/js/search_index.js +1 -0
  45. data/doc/js/searcher.js +228 -0
  46. data/doc/lib/beway/auction_rb.html +1 -1
  47. data/doc/lib/beway/bidder_rb.html +1 -1
  48. data/doc/lib/beway/cli_runner_rb.html +1 -1
  49. data/doc/lib/beway/ebay_data_rb.html +1 -1
  50. data/doc/rdoc.css +310 -473
  51. data/doc/table_of_contents.html +154 -0
  52. data/lib/beway.rb +4 -0
  53. data/lib/beway/auction.rb +5 -7
  54. data/lib/beway/cli_runner.rb +2 -3
  55. data/lib/beway/ebay_data.rb +1 -1
  56. data/spec/auction_spec.rb +12 -1
  57. data/spec/bidder_spec.rb +19 -3
  58. data/spec/config.rb +2 -2
  59. data/spec/html/kodak-film-old.html +59 -0
  60. metadata +82 -97
@@ -1,175 +1,137 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <!DOCTYPE html>
4
2
 
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <html>
6
4
  <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
8
6
 
9
- <title>File: README [RDoc Documentation]</title>
7
+ <title>README - RDoc Documentation</title>
10
8
 
11
- <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
9
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "./";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
12
21
 
13
- <script src="./js/jquery.js" type="text/javascript"
14
- charset="utf-8"></script>
15
- <script src="./js/thickbox-compressed.js" type="text/javascript"
16
- charset="utf-8"></script>
17
- <script src="./js/quicksearch.js" type="text/javascript"
18
- charset="utf-8"></script>
19
- <script src="./js/darkfish.js" type="text/javascript"
20
- charset="utf-8"></script>
21
- </head>
22
22
 
23
23
  <body class="file">
24
- <div id="metadata">
25
- <div id="home-metadata">
26
- <div id="home-section" class="section">
27
- <h3 class="section-header">
28
- <a href="./index.html">Home</a>
29
- <a href="./index.html#classes">Classes</a>
30
- <a href="./index.html#methods">Methods</a>
31
- </h3>
32
- </div>
33
- </div>
34
-
35
- <div id="project-metadata">
36
-
37
-
38
- <div id="fileindex-section" class="section project-section">
39
- <h3 class="section-header">Files</h3>
40
- <ul>
41
-
42
- <li class="file"><a href="./README.html">README</a></li>
43
-
44
- </ul>
45
- </div>
46
-
47
-
48
- <div id="classindex-section" class="section project-section">
49
- <h3 class="section-header">Class Index
50
- <span class="search-toggle"><img src="./images/find.png"
51
- height="16" width="16" alt="[+]"
52
- title="show/hide quicksearch" /></span></h3>
53
- <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
54
- <fieldset>
55
- <legend>Quicksearch</legend>
56
- <input type="text" name="quicksearch" value=""
57
- class="quicksearch-field" />
58
- </fieldset>
59
- </form>
60
-
61
- <ul class="link-list">
62
-
63
- <li><a href="./Beway.html">Beway</a></li>
64
-
65
- <li><a href="./Beway/Auction.html">Beway::Auction</a></li>
66
-
67
- <li><a href="./Beway/AuctionParseError.html">Beway::AuctionParseError</a></li>
68
-
69
- <li><a href="./Beway/Bidder.html">Beway::Bidder</a></li>
70
-
71
- <li><a href="./Beway/BidderError.html">Beway::BidderError</a></li>
72
-
73
- <li><a href="./Beway/CliRunner.html">Beway::CliRunner</a></li>
74
-
75
- <li><a href="./Beway/EbayData.html">Beway::EbayData</a></li>
76
-
77
- <li><a href="./Beway/EbayDataParseError.html">Beway::EbayDataParseError</a></li>
78
-
79
- <li><a href="./Beway/InvalidUrlError.html">Beway::InvalidUrlError</a></li>
80
-
81
- </ul>
82
- <div id="no-class-search-results" style="display: none;">No matching classes.</div>
83
- </div>
84
-
85
-
86
- </div>
87
- </div>
88
-
89
- <div id="documentation">
90
- <h2>BEWAY - an ebay sniping tool</h2>
91
- <p>
92
- <a href="Beway.html">Beway</a> is a small Ruby library that:
93
- </p>
94
- <ul>
95
- <li><p>
96
- Retrieves information about an ebay auction
97
- </p>
98
- </li>
99
- <li><p>
100
- Bids on an ebay auction
101
- </p>
102
- </li>
103
- <li><p>
104
- Retrieves official ebay time
105
- </p>
106
- </li>
107
- <li><p>
108
- Offers a simple user interface for bidding on an auction
109
- </p>
110
- </li>
111
- </ul>
112
- <h2>Requirements</h2>
113
- <p>
114
- Perhaps not requirements, but developed and tested with the following:
115
- </p>
116
- <ul>
117
- <li><p>
118
- Ruby 1.9.2
119
- </p>
120
- </li>
121
- </ul>
122
- <p>
123
- And these gems:
124
- </p>
125
- <ul>
126
- <li><p>
127
- mechanize (1.0.0)
128
- </p>
129
- </li>
130
- <li><p>
131
- nokogiri (1.4.4)
132
- </p>
133
- </li>
134
- <li><p>
135
- rspec (2.4.0)
136
- </p>
137
- </li>
138
- </ul>
139
- <h2>Installation</h2>
140
- <p>
141
- Install your gems:
142
- </p>
143
- <pre>
144
- gem install mechanize rspec nokogiri
145
- </pre>
146
- <p>
147
- Run the CLI interface
148
- </p>
149
- <pre>
150
- ruby bin/beway
151
- </pre>
152
- <h2>Tests</h2>
153
- <p>
154
- Make sure everything works as expected:
155
- </p>
156
- <pre>
157
- rake spec
158
- </pre>
159
- <h2>Docs</h2>
160
- <p>
161
- Generate rdoc html:
162
- </p>
163
- <pre>
164
- rake rdoc</pre>
165
-
166
- </div>
167
-
168
- <div id="validator-badges">
169
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
170
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
171
- Rdoc Generator</a> 1.1.6</small>.</p>
172
- </div>
173
- </body>
174
- </html>
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="./index.html">Home</a>
28
+ <a href="./table_of_contents.html#classes">Classes</a>
29
+ <a href="./table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="project-metadata">
47
+ <nav id="fileindex-section" class="section project-section">
48
+ <h3 class="section-header">Pages</h3>
49
+
50
+ <ul>
51
+
52
+ <li class="file"><a href="./README.html">README</a>
53
+
54
+ </ul>
55
+ </nav>
56
+
57
+ <nav id="classindex-section" class="section project-section">
58
+ <h3 class="section-header">Class and Module Index</h3>
59
+
60
+ <ul class="link-list">
61
+
62
+ <li><a href="./Beway.html">Beway</a>
63
+
64
+ <li><a href="./Beway/Auction.html">Beway::Auction</a>
65
+
66
+ <li><a href="./Beway/AuctionParseError.html">Beway::AuctionParseError</a>
67
+
68
+ <li><a href="./Beway/Bidder.html">Beway::Bidder</a>
69
+
70
+ <li><a href="./Beway/BidderError.html">Beway::BidderError</a>
71
+
72
+ <li><a href="./Beway/CliRunner.html">Beway::CliRunner</a>
73
+
74
+ <li><a href="./Beway/EbayData.html">Beway::EbayData</a>
75
+
76
+ <li><a href="./Beway/EbayDataParseError.html">Beway::EbayDataParseError</a>
77
+
78
+ <li><a href="./Beway/InvalidUrlError.html">Beway::InvalidUrlError</a>
79
+
80
+ </ul>
81
+ </nav>
82
+
83
+ </div>
84
+ </nav>
85
+
86
+ <div id="documentation" class="description">
87
+
88
+ <h2 id="label-BEWAY+-+an+ebay+sniping+tool">BEWAY - an ebay sniping tool</h2>
89
+
90
+ <p><a href="Beway.html">Beway</a> is a small Ruby library that:</p>
91
+ <ul><li>
92
+ <p>Retrieves information about an ebay auction</p>
93
+ </li><li>
94
+ <p>Bids on an ebay auction</p>
95
+ </li><li>
96
+ <p>Retrieves official ebay time</p>
97
+ </li><li>
98
+ <p>Offers a simple user interface for bidding on an auction</p>
99
+ </li></ul>
100
+
101
+ <h2 id="label-Requirements">Requirements</h2>
102
+ <ul><li>
103
+ <p>Ruby 1.9.2</p>
104
+ </li></ul>
105
+
106
+ <h2 id="label-Installation">Installation</h2>
107
+
108
+ <pre>gem install beway</pre>
109
+
110
+ <h2 id="label-Running+it">Running it</h2>
111
+
112
+ <pre>beway</pre>
113
+
114
+ <h2 id="label-The+source">The source</h2>
115
+
116
+ <p>Install requirements with bundler</p>
117
+
118
+ <pre>bundle install</pre>
119
+
120
+ <p>Make sure everything works as expected:</p>
121
+
122
+ <pre>rake spec</pre>
123
+
124
+ <p>Generate rdoc html:</p>
125
+
126
+ <pre>rake rdoc</pre>
127
+
128
+ </div>
129
+
130
+
131
+
132
+ <footer id="validator-badges">
133
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
134
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
135
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
136
+ </footer>
175
137
 
@@ -1,6 +1,6 @@
1
- Sun, 13 Mar 2011 21:27:17 -0700
2
- README Sun, 13 Mar 2011 19:44:15 -0700
3
- lib/beway/auction.rb Sun, 13 Mar 2011 21:10:00 -0700
4
- lib/beway/bidder.rb Sun, 13 Mar 2011 19:44:15 -0700
5
- lib/beway/cli_runner.rb Sun, 13 Mar 2011 19:44:15 -0700
6
- lib/beway/ebay_data.rb Sun, 13 Mar 2011 19:54:17 -0700
1
+ Mon, 07 May 2012 08:58:57 -0700
2
+ README Mon, 07 May 2012 08:35:29 -0700
3
+ lib/beway/auction.rb Mon, 07 May 2012 08:55:50 -0700
4
+ lib/beway/bidder.rb Mon, 07 May 2012 08:35:29 -0700
5
+ lib/beway/cli_runner.rb Mon, 07 May 2012 08:58:53 -0700
6
+ lib/beway/ebay_data.rb Mon, 07 May 2012 08:35:29 -0700
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,225 +1,136 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
1
+ <!DOCTYPE html>
4
2
 
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3
+ <html>
6
4
  <head>
7
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
-
9
- <title>RDoc Documentation</title>
10
-
11
- <link type="text/css" media="screen" href="rdoc.css" rel="stylesheet" />
12
-
13
- <script src="js/jquery.js" type="text/javascript" charset="utf-8"></script>
14
- <script src="js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
15
- <script src="js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
16
- <script src="js/darkfish.js" type="text/javascript" charset="utf-8"></script>
17
-
18
- </head>
19
- <body class="indexpage">
20
-
21
-
22
- <h1>RDoc Documentation</h1>
23
-
24
-
25
- <div id="main">
26
- <h2>BEWAY - an ebay sniping tool</h2>
27
- <p>
28
- <a href="Beway.html">Beway</a> is a small Ruby library that:
29
- </p>
30
- <ul>
31
- <li><p>
32
- Retrieves information about an ebay auction
33
- </p>
34
- </li>
35
- <li><p>
36
- Bids on an ebay auction
37
- </p>
38
- </li>
39
- <li><p>
40
- Retrieves official ebay time
41
- </p>
42
- </li>
43
- <li><p>
44
- Offers a simple user interface for bidding on an auction
45
- </p>
46
- </li>
47
- </ul>
48
- <h2>Requirements</h2>
49
- <p>
50
- Perhaps not requirements, but developed and tested with the following:
51
- </p>
52
- <ul>
53
- <li><p>
54
- Ruby 1.9.2
55
- </p>
56
- </li>
57
- </ul>
58
- <p>
59
- And these gems:
60
- </p>
61
- <ul>
62
- <li><p>
63
- mechanize (1.0.0)
64
- </p>
65
- </li>
66
- <li><p>
67
- nokogiri (1.4.4)
68
- </p>
69
- </li>
70
- <li><p>
71
- rspec (2.4.0)
72
- </p>
73
- </li>
74
- </ul>
75
- <h2>Installation</h2>
76
- <p>
77
- Install your gems:
78
- </p>
79
- <pre>
80
- gem install mechanize rspec nokogiri
81
- </pre>
82
- <p>
83
- Run the CLI interface
84
- </p>
85
- <pre>
86
- ruby bin/beway
87
- </pre>
88
- <h2>Tests</h2>
89
- <p>
90
- Make sure everything works as expected:
91
- </p>
92
- <pre>
93
- rake spec
94
- </pre>
95
- <h2>Docs</h2>
96
- <p>
97
- Generate rdoc html:
98
- </p>
99
- <pre>
100
- rake rdoc</pre>
101
-
102
- </div>
103
-
104
-
105
-
106
-
107
- <h2>Files</h2>
108
- <ul>
109
-
110
- <li class="file"><a href="README.html">README</a></li>
111
-
112
- </ul>
113
-
114
-
115
- <h2 id="classes">Classes/Modules</h2>
116
- <ul>
117
-
118
- <li class="module"><a href="Beway.html">Beway</a></li>
119
-
120
- <li class="class"><a href="Beway/Auction.html">Beway::Auction</a></li>
121
-
122
- <li class="class"><a href="Beway/AuctionParseError.html">Beway::AuctionParseError</a></li>
123
-
124
- <li class="class"><a href="Beway/Bidder.html">Beway::Bidder</a></li>
125
-
126
- <li class="class"><a href="Beway/BidderError.html">Beway::BidderError</a></li>
127
-
128
- <li class="class"><a href="Beway/CliRunner.html">Beway::CliRunner</a></li>
129
-
130
- <li class="class"><a href="Beway/EbayData.html">Beway::EbayData</a></li>
131
-
132
- <li class="class"><a href="Beway/EbayDataParseError.html">Beway::EbayDataParseError</a></li>
133
-
134
- <li class="class"><a href="Beway/InvalidUrlError.html">Beway::InvalidUrlError</a></li>
135
-
136
- </ul>
137
-
138
- <h2 id="methods">Methods</h2>
139
- <ul>
140
-
141
- <li><a href="Beway/Auction.html#method-c-new">::new &mdash; Beway::Auction</a></li>
142
-
143
- <li><a href="Beway/EbayData.html#method-c-new">::new &mdash; Beway::EbayData</a></li>
144
-
145
- <li><a href="Beway/Bidder.html#method-c-new">::new &mdash; Beway::Bidder</a></li>
146
-
147
- <li><a href="Beway/CliRunner.html#method-c-new">::new &mdash; Beway::CliRunner</a></li>
148
-
149
- <li><a href="Beway/CliRunner.html#method-c-start">::start &mdash; Beway::CliRunner</a></li>
150
-
151
- <li><a href="Beway/CliRunner.html#method-i-auction_from_user">#auction_from_user &mdash; Beway::CliRunner</a></li>
152
-
153
- <li><a href="Beway/Auction.html#method-i-auction_number">#auction_number &mdash; Beway::Auction</a></li>
154
-
155
- <li><a href="Beway/Bidder.html#method-i-bid">#bid &mdash; Beway::Bidder</a></li>
156
-
157
- <li><a href="Beway/CliRunner.html#method-i-bid_for_auction_from_user">#bid_for_auction_from_user &mdash; Beway::CliRunner</a></li>
158
-
159
- <li><a href="Beway/EbayData.html#method-i-calc_time_offset">#calc_time_offset &mdash; Beway::EbayData</a></li>
160
-
161
- <li><a href="Beway/Auction.html#method-i-complete%3F">#complete? &mdash; Beway::Auction</a></li>
162
-
163
- <li><a href="Beway/Auction.html#method-i-current_bid">#current_bid &mdash; Beway::Auction</a></li>
164
-
165
- <li><a href="Beway/Auction.html#method-i-description">#description &mdash; Beway::Auction</a></li>
166
-
167
- <li><a href="Beway/CliRunner.html#method-i-display_auction">#display_auction &mdash; Beway::CliRunner</a></li>
168
-
169
- <li><a href="Beway/CliRunner.html#method-i-display_intro">#display_intro &mdash; Beway::CliRunner</a></li>
170
-
171
- <li><a href="Beway/Auction.html#method-i-end_time">#end_time &mdash; Beway::Auction</a></li>
172
-
173
- <li><a href="Beway/CliRunner.html#method-i-get_user_input">#get_user_input &mdash; Beway::CliRunner</a></li>
174
-
175
- <li><a href="Beway/Bidder.html#method-i-handle_login_page">#handle_login_page &mdash; Beway::Bidder</a></li>
176
-
177
- <li><a href="Beway/Auction.html#method-i-has_bid_button%3F">#has_bid_button? &mdash; Beway::Auction</a></li>
178
-
179
- <li><a href="Beway/Bidder.html#method-i-is_login_page%3F">#is_login_page? &mdash; Beway::Bidder</a></li>
180
-
181
- <li><a href="Beway/Bidder.html#method-i-login">#login &mdash; Beway::Bidder</a></li>
182
-
183
- <li><a href="Beway/Auction.html#method-i-min_bid">#min_bid &mdash; Beway::Auction</a></li>
184
-
185
- <li><a href="Beway/Auction.html#method-i-node_text">#node_text &mdash; Beway::Auction</a></li>
186
-
187
- <li><a href="Beway/EbayData.html#method-i-official_time">#official_time &mdash; Beway::EbayData</a></li>
188
-
189
- <li><a href="Beway/CliRunner.html#method-i-prompt_bid">#prompt_bid &mdash; Beway::CliRunner</a></li>
190
-
191
- <li><a href="Beway/CliRunner.html#method-i-prompt_confirm_auction">#prompt_confirm_auction &mdash; Beway::CliRunner</a></li>
192
-
193
- <li><a href="Beway/CliRunner.html#method-i-prompt_confirm_bid">#prompt_confirm_bid &mdash; Beway::CliRunner</a></li>
194
-
195
- <li><a href="Beway/CliRunner.html#method-i-prompt_password">#prompt_password &mdash; Beway::CliRunner</a></li>
196
-
197
- <li><a href="Beway/CliRunner.html#method-i-prompt_url">#prompt_url &mdash; Beway::CliRunner</a></li>
198
-
199
- <li><a href="Beway/CliRunner.html#method-i-prompt_username">#prompt_username &mdash; Beway::CliRunner</a></li>
200
-
201
- <li><a href="Beway/Auction.html#method-i-refresh_doc">#refresh_doc &mdash; Beway::Auction</a></li>
202
-
203
- <li><a href="Beway/CliRunner.html#method-i-run">#run &mdash; Beway::CliRunner</a></li>
204
-
205
- <li><a href="Beway/EbayData.html#method-i-seconds_to">#seconds_to &mdash; Beway::EbayData</a></li>
206
-
207
- <li><a href="Beway/EbayData.html#method-i-time">#time &mdash; Beway::EbayData</a></li>
208
-
209
- <li><a href="Beway/Auction.html#method-i-time_left">#time_left &mdash; Beway::Auction</a></li>
210
-
211
- <li><a href="Beway/Auction.html#method-i-time_node">#time_node &mdash; Beway::Auction</a></li>
212
-
213
- <li><a href="Beway/EbayData.html#method-i-time_offset">#time_offset &mdash; Beway::EbayData</a></li>
214
-
215
- <li><a href="Beway/Auction.html#method-i-valid_auction%3F">#valid_auction? &mdash; Beway::Auction</a></li>
216
-
217
- </ul>
218
-
219
- <div id="validator-badges">
220
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
221
- <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
222
- Rdoc Generator</a> 1.1.6</small>.</p>
223
- </div>
224
- </body>
225
- </html>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>RDoc Documentation</title>
8
+
9
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "./";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
21
+
22
+
23
+ <body>
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="./index.html">Home</a>
28
+ <a href="./table_of_contents.html#classes">Classes</a>
29
+ <a href="./table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="project-metadata">
47
+ <nav id="fileindex-section" class="section project-section">
48
+ <h3 class="section-header">Pages</h3>
49
+
50
+ <ul>
51
+
52
+ <li class="file"><a href="./README.html">README</a>
53
+
54
+ </ul>
55
+ </nav>
56
+
57
+ <nav id="classindex-section" class="section project-section">
58
+ <h3 class="section-header">Class and Module Index</h3>
59
+
60
+ <ul class="link-list">
61
+
62
+ <li><a href="./Beway.html">Beway</a>
63
+
64
+ <li><a href="./Beway/Auction.html">Beway::Auction</a>
65
+
66
+ <li><a href="./Beway/AuctionParseError.html">Beway::AuctionParseError</a>
67
+
68
+ <li><a href="./Beway/Bidder.html">Beway::Bidder</a>
69
+
70
+ <li><a href="./Beway/BidderError.html">Beway::BidderError</a>
71
+
72
+ <li><a href="./Beway/CliRunner.html">Beway::CliRunner</a>
73
+
74
+ <li><a href="./Beway/EbayData.html">Beway::EbayData</a>
75
+
76
+ <li><a href="./Beway/EbayDataParseError.html">Beway::EbayDataParseError</a>
77
+
78
+ <li><a href="./Beway/InvalidUrlError.html">Beway::InvalidUrlError</a>
79
+
80
+ </ul>
81
+ </nav>
82
+
83
+ </div>
84
+ </nav>
85
+
86
+ <div id="documentation" class="description">
87
+
88
+ <h2 id="label-BEWAY+-+an+ebay+sniping+tool">BEWAY - an ebay sniping tool</h2>
89
+
90
+ <p><a href="Beway.html">Beway</a> is a small Ruby library that:</p>
91
+ <ul><li>
92
+ <p>Retrieves information about an ebay auction</p>
93
+ </li><li>
94
+ <p>Bids on an ebay auction</p>
95
+ </li><li>
96
+ <p>Retrieves official ebay time</p>
97
+ </li><li>
98
+ <p>Offers a simple user interface for bidding on an auction</p>
99
+ </li></ul>
100
+
101
+ <h2 id="label-Requirements">Requirements</h2>
102
+ <ul><li>
103
+ <p>Ruby 1.9.2</p>
104
+ </li></ul>
105
+
106
+ <h2 id="label-Installation">Installation</h2>
107
+
108
+ <pre>gem install beway</pre>
109
+
110
+ <h2 id="label-Running+it">Running it</h2>
111
+
112
+ <pre>beway</pre>
113
+
114
+ <h2 id="label-The+source">The source</h2>
115
+
116
+ <p>Install requirements with bundler</p>
117
+
118
+ <pre>bundle install</pre>
119
+
120
+ <p>Make sure everything works as expected:</p>
121
+
122
+ <pre>rake spec</pre>
123
+
124
+ <p>Generate rdoc html:</p>
125
+
126
+ <pre>rake rdoc</pre>
127
+
128
+ </div>
129
+
130
+
131
+ <footer id="validator-badges">
132
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
133
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
134
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
135
+ </footer>
136
+