hookapp 2.0.3 → 2.0.4
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.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/Gemfile.lock +46 -63
- data/README.md +1 -1
- data/bin/hook +16 -17
- data/hookapp.gemspec +1 -1
- data/html/App.html +6 -18
- data/html/GLI/Commands/Doc.html +2 -10
- data/html/GLI/Commands/MarkdownDocumentListener.html +8 -214
- data/html/GLI/Commands.html +2 -10
- data/html/GLI.html +2 -10
- data/html/Hook.html +2 -15
- data/html/HookApp.html +16 -292
- data/html/Hooker.html +46 -24
- data/html/README_rdoc.html +3 -6
- data/html/String.html +7 -121
- data/html/created.rid +6 -6
- data/html/css/rdoc.css +21 -1
- data/html/index.html +3 -18
- data/html/js/navigation.js.gz +0 -0
- data/html/js/search_index.js +1 -1
- data/html/js/search_index.js.gz +0 -0
- data/html/js/searcher.js.gz +0 -0
- data/html/table_of_contents.html +7 -71
- data/lib/hook/hookapp.rb +1 -1
- data/lib/hook/hooker.rb +5 -2
- data/lib/hook/version.rb +1 -1
- data/lib/hook.rb +5 -4
- metadata +5 -5
data/html/Hook.html
CHANGED
@@ -21,8 +21,6 @@
|
|
21
21
|
<link href="./css/rdoc.css" rel="stylesheet">
|
22
22
|
|
23
23
|
|
24
|
-
|
25
|
-
|
26
24
|
<body id="top" role="document" class="module">
|
27
25
|
<nav role="navigation">
|
28
26
|
<div id="project-navigation">
|
@@ -75,39 +73,28 @@
|
|
75
73
|
|
76
74
|
</section>
|
77
75
|
|
78
|
-
|
79
76
|
<section id="5Buntitled-5D" class="documentation-section">
|
80
|
-
|
81
77
|
|
82
|
-
|
83
78
|
|
84
|
-
|
85
79
|
<section class="constants-list">
|
86
80
|
<header>
|
87
81
|
<h3>Constants</h3>
|
88
82
|
</header>
|
89
83
|
<dl>
|
90
|
-
|
91
84
|
<dt id="VERSION">VERSION
|
92
|
-
|
93
85
|
<dd>
|
94
|
-
|
95
|
-
|
96
86
|
</dl>
|
97
87
|
</section>
|
98
|
-
|
99
88
|
|
100
|
-
|
101
89
|
|
102
|
-
|
103
|
-
</section>
|
104
90
|
|
91
|
+
</section>
|
105
92
|
</main>
|
106
93
|
|
107
94
|
|
108
95
|
<footer id="validator-badges" role="contentinfo">
|
109
96
|
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
110
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.
|
97
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
111
98
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
112
99
|
</footer>
|
113
100
|
|