em-sofa 0.1.1

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 (63) hide show
  1. data/.document +5 -0
  2. data/.gitignore +22 -0
  3. data/.yardopts +6 -0
  4. data/LICENSE +20 -0
  5. data/README.md +110 -0
  6. data/Rakefile +75 -0
  7. data/doc/Em-sofa/Mapping.html +168 -0
  8. data/doc/Em-sofa/Mapping/ClassMethods.html +314 -0
  9. data/doc/Em-sofa/Mapping/InstanceMethods.html +358 -0
  10. data/doc/Em-sofa/TVRage.html +85 -0
  11. data/doc/Em-sofa/TVRage/Episode.html +358 -0
  12. data/doc/Em-sofa/TVRage/Schedule.html +207 -0
  13. data/doc/Em-sofa/TVRage/Season.html +236 -0
  14. data/doc/Em-sofa/TVRage/Show.html +904 -0
  15. data/doc/Em-sofa/TVRage/Show/ShowNotFound.html +92 -0
  16. data/doc/Em-sofa/Version.html +100 -0
  17. data/doc/Sofa.html +85 -0
  18. data/doc/_index.html +233 -0
  19. data/doc/class_list.html +36 -0
  20. data/doc/css/common.css +1 -0
  21. data/doc/css/full_list.css +50 -0
  22. data/doc/css/style.css +277 -0
  23. data/doc/file.README.html +150 -0
  24. data/doc/file_list.html +38 -0
  25. data/doc/index.html +150 -0
  26. data/doc/js/app.js +138 -0
  27. data/doc/js/full_list.js +117 -0
  28. data/doc/js/jquery.js +19 -0
  29. data/doc/method_list.html +195 -0
  30. data/doc/top-level-namespace.html +88 -0
  31. data/lib/em-sofa.rb +8 -0
  32. data/lib/em-sofa/mapping.rb +108 -0
  33. data/lib/em-sofa/tvrage.rb +14 -0
  34. data/lib/em-sofa/tvrage/episode.rb +41 -0
  35. data/lib/em-sofa/tvrage/schedule.rb +28 -0
  36. data/lib/em-sofa/tvrage/season.rb +38 -0
  37. data/lib/em-sofa/tvrage/show.rb +193 -0
  38. data/lib/em-sofa/version.rb +10 -0
  39. data/spec/fixtures/tvrage/cases/castle.xml +228 -0
  40. data/spec/fixtures/tvrage/cases/community.xml +109 -0
  41. data/spec/fixtures/tvrage/cases/live_with_regis_and_kelly.xml +56237 -0
  42. data/spec/fixtures/tvrage/episode_list.xml +1183 -0
  43. data/spec/fixtures/tvrage/episode_list_one_season.xml +17 -0
  44. data/spec/fixtures/tvrage/episode_list_two_episodes.xml +25 -0
  45. data/spec/fixtures/tvrage/full_schedule.xml +4731 -0
  46. data/spec/fixtures/tvrage/full_show_info.xml +1291 -0
  47. data/spec/fixtures/tvrage/quickinfo.html +17 -0
  48. data/spec/fixtures/tvrage/quickinfo_missing.html +1 -0
  49. data/spec/fixtures/tvrage/search.xml +151 -0
  50. data/spec/fixtures/tvrage/show_info.xml +42 -0
  51. data/spec/fixtures/tvrage/show_info_blank.xml +3 -0
  52. data/spec/fixtures/tvrage/single_episode.xml +8 -0
  53. data/spec/sofa/mapping_spec.rb +82 -0
  54. data/spec/sofa/tvrage/cases_spec.rb +29 -0
  55. data/spec/sofa/tvrage/episode_spec.rb +45 -0
  56. data/spec/sofa/tvrage/schedule_spec.rb +17 -0
  57. data/spec/sofa/tvrage/season_spec.rb +61 -0
  58. data/spec/sofa/tvrage/show_spec.rb +201 -0
  59. data/spec/sofa/version_spec.rb +11 -0
  60. data/spec/sofa_spec.rb +5 -0
  61. data/spec/spec.opts +1 -0
  62. data/spec/spec_helper.rb +20 -0
  63. metadata +165 -0
@@ -0,0 +1,36 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html>
4
+ <head>
5
+ <meta name="Content-Type" content="text/html; charset=utf-8" />
6
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
7
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
8
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
9
+ <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
10
+ <base id="base_target" target="_parent" />
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript" charset="utf-8">
14
+ if (window.top.frames.main) {
15
+ document.getElementById('base_target').target = 'main';
16
+ document.body.className = 'frames';
17
+ }
18
+ </script>
19
+ <div id="content">
20
+ <h1 id="full_list_header">Class List</h1>
21
+ <div id="nav">
22
+ <a target="_self" href="class_list.html">Classes</a> |
23
+ <a target="_self" href="method_list.html">Methods</a> |
24
+ <a target="_self" href="file_list.html">Files</a>
25
+ </div>
26
+ <div id="search">Search: <input type="text" /></div>
27
+
28
+ <ul id="full_list" class="class">
29
+ <li><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></li>
30
+ <li><a class='toggle'></a> <a href="EM/Sofa.html" title="EM::Sofa (module)">EM::Sofa</a><small class='search_info'>EM</small></li><ul><li><a class='toggle'></a> <a href="EM/Sofa/Mapping.html" title="EM::Sofa::Mapping (module)">Mapping</a><small class='search_info'>EM::Sofa</small></li><ul><li><a href="EM/Sofa/Mapping/ClassMethods.html" title="EM::Sofa::Mapping::ClassMethods (module)">ClassMethods</a><small class='search_info'>EM::Sofa::Mapping</small></li><li><a href="EM/Sofa/Mapping/InstanceMethods.html" title="EM::Sofa::Mapping::InstanceMethods (module)">InstanceMethods</a><small class='search_info'>EM::Sofa::Mapping</small></li></ul><li><a href="EM/Sofa/TVRage.html" title="EM::Sofa::TVRage (module)">TVRage</a><small class='search_info'>EM::Sofa</small></li></ul><li><a class='toggle'></a> <a href="EventMachine.html" title="EventMachine (module)">EventMachine</a><small class='search_info'>Top Level Namespace</small></li><ul><li><a class='toggle'></a> <a href="EventMachine/Sofa.html" title="EventMachine::Sofa (module)">Sofa</a><small class='search_info'>EventMachine</small></li><ul><li><a class='toggle'></a> <a href="EventMachine/Sofa/TVRage.html" title="EventMachine::Sofa::TVRage (module)">TVRage</a><small class='search_info'>EventMachine::Sofa</small></li><ul><li><a href="EventMachine/Sofa/TVRage/Episode.html" title="EventMachine::Sofa::TVRage::Episode (class)">Episode</a> &lt; Object<small class='search_info'>EventMachine::Sofa::TVRage</small></li><li><a href="EventMachine/Sofa/TVRage/Schedule.html" title="EventMachine::Sofa::TVRage::Schedule (class)">Schedule</a> &lt; Object<small class='search_info'>EventMachine::Sofa::TVRage</small></li><li><a href="EventMachine/Sofa/TVRage/Season.html" title="EventMachine::Sofa::TVRage::Season (class)">Season</a> &lt; Object<small class='search_info'>EventMachine::Sofa::TVRage</small></li><li><a class='toggle'></a> <a href="EventMachine/Sofa/TVRage/Show.html" title="EventMachine::Sofa::TVRage::Show (class)">Show</a> &lt; Object<small class='search_info'>EventMachine::Sofa::TVRage</small></li><ul><li><a href="EventMachine/Sofa/TVRage/Show/ShowNotFound.html" title="EventMachine::Sofa::TVRage::Show::ShowNotFound (class)">ShowNotFound</a> &lt; RuntimeError<small class='search_info'>EventMachine::Sofa::TVRage::Show</small></li></ul></ul><li><a href="EventMachine/Sofa/Version.html" title="EventMachine::Sofa::Version (module)">Version</a><small class='search_info'>EventMachine::Sofa</small></li></ul></ul>
31
+
32
+ </ul>
33
+ </div>
34
+ </body>
35
+ </html>
36
+
@@ -0,0 +1 @@
1
+ /* Override this file with custom rules */
@@ -0,0 +1,50 @@
1
+ body {
2
+ margin: 0;
3
+ font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
4
+ font-size: 13px;
5
+ height: 101%;
6
+ overflow-x: hidden;
7
+ }
8
+
9
+ h1 { padding: 12px 10px; padding-bottom: 0; margin: 0; font-size: 1.4em; }
10
+ .clear { clear: both; }
11
+ #search { position: absolute; right: 5px; top: 9px; }
12
+ #full_list { padding: 0; list-style: none; margin-left: 0; }
13
+ #full_list ul { padding: 0; }
14
+ #full_list li { padding: 5px; padding-left: 12px; margin: 0; font-size: 1.1em; list-style: none; }
15
+ #noresults { display: none; padding: 7px 12px; }
16
+ ul.collapsed ul, ul.collapsed li { display: none; }
17
+ li a.toggle { cursor: default; position: relative; left: -5px; top: 4px; text-indent: -999px; width: 10px; height: 9px; margin-left: -10px; display: block; float: left; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTM5jWRgMAAAAVdEVYdENyZWF0aW9uIFRpbWUAMy8xNC8wOeNZPpQAAAE2SURBVDiNrZTBccIwEEXfelIAHUA6CZ24BGaWO+FuzZAK4k6gg5QAdGAq+Bxs2Yqx7BzyL7Llp/VfzZeQhCTc/ezuGzKKnKSzpCxXJM8fwNXda3df5RZETlIt6YUzSQDs93sl8w3wBZxCCE10GM1OcWbWjB2mWgEH4Mfdyxm3PSepBHibgQE2wLe7r4HjEidpnXMYdQPKEMJcsZ4zs2POYQOcaPfwMVOo58zsAdMt18BuoVDPxUJRacELbXv3hUIX2vYmOUvi8C8ydz/ThjXrqKqqLbDIAdsCKBd+Wo7GWa7o9qzOQHVVVXeAbs+yHHCH4aTsaCOQqunmUy1yBUAXkdMIfMlgF5EXLo2OpV/c/Up7jG4hhHcYLgWzAZXUc2b2ixsfvc/RmNNfOXD3Q/oeL9axJE1yT9IOoUu6MGUkAAAAAElFTkSuQmCC) no-repeat bottom left; }
18
+ li.collapsed a.toggle { opacity: 0.5; cursor: default; background-position: top left; }
19
+ li { color: #888; cursor: pointer; }
20
+ li.deprecated { text-decoration: line-through; font-style: italic; }
21
+ li.r1 { background: #f0f0f0; }
22
+ li.r2 { background: #fafafa; }
23
+ li:hover { background: #ddd; }
24
+ li small:before { content: "("; }
25
+ li small:after { content: ")"; }
26
+ li small.search_info { display: none; }
27
+ a:link, a:visited { text-decoration: none; color: #05a; }
28
+ li.clicked { background: #05a; color: #ccc; }
29
+ li.clicked a:link, li.clicked a:visited { color: #eee; }
30
+ li.clicked a.toggle { opacity: 0.5; background-position: bottom right; }
31
+ li.collapsed.clicked a.toggle { background-position: top right; }
32
+ #search input { border: 1px solid #bbb; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
33
+ #nav { margin-left: 10px; font-size: 0.9em; display: none; color: #aaa; }
34
+ #nav a:link, #nav a:visited { color: #358; }
35
+ #nav a:hover { background: transparent; color: #5af; }
36
+
37
+ .frames #content h1 { margin-top: 0; }
38
+ .frames li { white-space: nowrap; cursor: normal; }
39
+ .frames li small { display: block; font-size: 0.8em; }
40
+ .frames li small:before { content: ""; }
41
+ .frames li small:after { content: ""; }
42
+ .frames li small.search_info { display: none; }
43
+ .frames #search { position: static; margin: 3px; margin-left: 10px; font-size: 0.9em; color: #888; }
44
+ .frames #search input { width: 110px; }
45
+ .frames #nav { display: block; }
46
+
47
+ #full_list.insearch li { display: none; }
48
+ #full_list.insearch li.found { display: list-item; padding-left: 10px; }
49
+ #full_list.insearch li a.toggle { display: none; }
50
+ #full_list.insearch li small.search_info { display: block; }
data/doc/css/style.css ADDED
@@ -0,0 +1,277 @@
1
+ body {
2
+ padding: 0 20px;
3
+ font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
4
+ font-size: 13px;
5
+ }
6
+ body.frames { padding: 0 5px; }
7
+ h1 { font-size: 25px; margin: 1em 0 0.5em; padding-top: 4px; border-top: 1px dotted #d5d5d5; }
8
+ h1.noborder { border-top: 0px; margin-top: 0; padding-top: 4px; }
9
+ h1.title { margin-bottom: 10px; }
10
+ h1.alphaindex { margin-top: 0; font-size: 22px; }
11
+ h2 {
12
+ padding: 0;
13
+ padding-bottom: 3px;
14
+ border-bottom: 1px #aaa solid;
15
+ font-size: 1.4em;
16
+ margin: 1.8em 0 0.5em;
17
+ }
18
+ h2 small { font-weight: normal; font-size: 0.7em; display: block; float: right; }
19
+ .clear { clear: both; }
20
+ .inline { display: inline; }
21
+ .inline p:first-child { display: inline; }
22
+ .docstring h1, .docstring h2, .docstring h3, .docstring h4 { padding: 0; border: 0; border-bottom: 1px dotted #bbb; }
23
+ .docstring h1 { font-size: 1.2em; }
24
+ .docstring h2 { font-size: 1.1em; }
25
+ .docstring h3, .docstring h4 { font-size: 1em; border-bottom: 0; padding-top: 10px; }
26
+
27
+ .note {
28
+ color: #222;
29
+ -moz-border-radius: 3px; -webkit-border-radius: 3px;
30
+ background: #e3e4e3; border: 1px solid #d5d5d5; padding: 7px 10px;
31
+ }
32
+ .note.todo { background: #ffffc5; border-color: #ececaa; }
33
+ .note.returns_void { background: #efefef; }
34
+ .note.deprecated { background: #ffe5e5; border-color: #e9dada; }
35
+ .note.private { background: #ffffc5; border-color: #ececaa; }
36
+ .note.title { text-transform: lowercase; padding: 1px 5px; margin-left: 5px; font-size: 0.9em; font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; }
37
+ h1 .note.title { font-size: 0.5em; font-weight: normal; padding: 3px 5px; position: relative; top: -3px; text-transform: capitalize; }
38
+ .note.title.constructor { color: #fff; background: #6a98d6; border-color: #6689d6; }
39
+ .note.title.writeonly { color: #fff; background: #45a638; border-color: #2da31d; }
40
+ .note.title.readonly { color: #fff; background: #6a98d6; border-color: #6689d6; }
41
+ .note.title.private { background: #d5d5d5; border-color: #c5c5c5; }
42
+
43
+ h3.inherited {
44
+ font-style: italic;
45
+ font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
46
+ font-weight: normal;
47
+ padding: 0;
48
+ margin: 0;
49
+ margin-top: 12px;
50
+ margin-bottom: 3px;
51
+ font-size: 13px;
52
+ }
53
+ p.inherited {
54
+ padding: 0;
55
+ margin: 0;
56
+ margin-left: 25px;
57
+ }
58
+
59
+ dl.box {
60
+ width: 520px;
61
+ font-size: 1em;
62
+ }
63
+ dl.box dt {
64
+ float: left;
65
+ display: block;
66
+ width: 100px;
67
+ margin: 0;
68
+ text-align: right;
69
+ font-weight: bold;
70
+ border: 1px solid #aaa;
71
+ border-width: 1px 0px 0px 1px;
72
+ padding: 6px 0;
73
+ padding-right: 10px;
74
+ }
75
+ dl.box dd {
76
+ float: left;
77
+ display: block;
78
+ width: 380px;
79
+ margin: 0;
80
+ padding: 6px 0;
81
+ padding-right: 20px;
82
+ border: 1px solid #aaa;
83
+ border-width: 1px 1px 0 0;
84
+ }
85
+ dl.box .last {
86
+ border-bottom: 1px solid #aaa;
87
+ }
88
+ dl.box .r1 { background: #eee; }
89
+
90
+ ul.toplevel { list-style: none; padding-left: 0; font-size: 1.1em; }
91
+ #files { padding-left: 15px; font-size: 1.1em; }
92
+
93
+ #files { padding: 0; }
94
+ #files li { list-style: none; display: inline; padding: 7px 12px; line-height: 35px; }
95
+
96
+ dl.constants { margin-left: 40px; }
97
+ dl.constants dt { font-weight: bold; font-size: 1.1em; margin-bottom: 5px; }
98
+ dl.constants dd { width: 75%; white-space: pre; font-family: monospace; margin-bottom: 18px; }
99
+
100
+ .summary_desc { margin-left: 32px; display: block; font-family: sans-serif; }
101
+ .summary_desc tt { font-size: 0.9em; }
102
+ dl.constants .docstring { margin-left: 32px; font-size: 0.9em; font-weight: normal; }
103
+ dl.constants .discussion *:first-child { margin-top: 0; }
104
+ dl.constants .discussion *:last-child { margin-bottom: 0; }
105
+
106
+ .method_details { border-top: 1px dotted #aaa; margin-top: 15px; padding-top: 0; }
107
+ .method_details.first { border: 0; }
108
+ p.signature {
109
+ font-size: 1.1em; font-weight: normal; font-family: Monaco, Consolas, Courier, monospace;
110
+ padding: 6px 10px; margin-top: 18px;
111
+ background: #e5e8ff; border: 1px solid #d8d8e5; -moz-border-radius: 3px; -webkit-border-radius: 3px;
112
+ }
113
+ p.signature tt { font-family: Monaco, Consolas, Courier, monospace; }
114
+ p.signature .overload { display: block; }
115
+ p.signature .extras { font-weight: normal; font-family: sans-serif; color: #444; font-size: 1em; }
116
+ p.signature .aliases { display: block; font-weight: normal; font-size: 0.9em; font-family: sans-serif; margin-top: 0px; color: #555; }
117
+ p.signature .aliases .names { font-family: Monaco, Consolas, Courier, monospace; font-weight: bold; color: #000; font-size: 1.2em; }
118
+
119
+ .tags h3 { font-size: 1em; margin-bottom: 0; }
120
+ .tags ul { margin-top: 5px; padding-left: 30px; list-style: square; }
121
+ .tags ul li { margin-bottom: 3px; }
122
+ .tags ul .name { font-family: monospace; font-weight: bold; }
123
+ .tags ul .note { padding: 3px 6px; }
124
+ .tags { margin-bottom: 12px; }
125
+
126
+ .tags .examples h3 { margin-bottom: 10px; }
127
+ .tags .examples h4 { padding: 0; margin: 0; margin-left: 15px; font-weight: bold; font-size: 0.9em; }
128
+
129
+ .tags .overload .overload_item { list-style: none; margin-bottom: 25px; }
130
+ .tags .overload .overload_item .signature {
131
+ padding: 2px 8px;
132
+ background: #e5e8ff; border: 1px solid #d8d8e5; -moz-border-radius: 3px; -webkit-border-radius: 3px;
133
+ }
134
+ .tags .overload .signature { margin-left: -15px; font-family: monospace; display: block; font-size: 1.1em; }
135
+ .tags .overload .docstring { margin-top: 15px; }
136
+
137
+ .defines { display: none; }
138
+
139
+ #method_missing_details .notice.this { position: relative; top: -8px; color: #888; padding: 0; margin: 0; }
140
+
141
+ .showSource { font-size: 0.9em; }
142
+ .showSource a:link, .showSource a:visited { text-decoration: none; color: #666; }
143
+
144
+ #content a:link, #content a:visited { text-decoration: none; color: #05a; }
145
+ #content a:hover { background: #ffffa5; }
146
+ .docstring { margin-right: 6em; }
147
+
148
+ ul.summary {
149
+ list-style: none;
150
+ font-family: monospace;
151
+ font-size: 1em;
152
+ line-height: 1.5em;
153
+ }
154
+ ul.summary a:link, ul.summary a:visited {
155
+ text-decoration: none; font-size: 1.1em;
156
+ }
157
+ ul.summary li { margin-bottom: 5px; }
158
+ .summary .summary_signature {
159
+ padding: 1px 10px;
160
+ background: #eaeaff; border: 1px solid #dfdfe5;
161
+ -moz-border-radius: 3px; -webkit-border-radius: 3px;
162
+ }
163
+ .summary_signature:hover { background: #eeeeff; cursor: pointer; }
164
+ ul.summary.compact li { display: inline; margin-right: 5px; line-height: 2.6em;}
165
+ ul.summary.compact .summary_signature { padding: 5px 7px; padding-right: 4px; }
166
+ #content .summary_signature:hover a:link,
167
+ #content .summary_signature:hover a:visited {
168
+ background: transparent;
169
+ color: #48f;
170
+ }
171
+
172
+ p.inherited a { font-family: monospace; font-size: 0.9em; }
173
+ p.inherited { word-spacing: 5px; font-size: 1.2em; }
174
+
175
+ p.children { font-size: 1.2em; }
176
+ p.children a { font-size: 0.9em; }
177
+ p.children strong { font-size: 0.8em; }
178
+ p.children strong.modules { padding-left: 5px; }
179
+
180
+ ul.fullTree { display: none; padding-left: 0; list-style: none; margin-left: 0; margin-bottom: 10px; }
181
+ ul.fullTree ul { margin-left: 0; padding-left: 0; list-style: none; }
182
+ ul.fullTree li { text-align: center; }
183
+ ul.fullTree li.next:before { font-size: 1.2em; content: '\2B06'; color: #bbb; display: block; margin-top: 3px; }
184
+
185
+ #search { position: absolute; right: 14px; top: 0px; }
186
+ #search a:link, #search a:visited {
187
+ display: block; float: left; margin-right: 4px;
188
+ padding: 8px 10px; text-decoration: none; color: #05a; background: #eaeaff;
189
+ border: 1px solid #d8d8e5;
190
+ -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px;
191
+ -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px;
192
+ }
193
+ #search a:hover { background: #eef; color: #06b; }
194
+ #search a.active {
195
+ background: #568; padding-bottom: 20px; color: #fff; border: 1px solid #457;
196
+ -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
197
+ -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
198
+ }
199
+ #search a.inactive { color: #999; }
200
+ .frames #search { display: none; }
201
+ .inheritanceTree, .toggleDefines { float: right; }
202
+
203
+ #menu { font-size: 1.3em; color: #bbb; top: -5px; position: relative; }
204
+ #menu .title, #menu a { font-size: 0.7em; }
205
+ #menu .title a { font-size: 1em; }
206
+ #menu .title { color: #555; }
207
+ #menu a:link, #menu a:visited { color: #333; text-decoration: none; border-bottom: 1px dotted #bbd; }
208
+ #menu a:hover { color: #05a; }
209
+ #menu .noframes { display: none; }
210
+ .frames #menu .noframes { display: inline; float: right; }
211
+
212
+ #footer { margin-top: 15px; border-top: 1px solid #ccc; text-align: center; padding: 7px 0; color: #999; }
213
+ #footer a:link, #footer a:visited { color: #444; text-decoration: none; border-bottom: 1px dotted #bbd; }
214
+ #footer a:hover { color: #05a; }
215
+
216
+ #listing ul.alpha { font-size: 1.1em; }
217
+ #listing ul.alpha { margin: 0; padding: 0; padding-bottom: 10px; list-style: none; }
218
+ #listing ul.alpha li.letter { font-size: 1.4em; padding-bottom: 10px; }
219
+ #listing ul.alpha ul { margin: 0; padding-left: 15px; }
220
+ #listing ul small { color: #666; font-size: 0.7em; }
221
+
222
+ li.r1 { background: #f0f0f0; }
223
+ li.r2 { background: #fafafa; }
224
+
225
+ #search_frame {
226
+ background: #fff;
227
+ display: none;
228
+ position: absolute;
229
+ top: 36px;
230
+ right: 18px;
231
+ width: 500px;
232
+ height: 80%;
233
+ overflow-y: scroll;
234
+ border: 1px solid #999;
235
+ border-collapse: collapse;
236
+ -webkit-box-shadow: -7px 5px 25px #aaa;
237
+ -moz-box-shadow: -7px 5px 25px #aaa;
238
+ -moz-border-radius: 2px;
239
+ -webkit-border-radius: 2px;
240
+ }
241
+
242
+ #content ul.summary li.deprecated a:link,
243
+ #content ul.summary li.deprecated a:visited { text-decoration: line-through; font-style: italic; }
244
+
245
+ /* syntax highlighting */
246
+ .source_code { display: none; padding: 3px 8px; border-left: 8px solid #ddd; margin-top: 5px; }
247
+ #filecontents pre.code, .docstring pre.code, .source_code pre { font-family: monospace; }
248
+ #filecontents pre.code, .docstring pre.code { display: block; }
249
+ .source_code .lines { padding-right: 12px; color: #555; text-align: right; }
250
+ #filecontents pre.code, .docstring pre.code,
251
+ .tags .example { padding: 5px 12px; margin-top: 4px; border: 1px solid #eef; background: #f5f5ff; }
252
+ pre.code { color: #000; }
253
+ pre.code .info.file { color: #555; }
254
+ pre.code .val { color: #036A07; }
255
+ pre.code .tstring_content,
256
+ pre.code .heredoc_beg, pre.code .heredoc_end,
257
+ pre.code .qwords_beg, pre.code .qwords_end,
258
+ pre.code .tstring, pre.code .dstring { color: #036A07; }
259
+ pre.code .fid, pre.code .id.new, pre.code .id.to_s,
260
+ pre.code .id.to_sym, pre.code .id.to_f,
261
+ pre.code .dot + pre.code .id,
262
+ pre.code .id.to_i pre.code .id.each { color: #0085FF; }
263
+ pre.code .comment { color: #0066FF; }
264
+ pre.code .const, pre.code .constant { color: #585CF6; }
265
+ pre.code .symbol { color: #C5060B; }
266
+ pre.code .kw,
267
+ pre.code .label,
268
+ pre.code .id.require,
269
+ pre.code .id.extend,
270
+ pre.code .id.include { color: #0000FF; }
271
+ pre.code .ivar { color: #318495; }
272
+ pre.code .gvar,
273
+ pre.code .id.backref,
274
+ pre.code .id.nth_ref { color: #6D79DE; }
275
+ pre.code .regexp, .dregexp { color: #036A07; }
276
+ pre.code a { border-bottom: 1px dotted #bbf; }
277
+
@@ -0,0 +1,150 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta name="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>Documentation by YARD 0.5.8</title>
7
+ <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
+
10
+ <script type="text/javascript" charset="utf-8">
11
+ relpath = '';
12
+ if (relpath != '') relpath += '/';
13
+ </script>
14
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
15
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
16
+
17
+ </head>
18
+ <body>
19
+ <script type="text/javascript" charset="utf-8">
20
+ if (window.top.frames.main) document.body.className = 'frames';
21
+ </script>
22
+
23
+ <div id="header">
24
+ <div id="menu">
25
+
26
+ <a href="_index.html" title="Index">Index</a> &raquo;
27
+ <span class="title">File: README</span>
28
+
29
+
30
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
31
+ </div>
32
+
33
+ <div id="search">
34
+ <a id="class_list_link" href="#">Class List</a>
35
+ <a id="method_list_link" href="#">Method List</a>
36
+ <a id ="file_list_link" href="#">File List</a>
37
+ </div>
38
+
39
+ <div class="clear"></div>
40
+ </div>
41
+
42
+ <iframe id="search_frame"></iframe>
43
+
44
+ <div id="content"><div id='filecontents'><h1 id='emsofa'>EM-Sofa</h1>
45
+
46
+ <p>A simple EventMachine based Ruby library for the TVRage API (viewable <a href='http://services.tvrage.com/index.php?page=public'>here</a>).<br />A fork of the origional sofa library by Henry Hsu (available at <a href='http://github.com/hsume2/sofa'>http://github.com/hsume2/sofa</a>).</p>
47
+
48
+ <h2 id='shows'>Shows</h2>
49
+
50
+ <pre class="code">EventMachine.run do
51
+ EM::Sofa::TVRage::Show.by_name(&quot;Chuck&quot;) do |show|
52
+ unless show
53
+ puts &quot;An error occurred while processing your request.&quot;
54
+ else
55
+ show # =&gt; #&lt;EventMachine::Sofa::TVRage::Show:0x101360d38 @name=&quot;Chuck&quot;, @show_id=&quot;15614&quot;, ...&gt;
56
+ end
57
+ end
58
+ # OR
59
+ EM::Sofa::TVRage::Show.new(&quot;15614&quot;) do |show|
60
+ unless show
61
+ puts &quot;An error occurred while processing your request.&quot;
62
+ else
63
+ show # =&gt; #&lt;EventMachine::Sofa::TVRage::Show:0x101360d38 @name=&quot;Chuck&quot;, @show_id=&quot;15614&quot;, ...&gt;
64
+ end
65
+ end
66
+ end</pre>
67
+
68
+ <h4 id='eager_loading_season_and_episode_info'>Eager loading Season and Episode info</h4>
69
+
70
+ <pre class="code">EM::Sofa::TVRage::Show.by_name(&quot;Chuck&quot;, :greedy =&gt; true) do |show|
71
+ show # =&gt; #&lt;EventMachine::Sofa::TVRage::Show:0x4f97868 @name=&quot;Chuck&quot;, @show_id=&quot;15614&quot;, ...&gt;
72
+ end
73
+ EM::Sofa::TVRage::Show.new(&quot;15614&quot;, :greedy =&gt; true) do |show|
74
+ show # =&gt; #&lt;EventMachine::Sofa::TVRage::Show:0x4ea5000 @name=&quot;Chuck&quot;, @show_id=&quot;15614&quot;, ...&gt;
75
+ end</pre>
76
+
77
+ <h4 id='attributes'>Attributes</h4>
78
+
79
+ <pre class="code">show.show_id # =&gt; &quot;15614&quot;
80
+ show.name # =&gt; &quot;Chuck&quot;
81
+ show.show_link # =&gt; &quot;http://tvrage.com/Chuck&quot;
82
+ show.started # =&gt; &quot;2007&quot;
83
+ show.network # =&gt; &quot;NBC&quot;
84
+ show.air_time # =&gt; &quot;20:00&quot;
85
+ show.time_zone # =&gt; &quot;GMT-5 -DST&quot;
86
+ show.run_time # =&gt; &quot;60&quot;
87
+ show.origin_country # =&gt; &quot;US&quot;
88
+ show.air_day # =&gt; &quot;Monday&quot;
89
+ show.ended # =&gt; nil
90
+ show.classification # =&gt; &quot;Scripted&quot;
91
+ show.seasons # =&gt; &quot;3&quot;
92
+ show.start_date # =&gt; &quot;Sep/24/2007&quot;
93
+ show.status # =&gt; &quot;Returning Series&quot;
94
+ show.genres # =&gt; [&quot;Action&quot;, &quot;Comedy&quot;, &quot;Drama&quot;]
95
+ show.akas # =&gt; &quot;Chuck&quot;
96
+ show.latest_episode # =&gt; { :date =&gt; #&lt;Date&gt;, :name =&gt; &quot;Chuck Versus the Ring: Part 2&quot;, :number =&gt; &quot;03x19&quot; }
97
+ show.next_episode # =&gt; { :date =&gt; #&lt;Date&gt;, :name =&gt; &quot;Chuck Versus the Anniversary&quot;, :number=&gt;&quot;04x01&quot; }</pre>
98
+
99
+ <h2 id='seasons'>Seasons</h2>
100
+
101
+ <pre class="code">show.season_list do |season_list|
102
+ season_list # =&gt; [#&lt;EventMachine::Sofa::TVRage::Season:0x1022d0f98 @no=&quot;1&quot;, @episodes=[...]&gt;,
103
+ #&lt;EventMachine::Sofa::TVRage::Season:0x1022c88c0 @no=&quot;2&quot;, @episodes=[...]&gt;,
104
+ ...]
105
+ season_list.first # =&gt; #&lt;EventMachine::Sofa::TVRage::Season:0x1022d0f98 @no=&quot;1&quot;, @episodes=[...]&gt;
106
+ end</pre>
107
+
108
+ <h4 id='attributes'>Attributes</h4>
109
+
110
+ <pre class="code">season.episodes # =&gt; [#&lt;EventMachine::Sofa::TVRage::Episode:0x1022d07a0 @title=&quot;Pilot&quot;, ...&gt;,
111
+ #&lt;EventMachine::Sofa::TVRage::Episode:0x1022cf148 @title=&quot;Chuck Versus the Helicopter&quot;, ...&gt;,
112
+ ...]
113
+ season.no # =&gt; &quot;1&quot;</pre>
114
+
115
+ <h2 id='episodes'>Episodes</h2>
116
+
117
+ <pre class="code">show.episode_list do |episode_list|
118
+ episode_list # =&gt; [#&lt;EventMachine::Sofa::TVRage::Episode:0x1022d07a0 @title=&quot;Pilot&quot;, ...&gt;,
119
+ #&lt;EventMachine::Sofa::TVRage::Episode:0x1022cf148 @title=&quot;Chuck Versus the Helicopter&quot;, ...&gt;,
120
+ ...]
121
+ show.episode_list.first # =&gt; #&lt;EventMachine::Sofa::TVRage::Episode:0x1022d07a0 @title=&quot;Pilot&quot;, ...&gt;
122
+ end</pre>
123
+
124
+ <h4 id='attributes'>Attributes</h4>
125
+
126
+ <pre class="code">episode.title # =&gt; &quot;Pilot&quot;
127
+ episode.air_date # =&gt; &quot;2007-09-24&quot;
128
+ episode.num_in_season # =&gt; &quot;01&quot;
129
+ episode.num # =&gt; &quot;1&quot;
130
+ episode.prod_num # =&gt; &quot;101&quot;
131
+ episode.link # =&gt; &quot;http://www.tvrage.com/Chuck/episodes/579282&quot;</pre>
132
+
133
+ <h2 id='contributing'>Contributing</h2>
134
+
135
+ <ul>
136
+ <li>Feel free to send feature/pull requests.</li>
137
+ </ul>
138
+
139
+ <h2 id='copyright'>Copyright</h2>
140
+
141
+ <p>Copyright (c) 2010 DeFirence. See LICENSE for details.</p></div></div>
142
+
143
+ <div id="footer">
144
+ Generated on 08/21/10 01:02:10 by
145
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
146
+ 0.5.8 (ruby-1.8.7).
147
+ </div>
148
+
149
+ </body>
150
+ </html>