hookapp 2.0.5 → 2.0.7
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/Gemfile.lock +1 -1
- data/README.md +26 -3
- data/Rakefile +7 -3
- data/bin/hook +49 -2
- data/buildnotes.md +30 -0
- data/hook.rdoc +21 -2
- data/lib/helpers/fuzzyfilefinder +0 -0
- data/lib/hook/hookapp.rb +29 -10
- data/lib/hook/string.rb +4 -0
- data/lib/hook/version.rb +1 -1
- data/test/helpers/hook-helpers.rb +76 -0
- data/test/hook_clip_test.rb +24 -0
- data/test/hook_clone_test.rb +30 -0
- data/test/hook_encode_test.rb +30 -0
- data/test/hook_link_test.rb +39 -0
- data/test/hook_list_test.rb +25 -0
- data/test/hook_remove_test.rb +34 -0
- data/test/hook_scripts_test.rb +21 -0
- metadata +10 -69
- data/html/App.html +0 -107
- data/html/GLI/Commands/Doc.html +0 -91
- data/html/GLI/Commands/MarkdownDocumentListener.html +0 -511
- data/html/GLI/Commands.html +0 -91
- data/html/GLI.html +0 -91
- data/html/Hook.html +0 -100
- data/html/HookApp.html +0 -946
- data/html/Hooker.html +0 -141
- data/html/README_rdoc.html +0 -325
- data/html/String.html +0 -313
- data/html/created.rid +0 -9
- data/html/css/fonts.css +0 -167
- data/html/css/rdoc.css +0 -639
- data/html/fonts/Lato-Light.ttf +0 -0
- data/html/fonts/Lato-LightItalic.ttf +0 -0
- data/html/fonts/Lato-Regular.ttf +0 -0
- data/html/fonts/Lato-RegularItalic.ttf +0 -0
- data/html/fonts/SourceCodePro-Bold.ttf +0 -0
- data/html/fonts/SourceCodePro-Regular.ttf +0 -0
- data/html/images/add.png +0 -0
- data/html/images/arrow_up.png +0 -0
- data/html/images/brick.png +0 -0
- data/html/images/brick_link.png +0 -0
- data/html/images/bug.png +0 -0
- data/html/images/bullet_black.png +0 -0
- data/html/images/bullet_toggle_minus.png +0 -0
- data/html/images/bullet_toggle_plus.png +0 -0
- data/html/images/date.png +0 -0
- data/html/images/delete.png +0 -0
- data/html/images/find.png +0 -0
- data/html/images/loadingAnimation.gif +0 -0
- data/html/images/macFFBgHack.png +0 -0
- data/html/images/package.png +0 -0
- data/html/images/page_green.png +0 -0
- data/html/images/page_white_text.png +0 -0
- data/html/images/page_white_width.png +0 -0
- data/html/images/plugin.png +0 -0
- data/html/images/ruby.png +0 -0
- data/html/images/tag_blue.png +0 -0
- data/html/images/tag_green.png +0 -0
- data/html/images/transparent.png +0 -0
- data/html/images/wrench.png +0 -0
- data/html/images/wrench_orange.png +0 -0
- data/html/images/zoom.png +0 -0
- data/html/index.html +0 -293
- data/html/js/darkfish.js +0 -84
- data/html/js/navigation.js +0 -105
- data/html/js/navigation.js.gz +0 -0
- data/html/js/search.js +0 -110
- data/html/js/search_index.js +0 -1
- data/html/js/search_index.js.gz +0 -0
- data/html/js/searcher.js +0 -229
- data/html/js/searcher.js.gz +0 -0
- data/html/table_of_contents.html +0 -345
- data/test/default_test.rb +0 -14
- data/test/hookfiles/01.test +0 -0
- data/test/hookfiles/02.test +0 -0
- data/test/hookfiles/03.test +0 -0
- data/test/hookfiles/04.test +0 -0
- data/test/hookfiles/05.test +0 -0
- data/test/hookfiles/06.test +0 -0
- data/test/hookfiles/07.test +0 -0
- data/test/hookfiles/08.test +0 -0
- data/test/hookfiles/09.test +0 -0
- data/test/hookfiles/10.test +0 -0
- data/test/hookfiles/11.test +0 -0
- data/test/hookfiles/12.test +0 -0
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hookapp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brett Terpstra
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-09-
|
11
|
+
date: 2021-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aruba
|
@@ -91,60 +91,6 @@ files:
|
|
91
91
|
- features/support/env.rb
|
92
92
|
- hook.rdoc
|
93
93
|
- hookapp.gemspec
|
94
|
-
- html/App.html
|
95
|
-
- html/GLI.html
|
96
|
-
- html/GLI/Commands.html
|
97
|
-
- html/GLI/Commands/Doc.html
|
98
|
-
- html/GLI/Commands/MarkdownDocumentListener.html
|
99
|
-
- html/Hook.html
|
100
|
-
- html/HookApp.html
|
101
|
-
- html/Hooker.html
|
102
|
-
- html/README_rdoc.html
|
103
|
-
- html/String.html
|
104
|
-
- html/created.rid
|
105
|
-
- html/css/fonts.css
|
106
|
-
- html/css/rdoc.css
|
107
|
-
- html/fonts/Lato-Light.ttf
|
108
|
-
- html/fonts/Lato-LightItalic.ttf
|
109
|
-
- html/fonts/Lato-Regular.ttf
|
110
|
-
- html/fonts/Lato-RegularItalic.ttf
|
111
|
-
- html/fonts/SourceCodePro-Bold.ttf
|
112
|
-
- html/fonts/SourceCodePro-Regular.ttf
|
113
|
-
- html/images/add.png
|
114
|
-
- html/images/arrow_up.png
|
115
|
-
- html/images/brick.png
|
116
|
-
- html/images/brick_link.png
|
117
|
-
- html/images/bug.png
|
118
|
-
- html/images/bullet_black.png
|
119
|
-
- html/images/bullet_toggle_minus.png
|
120
|
-
- html/images/bullet_toggle_plus.png
|
121
|
-
- html/images/date.png
|
122
|
-
- html/images/delete.png
|
123
|
-
- html/images/find.png
|
124
|
-
- html/images/loadingAnimation.gif
|
125
|
-
- html/images/macFFBgHack.png
|
126
|
-
- html/images/package.png
|
127
|
-
- html/images/page_green.png
|
128
|
-
- html/images/page_white_text.png
|
129
|
-
- html/images/page_white_width.png
|
130
|
-
- html/images/plugin.png
|
131
|
-
- html/images/ruby.png
|
132
|
-
- html/images/tag_blue.png
|
133
|
-
- html/images/tag_green.png
|
134
|
-
- html/images/transparent.png
|
135
|
-
- html/images/wrench.png
|
136
|
-
- html/images/wrench_orange.png
|
137
|
-
- html/images/zoom.png
|
138
|
-
- html/index.html
|
139
|
-
- html/js/darkfish.js
|
140
|
-
- html/js/navigation.js
|
141
|
-
- html/js/navigation.js.gz
|
142
|
-
- html/js/search.js
|
143
|
-
- html/js/search_index.js
|
144
|
-
- html/js/search_index.js.gz
|
145
|
-
- html/js/searcher.js
|
146
|
-
- html/js/searcher.js.gz
|
147
|
-
- html/table_of_contents.html
|
148
94
|
- lib/completion/hook_completion.bash
|
149
95
|
- lib/completion/hook_completion.fish
|
150
96
|
- lib/completion/hook_completion.zsh
|
@@ -155,19 +101,14 @@ files:
|
|
155
101
|
- lib/hook/markdown_document_listener.rb
|
156
102
|
- lib/hook/string.rb
|
157
103
|
- lib/hook/version.rb
|
158
|
-
- test/
|
159
|
-
- test/
|
160
|
-
- test/
|
161
|
-
- test/
|
162
|
-
- test/
|
163
|
-
- test/
|
164
|
-
- test/
|
165
|
-
- test/
|
166
|
-
- test/hookfiles/08.test
|
167
|
-
- test/hookfiles/09.test
|
168
|
-
- test/hookfiles/10.test
|
169
|
-
- test/hookfiles/11.test
|
170
|
-
- test/hookfiles/12.test
|
104
|
+
- test/helpers/hook-helpers.rb
|
105
|
+
- test/hook_clip_test.rb
|
106
|
+
- test/hook_clone_test.rb
|
107
|
+
- test/hook_encode_test.rb
|
108
|
+
- test/hook_link_test.rb
|
109
|
+
- test/hook_list_test.rb
|
110
|
+
- test/hook_remove_test.rb
|
111
|
+
- test/hook_scripts_test.rb
|
171
112
|
- test/test_helper.rb
|
172
113
|
homepage: https://brettterpstra.com
|
173
114
|
licenses: []
|
data/html/App.html
DELETED
@@ -1,107 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>class App - hookapp</title>
|
8
|
-
|
9
|
-
<script type="text/javascript">
|
10
|
-
var rdoc_rel_prefix = "./";
|
11
|
-
var index_rel_prefix = "./";
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<script src="./js/navigation.js" defer></script>
|
15
|
-
<script src="./js/search.js" defer></script>
|
16
|
-
<script src="./js/search_index.js" defer></script>
|
17
|
-
<script src="./js/searcher.js" defer></script>
|
18
|
-
<script src="./js/darkfish.js" defer></script>
|
19
|
-
|
20
|
-
<link href="./css/fonts.css" rel="stylesheet">
|
21
|
-
<link href="./css/rdoc.css" rel="stylesheet">
|
22
|
-
|
23
|
-
|
24
|
-
<body id="top" role="document" class="class">
|
25
|
-
<nav role="navigation">
|
26
|
-
<div id="project-navigation">
|
27
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
28
|
-
<h2>
|
29
|
-
<a href="./index.html" rel="home">Home</a>
|
30
|
-
</h2>
|
31
|
-
|
32
|
-
<div id="table-of-contents-navigation">
|
33
|
-
<a href="./table_of_contents.html#pages">Pages</a>
|
34
|
-
<a href="./table_of_contents.html#classes">Classes</a>
|
35
|
-
<a href="./table_of_contents.html#methods">Methods</a>
|
36
|
-
</div>
|
37
|
-
</div>
|
38
|
-
|
39
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
40
|
-
<form action="#" method="get" accept-charset="utf-8">
|
41
|
-
<div id="search-field-wrapper">
|
42
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
43
|
-
aria-autocomplete="list" aria-controls="search-results"
|
44
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
45
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
46
|
-
</div>
|
47
|
-
|
48
|
-
<ul id="search-results" aria-label="Search Results"
|
49
|
-
aria-busy="false" aria-expanded="false"
|
50
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
51
|
-
</form>
|
52
|
-
</div>
|
53
|
-
|
54
|
-
</div>
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
<div id="class-metadata">
|
59
|
-
|
60
|
-
|
61
|
-
<div id="parent-class-section" class="nav-section">
|
62
|
-
<h3>Parent</h3>
|
63
|
-
|
64
|
-
<p class="link">Object
|
65
|
-
</div>
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
<div id="extends-section" class="nav-section">
|
70
|
-
<h3>Extended With Modules</h3>
|
71
|
-
|
72
|
-
<ul class="link-list">
|
73
|
-
<li><span class="extend">GLI::App</span>
|
74
|
-
</ul>
|
75
|
-
</div>
|
76
|
-
|
77
|
-
|
78
|
-
</div>
|
79
|
-
</nav>
|
80
|
-
|
81
|
-
<main role="main" aria-labelledby="class-App">
|
82
|
-
<h1 id="class-App" class="class">
|
83
|
-
class App
|
84
|
-
</h1>
|
85
|
-
|
86
|
-
<section class="description">
|
87
|
-
|
88
|
-
<p>Main class for <a href="GLI.html"><code>GLI</code></a> app</p>
|
89
|
-
|
90
|
-
</section>
|
91
|
-
|
92
|
-
<section id="5Buntitled-5D" class="documentation-section">
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
</section>
|
99
|
-
</main>
|
100
|
-
|
101
|
-
|
102
|
-
<footer id="validator-badges" role="contentinfo">
|
103
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
104
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
105
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
106
|
-
</footer>
|
107
|
-
|
data/html/GLI/Commands/Doc.html
DELETED
@@ -1,91 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta charset="UTF-8">
|
6
|
-
|
7
|
-
<title>module GLI::Commands::Doc - hookapp</title>
|
8
|
-
|
9
|
-
<script type="text/javascript">
|
10
|
-
var rdoc_rel_prefix = "../../";
|
11
|
-
var index_rel_prefix = "../../";
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<script src="../../js/navigation.js" defer></script>
|
15
|
-
<script src="../../js/search.js" defer></script>
|
16
|
-
<script src="../../js/search_index.js" defer></script>
|
17
|
-
<script src="../../js/searcher.js" defer></script>
|
18
|
-
<script src="../../js/darkfish.js" defer></script>
|
19
|
-
|
20
|
-
<link href="../../css/fonts.css" rel="stylesheet">
|
21
|
-
<link href="../../css/rdoc.css" rel="stylesheet">
|
22
|
-
|
23
|
-
|
24
|
-
<body id="top" role="document" class="module">
|
25
|
-
<nav role="navigation">
|
26
|
-
<div id="project-navigation">
|
27
|
-
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
28
|
-
<h2>
|
29
|
-
<a href="../../index.html" rel="home">Home</a>
|
30
|
-
</h2>
|
31
|
-
|
32
|
-
<div id="table-of-contents-navigation">
|
33
|
-
<a href="../../table_of_contents.html#pages">Pages</a>
|
34
|
-
<a href="../../table_of_contents.html#classes">Classes</a>
|
35
|
-
<a href="../../table_of_contents.html#methods">Methods</a>
|
36
|
-
</div>
|
37
|
-
</div>
|
38
|
-
|
39
|
-
<div id="search-section" role="search" class="project-section initially-hidden">
|
40
|
-
<form action="#" method="get" accept-charset="utf-8">
|
41
|
-
<div id="search-field-wrapper">
|
42
|
-
<input id="search-field" role="combobox" aria-label="Search"
|
43
|
-
aria-autocomplete="list" aria-controls="search-results"
|
44
|
-
type="text" name="search" placeholder="Search" spellcheck="false"
|
45
|
-
title="Type to search, Up and Down to navigate, Enter to load">
|
46
|
-
</div>
|
47
|
-
|
48
|
-
<ul id="search-results" aria-label="Search Results"
|
49
|
-
aria-busy="false" aria-expanded="false"
|
50
|
-
aria-atomic="false" class="initially-hidden"></ul>
|
51
|
-
</form>
|
52
|
-
</div>
|
53
|
-
|
54
|
-
</div>
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
<div id="class-metadata">
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
</div>
|
65
|
-
</nav>
|
66
|
-
|
67
|
-
<main role="main" aria-labelledby="module-GLI::Commands::Doc">
|
68
|
-
<h1 id="module-GLI::Commands::Doc" class="module">
|
69
|
-
module GLI::Commands::Doc
|
70
|
-
</h1>
|
71
|
-
|
72
|
-
<section class="description">
|
73
|
-
|
74
|
-
</section>
|
75
|
-
|
76
|
-
<section id="5Buntitled-5D" class="documentation-section">
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
</section>
|
83
|
-
</main>
|
84
|
-
|
85
|
-
|
86
|
-
<footer id="validator-badges" role="contentinfo">
|
87
|
-
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
88
|
-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
|
89
|
-
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
90
|
-
</footer>
|
91
|
-
|