fps-timecode 0.0.3

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 (54) hide show
  1. checksums.yaml +7 -0
  2. data/doc/FPS/Timecode.html +600 -0
  3. data/doc/FPS.html +100 -0
  4. data/doc/TestFpsTimecode.html +700 -0
  5. data/doc/created.rid +5 -0
  6. data/doc/css/fonts.css +167 -0
  7. data/doc/css/rdoc.css +590 -0
  8. data/doc/fonts/Lato-Light.ttf +0 -0
  9. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  10. data/doc/fonts/Lato-Regular.ttf +0 -0
  11. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  12. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  13. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  14. data/doc/fps-timecode_gemspec.html +98 -0
  15. data/doc/images/add.png +0 -0
  16. data/doc/images/arrow_up.png +0 -0
  17. data/doc/images/brick.png +0 -0
  18. data/doc/images/brick_link.png +0 -0
  19. data/doc/images/bug.png +0 -0
  20. data/doc/images/bullet_black.png +0 -0
  21. data/doc/images/bullet_toggle_minus.png +0 -0
  22. data/doc/images/bullet_toggle_plus.png +0 -0
  23. data/doc/images/date.png +0 -0
  24. data/doc/images/delete.png +0 -0
  25. data/doc/images/find.png +0 -0
  26. data/doc/images/loadingAnimation.gif +0 -0
  27. data/doc/images/macFFBgHack.png +0 -0
  28. data/doc/images/package.png +0 -0
  29. data/doc/images/page_green.png +0 -0
  30. data/doc/images/page_white_text.png +0 -0
  31. data/doc/images/page_white_width.png +0 -0
  32. data/doc/images/plugin.png +0 -0
  33. data/doc/images/ruby.png +0 -0
  34. data/doc/images/tag_blue.png +0 -0
  35. data/doc/images/tag_green.png +0 -0
  36. data/doc/images/transparent.png +0 -0
  37. data/doc/images/wrench.png +0 -0
  38. data/doc/images/wrench_orange.png +0 -0
  39. data/doc/images/zoom.png +0 -0
  40. data/doc/index.html +93 -0
  41. data/doc/js/darkfish.js +161 -0
  42. data/doc/js/jquery.js +4 -0
  43. data/doc/js/navigation.js +142 -0
  44. data/doc/js/navigation.js.gz +0 -0
  45. data/doc/js/search.js +109 -0
  46. data/doc/js/search_index.js +1 -0
  47. data/doc/js/search_index.js.gz +0 -0
  48. data/doc/js/searcher.js +228 -0
  49. data/doc/js/searcher.js.gz +0 -0
  50. data/doc/rdoc.css +543 -0
  51. data/doc/table_of_contents.html +177 -0
  52. data/lib/fps-timecode.rb +200 -0
  53. data/test/test_fps-timecode.rb +130 -0
  54. metadata +95 -0
data/doc/FPS.html ADDED
@@ -0,0 +1,100 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>module FPS - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ </script>
12
+
13
+ <script src="./js/jquery.js"></script>
14
+ <script src="./js/darkfish.js"></script>
15
+
16
+ <link href="./css/fonts.css" rel="stylesheet">
17
+ <link href="./css/rdoc.css" rel="stylesheet">
18
+
19
+
20
+
21
+ <body id="top" role="document" class="module">
22
+ <nav role="navigation">
23
+ <div id="project-navigation">
24
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
25
+ <h2>
26
+ <a href="./index.html" rel="home">Home</a>
27
+ </h2>
28
+
29
+ <div id="table-of-contents-navigation">
30
+ <a href="./table_of_contents.html#pages">Pages</a>
31
+ <a href="./table_of_contents.html#classes">Classes</a>
32
+ <a href="./table_of_contents.html#methods">Methods</a>
33
+ </div>
34
+ </div>
35
+
36
+ <div id="search-section" role="search" class="project-section initially-hidden">
37
+ <form action="#" method="get" accept-charset="utf-8">
38
+ <div id="search-field-wrapper">
39
+ <input id="search-field" role="combobox" aria-label="Search"
40
+ aria-autocomplete="list" aria-controls="search-results"
41
+ type="text" name="search" placeholder="Search" spellcheck="false"
42
+ title="Type to search, Up and Down to navigate, Enter to load">
43
+ </div>
44
+
45
+ <ul id="search-results" aria-label="Search Results"
46
+ aria-busy="false" aria-expanded="false"
47
+ aria-atomic="false" class="initially-hidden"></ul>
48
+ </form>
49
+ </div>
50
+
51
+ </div>
52
+
53
+
54
+
55
+ <div id="class-metadata">
56
+
57
+
58
+
59
+
60
+
61
+ </div>
62
+ </nav>
63
+
64
+ <main role="main" aria-labelledby="module-FPS">
65
+ <h1 id="module-FPS" class="module">
66
+ module FPS
67
+ </h1>
68
+
69
+ <section class="description">
70
+
71
+ <p><a href="FPS/Timecode.html">Timecode</a> library Implements <a
72
+ href="FPS/Timecode.html">Timecode</a> class Version 0.0.2</p>
73
+
74
+ <p>Author: Loran Kary Copyright 2013 Focal Point Software, all rights reserved</p>
75
+
76
+ </section>
77
+
78
+
79
+
80
+
81
+ <section id="5Buntitled-5D" class="documentation-section">
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+ </section>
92
+ </main>
93
+
94
+
95
+ <footer id="validator-badges" role="contentinfo">
96
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
97
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
98
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
99
+ </footer>
100
+