rdoc-generator-sixfish 0.5.0.pre20180710102525 → 0.5.0.pre20190220103520

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4948164ae766c88c0e381244ebed2ba03d1519a6a10fa39b0dd0275d8f3ba917
4
- data.tar.gz: a65de622e936bc42e58f4ae7041d3a65c37e05f80ba3e3103897d3974c4e717a
3
+ metadata.gz: 10d9f7a02d850cc2e4397ae16de63dd1d49889d95cd8ae8194f6c8e756be6a2d
4
+ data.tar.gz: 9eae408bf8426bdcde7472e236cb45363097f876c23cab5373b3c8daec76aae2
5
5
  SHA512:
6
- metadata.gz: 7f45977811e4134efe9f3bf6acb49aa795b24bbddbaae5dae32485dc5f5cddaafafe5f681339cff355092f3e9bf7a8a0f205b900aba6e0ac7b693a3b151e4a36
7
- data.tar.gz: '029c256d8bc927e497db34c99fdfe2563c03e289771a465d3087b63d92a2e790ebcb446c90de53b96de537b6b66dc551e66a9e1382e2c9769c43de093f8b0001'
6
+ metadata.gz: 634f65d227a3234f2f13f7c0e542f5b175bc0ffe6683ea87119369aa2d6eafa5ede7239e95831e0218031d7b670d4cd09d49f7baacb892bb6e02d2d1e6bd31c3
7
+ data.tar.gz: 8a92a4db6d55e13b8b354d662d04f258658ceb802877dafc29574d729b51c0df72da5a4fd137009ae5676c9cfa2214f89443bd9c44a9d7e7a1159b202b377107
@@ -1 +1 @@
1
- 2.5
1
+ 2.6
data/ChangeLog CHANGED
@@ -1,675 +1,746 @@
1
+ 2018-07-10 Michael Granger <ged@FaerieMUD.org>
2
+
3
+ @ * Rakefile, rdoc-generator-sixfish.gemspec:
4
+ | Update the gemspec.
5
+ | [02f197d9ab7c] [tip]
6
+ |
7
+ o * data/rdoc-generator-sixfish/js/jquery-2.1.3.min.js:
8
+ | Clean up old version of jQuery
9
+ | [5fd424609e07]
10
+ |
11
+ o * .hgignore, .hoerc, Manifest.txt, data/rdoc-generator-
12
+ | sixfish/templates/layout.tmpl, rdoc-generator-sixfish.gemspec:
13
+ | Clean up and prep for prerelease.
14
+ | [676492e0fbda]
15
+ |
16
+ o * rdoc-generator-fivefish.gemspec:
17
+ | Remove unrelated gemspec
18
+ | [cd861e989444]
19
+ |
20
+ o * tasks/css.rb:
21
+ | Fix the css task
22
+ | [033a03ab9915]
23
+ |
24
+ 2018-07-03 Michael Granger <ged@FaerieMUD.org>
25
+
26
+ o * assets/scss/sixfish.scss, data/rdoc-generator-
27
+ | sixfish/css/sixfish.css, data/rdoc-generator-
28
+ | sixfish/templates/class.tmpl, tasks/js.rb:
29
+ | Fix method name styles
30
+ | [d35fd744cb50]
31
+ |
32
+ 2018-06-12 Michael Granger <ged@FaerieMUD.org>
33
+
34
+ o * .editorconfig, .gems, .hgignore, .hoerc, .tm_properties, History.md,
35
+ | History.rdoc, Manifest.txt, README.md, README.rdoc, Rakefile,
36
+ | assets/fa/light.js, assets/fa/light.svg, assets/fa/loader.js,
37
+ | assets/fa/regular.js, assets/fa/regular.svg, assets/fa/solid.js,
38
+ | assets/fa/solid.svg, assets/js/imagesloaded.pkg.min.js,
39
+ | assets/js/imagesloaded.pkg.min.js.map, assets/js/jquery.qtip.js,
40
+ | assets/js/sixfish.js, assets/js/typeahead.bundle.js,
41
+ | assets/scss/base/_base-styles.scss,
42
+ | assets/scss/base/_functions.scss, assets/scss/base/_normalize.scss,
43
+ | assets/scss/base/_typography.scss, assets/scss/base/_utils.scss,
44
+ | assets/scss/base/_variables.scss, assets/scss/jquery.qtip.scss,
45
+ | assets/scss/modules/_buttons.scss, assets/scss/modules/_code.scss,
46
+ | assets/scss/modules/_forms.scss, assets/scss/modules/_grid.scss,
47
+ | assets/scss/modules/_lists.scss, assets/scss/modules/_media-
48
+ | queries.scss, assets/scss/modules/_spacing.scss,
49
+ | assets/scss/modules/_tables.scss, assets/scss/pax_global_header,
50
+ | assets/scss/sixfish.scss, assets/scss/skeleton.scss, config.rb, data
51
+ | /rdoc-generator-sixfish/css/sixfish.css, data/rdoc-generator-
52
+ | sixfish/css/sixfish.css.map, data/rdoc-generator-
53
+ | sixfish/fa/light.js, data/rdoc-generator-sixfish/fa/light.svg, data
54
+ | /rdoc-generator-sixfish/fa/loader.js, data/rdoc-generator-
55
+ | sixfish/fa/regular.js, data/rdoc-generator-sixfish/fa/regular.svg,
56
+ | data/rdoc-generator-sixfish/fa/solid.js, data/rdoc-generator-
57
+ | sixfish/fa/solid.svg, data/rdoc-generator-
58
+ | sixfish/images/glyphicons-28-search.png, data/rdoc-generator-
59
+ | sixfish/js/jquery-1.7.1.min.js, data/rdoc-generator-
60
+ | sixfish/js/jquery-2.1.3.min.js, data/rdoc-generator-
61
+ | sixfish/js/jquery-3.1.1.js, data/rdoc-generator-
62
+ | sixfish/templates/class.tmpl, data/rdoc-generator-
63
+ | sixfish/templates/file.tmpl, data/rdoc-generator-
64
+ | sixfish/templates/index.tmpl, data/rdoc-generator-
65
+ | sixfish/templates/layout.tmpl, lib/rdoc/generator/sixfish.rb, rdoc-
66
+ | generator-sixfish.gemspec, spec/rdoc/generator/sixfish_spec.rb,
67
+ | tasks/bootstrap.rb, tasks/css.rb, tasks/fa.rb, tasks/fonts.rb,
68
+ | tasks/js.rb, tasks/sixfish.rb:
69
+ | Update for Ruby 2.5, latest deps.
70
+ | [2e36afefa310]
71
+ |
1
72
  2015-03-17 Michael Granger <ged@FaerieMUD.org>
2
73
 
3
- * .gems, .ruby-gemset, README.rdoc, Rakefile, assets/css/fivefish.css,
4
- assets/css/sixfish.css, assets/js/fivefish.js, assets/js/sixfish.js,
5
- data/rdoc-generator-fivefish/js/jquery-1.7.1.min.js, data/rdoc-
6
- generator-fivefish/templates/class.tmpl, data/rdoc-generator-
7
- fivefish/templates/file.tmpl, data/rdoc-generator-
8
- fivefish/templates/index.tmpl, data/rdoc-generator-
9
- fivefish/templates/layout.tmpl, data/rdoc-generator-
10
- sixfish/js/jquery-1.7.1.min.js, data/rdoc-generator-
11
- sixfish/templates/class.tmpl, data/rdoc-generator-
12
- sixfish/templates/file.tmpl, data/rdoc-generator-
13
- sixfish/templates/index.tmpl, data/rdoc-generator-
14
- sixfish/templates/layout.tmpl, lib/fivefish.rb,
15
- lib/rdoc/discover.rb, lib/rdoc/generator/fivefish.rb,
16
- lib/rdoc/generator/sixfish.rb, lib/sixfish.rb,
17
- spec/fivefish_spec.rb, spec/helpers.rb,
18
- spec/rdoc/generator/fivefish_spec.rb,
19
- spec/rdoc/generator/sixfish_spec.rb, spec/sixfish_spec.rb,
20
- tasks/bootstrap.rb, tasks/fivefish.rb, tasks/sixfish.rb:
21
- Fivefish -> Sixfish
22
- [bd4700e71546] [tip]
23
-
74
+ o * .gems, .ruby-gemset, README.rdoc, Rakefile, assets/css/fivefish.css,
75
+ | assets/css/sixfish.css, assets/js/fivefish.js, assets/js/sixfish.js,
76
+ | data/rdoc-generator-fivefish/js/jquery-1.7.1.min.js, data/rdoc-
77
+ | generator-fivefish/templates/class.tmpl, data/rdoc-generator-
78
+ | fivefish/templates/file.tmpl, data/rdoc-generator-
79
+ | fivefish/templates/index.tmpl, data/rdoc-generator-
80
+ | fivefish/templates/layout.tmpl, data/rdoc-generator-
81
+ | sixfish/js/jquery-1.7.1.min.js, data/rdoc-generator-
82
+ | sixfish/templates/class.tmpl, data/rdoc-generator-
83
+ | sixfish/templates/file.tmpl, data/rdoc-generator-
84
+ | sixfish/templates/index.tmpl, data/rdoc-generator-
85
+ | sixfish/templates/layout.tmpl, lib/fivefish.rb,
86
+ | lib/rdoc/discover.rb, lib/rdoc/generator/fivefish.rb,
87
+ | lib/rdoc/generator/sixfish.rb, lib/sixfish.rb,
88
+ | spec/fivefish_spec.rb, spec/helpers.rb,
89
+ | spec/rdoc/generator/fivefish_spec.rb,
90
+ | spec/rdoc/generator/sixfish_spec.rb, spec/sixfish_spec.rb,
91
+ | tasks/bootstrap.rb, tasks/fivefish.rb, tasks/sixfish.rb:
92
+ | Fivefish -> Sixfish
93
+ | [bd4700e71546]
94
+ |
24
95
  2018-03-13 Michael Granger <ged@FaerieMUD.org>
25
96
 
26
- * .hgtags:
27
- Added tag v0.4.0 for changeset 3148e94663b2
28
- [4f56aa0f3d9f]
29
-
30
- * .hgsigs:
31
- Added signature for changeset c6769f3d26ee
32
- [3148e94663b2] [v0.4.0]
33
-
34
- * .hoerc, History.rdoc, Rakefile, certs/ged.pem, lib/fivefish.rb:
35
- Bump the minor version, update history, add my gem-signing cert
36
- [c6769f3d26ee]
37
-
97
+ o * .hgtags:
98
+ | Added tag v0.4.0 for changeset 3148e94663b2
99
+ | [4f56aa0f3d9f]
100
+ |
101
+ o * .hgsigs:
102
+ | Added signature for changeset c6769f3d26ee
103
+ | [3148e94663b2] [v0.4.0]
104
+ |
105
+ o * .hoerc, History.rdoc, Rakefile, certs/ged.pem, lib/fivefish.rb:
106
+ | Bump the minor version, update history, add my gem-signing cert
107
+ | [c6769f3d26ee]
108
+ |
38
109
  2018-01-03 Michael Granger <ged@FaerieMUD.org>
39
110
 
40
- * .hoerc, .ruby-version, Manifest.txt, README.rdoc, Rakefile,
41
- assets/css/fivefish.css, lib/fivefish.rb,
42
- lib/rdoc/generator/fivefish.rb, rdoc-generator-fivefish.gemspec,
43
- tasks/fonts.rb:
44
- Update for latest Ruby, RDoc
45
-
46
- - This also switches the fonts to just use the TTF ones instead of
47
- converting them to woff.
48
- [133ff869af20]
49
-
111
+ o * .hoerc, .ruby-version, Manifest.txt, README.rdoc, Rakefile,
112
+ | assets/css/fivefish.css, lib/fivefish.rb,
113
+ | lib/rdoc/generator/fivefish.rb, rdoc-generator-fivefish.gemspec,
114
+ | tasks/fonts.rb:
115
+ | Update for latest Ruby, RDoc
116
+ |
117
+ | - This also switches the fonts to just use the TTF ones instead of
118
+ | converting them to woff.
119
+ | [133ff869af20]
120
+ |
50
121
  2017-01-22 Michael Granger <ged@FaerieMUD.org>
51
122
 
52
- * .hgtags:
53
- Added tag v0.3.0 for changeset 81a096a42fcf
54
- [6f438a827e16]
55
-
56
- * .hgsigs:
57
- Added signature for changeset c8a922361cbe
58
- [81a096a42fcf] [v0.3.0]
59
-
60
- * History.rdoc, lib/fivefish.rb, rdoc-generator-fivefish.gemspec:
61
- Bump minor version and update history.
62
- [c8a922361cbe]
63
-
64
- * Rakefile, rdoc-generator-fivefish.gemspec:
65
- Bump dependency on RDoc to 5.0.
66
- [d5b62945f0f4]
67
-
123
+ o * .hgtags:
124
+ | Added tag v0.3.0 for changeset 81a096a42fcf
125
+ | [6f438a827e16]
126
+ |
127
+ o * .hgsigs:
128
+ | Added signature for changeset c8a922361cbe
129
+ | [81a096a42fcf] [v0.3.0]
130
+ |
131
+ o * History.rdoc, lib/fivefish.rb, rdoc-generator-fivefish.gemspec:
132
+ | Bump minor version and update history.
133
+ | [c8a922361cbe]
134
+ |
135
+ o * Rakefile, rdoc-generator-fivefish.gemspec:
136
+ | Bump dependency on RDoc to 5.0.
137
+ | [d5b62945f0f4]
138
+ |
68
139
  2017-01-17 Michael Granger <ged@FaerieMUD.org>
69
140
 
70
- * .hgtags:
71
- Added tag v0.2.1 for changeset 7c525059a49a
72
- [2b6e92711c72]
73
-
74
- * .hgsigs:
75
- Added signature for changeset 41d60500bf23
76
- [7c525059a49a] [v0.2.1]
77
-
78
- * History.rdoc, Rakefile, lib/fivefish.rb:
79
- Fix mistaken dep on RDoc 5.
80
- [41d60500bf23]
81
-
82
- * .hgtags:
83
- Added tag v0.2.0 for changeset 04ce68326c69
84
- [56671ca42702]
85
-
86
- * .hgsigs:
87
- Added signature for changeset 066f1d5c4cad
88
- [04ce68326c69] [v0.2.0]
89
-
90
- * .gems, .hoerc, Gemfile, Manifest.txt, Rakefile, rdoc-generator-
91
- fivefish.gemspec:
92
- Pin versions of uglifier and less to last working versions.
93
- [066f1d5c4cad]
94
-
95
- * Rakefile:
96
- Remove outdated gemspec attribute
97
- [085210da8665]
98
-
99
- * History.rdoc, Rakefile, lib/fivefish.rb:
100
- Bump the minor version, update history
101
- [c8020f3a3530]
102
-
103
- * .gems, .ruby-gemset, .ruby-version, .rvmrc, Rakefile:
104
- Bump Inversion and Loggabilty dep
105
- [18ba8dcfb3cc]
106
-
141
+ o * .hgtags:
142
+ | Added tag v0.2.1 for changeset 7c525059a49a
143
+ | [2b6e92711c72]
144
+ |
145
+ o * .hgsigs:
146
+ | Added signature for changeset 41d60500bf23
147
+ | [7c525059a49a] [v0.2.1]
148
+ |
149
+ o * History.rdoc, Rakefile, lib/fivefish.rb:
150
+ | Fix mistaken dep on RDoc 5.
151
+ | [41d60500bf23]
152
+ |
153
+ o * .hgtags:
154
+ | Added tag v0.2.0 for changeset 04ce68326c69
155
+ | [56671ca42702]
156
+ |
157
+ o * .hgsigs:
158
+ | Added signature for changeset 066f1d5c4cad
159
+ | [04ce68326c69] [v0.2.0]
160
+ |
161
+ o * .gems, .hoerc, Gemfile, Manifest.txt, Rakefile, rdoc-generator-
162
+ | fivefish.gemspec:
163
+ | Pin versions of uglifier and less to last working versions.
164
+ | [066f1d5c4cad]
165
+ |
166
+ o * Rakefile:
167
+ | Remove outdated gemspec attribute
168
+ | [085210da8665]
169
+ |
170
+ o * History.rdoc, Rakefile, lib/fivefish.rb:
171
+ | Bump the minor version, update history
172
+ | [c8020f3a3530]
173
+ |
174
+ o * .gems, .ruby-gemset, .ruby-version, .rvmrc, Rakefile:
175
+ | Bump Inversion and Loggabilty dep
176
+ | [18ba8dcfb3cc]
177
+ |
107
178
  2015-03-17 Michael Granger <ged@FaerieMUD.org>
108
179
 
109
- * .gems, .rvm.gems, .rvmrc, Manifest.txt,
110
- lib/rdoc/generator/fivefish.rb, spec/fivefish_spec.rb,
111
- spec/helpers.rb, spec/rdoc/generator/fivefish_spec.rb:
112
- Update for Ruby 2.2, newer RSpec.
113
- [1d9afbc75528]
114
-
180
+ o * .gems, .rvm.gems, .rvmrc, Manifest.txt,
181
+ | lib/rdoc/generator/fivefish.rb, spec/fivefish_spec.rb,
182
+ | spec/helpers.rb, spec/rdoc/generator/fivefish_spec.rb:
183
+ | Update for Ruby 2.2, newer RSpec.
184
+ | [1d9afbc75528]
185
+ |
115
186
  2013-03-26 Michael Granger <ged@FaerieMUD.org>
116
187
 
117
- * .hgtags:
118
- Added tag v0.1.0 for changeset b08f3b479c38
119
- [42b5e95ad46f]
120
-
121
- * .hgsigs:
122
- Added signature for changeset 55973eb0bf4f
123
- [b08f3b479c38] [v0.1.0]
124
-
125
- * Manifest.txt, lib/rdoc/generator/fivefish.rb:
126
- Fix a logging bug, update manifest.
127
- [55973eb0bf4f]
128
-
188
+ o * .hgtags:
189
+ | Added tag v0.1.0 for changeset b08f3b479c38
190
+ | [42b5e95ad46f]
191
+ |
192
+ o * .hgsigs:
193
+ | Added signature for changeset 55973eb0bf4f
194
+ | [b08f3b479c38] [v0.1.0]
195
+ |
196
+ o * Manifest.txt, lib/rdoc/generator/fivefish.rb:
197
+ | Fix a logging bug, update manifest.
198
+ | [55973eb0bf4f]
199
+ |
129
200
  2013-03-25 Michael Granger <ged@FaerieMUD.org>
130
201
 
131
- * History.rdoc:
132
- Bump minor version, update history
133
- [1b4c566e05d9]
134
-
135
- * .rvm.gems, Rakefile, lib/rdoc/generator/fivefish.rb,
136
- spec/rdoc/generator/fivefish_spec.rb:
137
- Add specs for generation
138
- [8b00f8accf9a]
139
-
202
+ o * History.rdoc:
203
+ | Bump minor version, update history
204
+ | [1b4c566e05d9]
205
+ |
206
+ o * .rvm.gems, Rakefile, lib/rdoc/generator/fivefish.rb,
207
+ | spec/rdoc/generator/fivefish_spec.rb:
208
+ | Add specs for generation
209
+ | [8b00f8accf9a]
210
+ |
140
211
  2013-03-13 Michael Granger <ged@FaerieMUD.org>
141
212
 
142
- * data/rdoc-generator-fivefish/templates/index.tmpl,
143
- lib/rdoc/generator/fivefish.rb:
144
- Use the method list given to the layout template instead of re-
145
- adding it to the index.
146
- [12f9ad3fca08]
147
-
148
- * .tm_properties:
149
- Fix indentation settings in project properties
150
- [c19fd8caf982]
151
-
152
- * .rvm.gems, Rakefile:
153
- Update dependencies
154
- [12717324475e]
155
-
213
+ o * data/rdoc-generator-fivefish/templates/index.tmpl,
214
+ | lib/rdoc/generator/fivefish.rb:
215
+ | Use the method list given to the layout template instead of re-
216
+ | adding it to the index.
217
+ | [12f9ad3fca08]
218
+ |
219
+ o * .tm_properties:
220
+ | Fix indentation settings in project properties
221
+ | [c19fd8caf982]
222
+ |
223
+ o * .rvm.gems, Rakefile:
224
+ | Update dependencies
225
+ | [12717324475e]
226
+ |
156
227
  2013-02-27 Michael Granger <ged@FaerieMUD.org>
157
228
 
158
- * assets/css/fivefish.css, data/rdoc-generator-
159
- fivefish/templates/index.tmpl:
160
- Add some CSS and module-index visual tweaks
161
- [d5da607c0b75]
162
-
163
- * lib/rdoc/generator/fivefish.rb:
164
- Make the synopsis-extraction more intelligent
165
- [1292bcb882d1]
166
-
167
- * tasks/bootstrap.rb:
168
- Fix js asset-generation
169
- [7555ebbb71d3]
170
-
171
- * data/rdoc-generator-fivefish/templates/class.tmpl:
172
- Add support for module extension
173
- [5b1f8dfa8d98]
174
-
175
- * .tm_properties, Rakefile, lib/fivefish.rb, lib/rdoc/discover.rb,
176
- spec/fivefish_spec.rb, spec/helpers.rb,
177
- spec/rdoc/generator/fivefish_spec.rb:
178
- Add updates and basic specs for RDoc 4.
179
- [7b178d4789f8]
180
-
229
+ o * assets/css/fivefish.css, data/rdoc-generator-
230
+ | fivefish/templates/index.tmpl:
231
+ | Add some CSS and module-index visual tweaks
232
+ | [d5da607c0b75]
233
+ |
234
+ o * lib/rdoc/generator/fivefish.rb:
235
+ | Make the synopsis-extraction more intelligent
236
+ | [1292bcb882d1]
237
+ |
238
+ o * tasks/bootstrap.rb:
239
+ | Fix js asset-generation
240
+ | [7555ebbb71d3]
241
+ |
242
+ o * data/rdoc-generator-fivefish/templates/class.tmpl:
243
+ | Add support for module extension
244
+ | [5b1f8dfa8d98]
245
+ |
246
+ o * .tm_properties, Rakefile, lib/fivefish.rb, lib/rdoc/discover.rb,
247
+ | spec/fivefish_spec.rb, spec/helpers.rb,
248
+ | spec/rdoc/generator/fivefish_spec.rb:
249
+ | Add updates and basic specs for RDoc 4.
250
+ | [7b178d4789f8]
251
+ |
181
252
  2013-02-26 Michael Granger <ged@FaerieMUD.org>
182
253
 
183
- * .rvmrc:
184
- Test under Ruby 2.0 by default
185
- [aa192ca24f91]
186
-
187
- * .rvm.gems, Rakefile:
188
- Require RDoc 4
189
- [40d218e5ac12]
190
-
191
- * data/rdoc-generator-fivefish/templates/layout.tmpl,
192
- lib/rdoc/generator/fivefish.rb:
193
- Add an --additional-stylesheet option
194
- [a220e32a6911]
195
-
254
+ o * .rvmrc:
255
+ | Test under Ruby 2.0 by default
256
+ | [aa192ca24f91]
257
+ |
258
+ o * .rvm.gems, Rakefile:
259
+ | Require RDoc 4
260
+ | [40d218e5ac12]
261
+ |
262
+ o * data/rdoc-generator-fivefish/templates/layout.tmpl,
263
+ | lib/rdoc/generator/fivefish.rb:
264
+ | Add an --additional-stylesheet option
265
+ | [a220e32a6911]
266
+ |
196
267
  2013-02-08 Michael Granger <ged@FaerieMUD.org>
197
268
 
198
- * .rvm.gems:
199
- Bump the version of less in rvmrc
200
- [9e0e513b260e]
201
-
202
- * assets/css/fivefish.css:
203
- Make the anchor and top links less obnoxious
204
- [5d4baba26c9e]
205
-
206
- * .rvm.gems, Rakefile:
207
- Update dependencies
208
- [380609a110db]
209
-
269
+ o * .rvm.gems:
270
+ | Bump the version of less in rvmrc
271
+ | [9e0e513b260e]
272
+ |
273
+ o * assets/css/fivefish.css:
274
+ | Make the anchor and top links less obnoxious
275
+ | [5d4baba26c9e]
276
+ |
277
+ o * .rvm.gems, Rakefile:
278
+ | Update dependencies
279
+ | [380609a110db]
280
+ |
210
281
  2012-12-10 Michael Granger <ged@FaerieMUD.org>
211
282
 
212
- * .rvm.gems, Rakefile, lib/fivefish.rb, lib/rdoc/discover.rb,
213
- lib/rdoc/generator/fivefish.rb:
214
- Update for RDoc 4
215
- [06e965cb1905]
216
-
283
+ o * .rvm.gems, Rakefile, lib/fivefish.rb, lib/rdoc/discover.rb,
284
+ | lib/rdoc/generator/fivefish.rb:
285
+ | Update for RDoc 4
286
+ | [06e965cb1905]
287
+ |
217
288
  2012-09-12 Michael Granger <ged@FaerieMUD.org>
218
289
 
219
- * .hgtags:
220
- Added tag v0.0.1 for changeset dc96dffc23e0
221
- [b33f8d965c61]
222
-
223
- * .hgsigs:
224
- Added signature for changeset e900e8771607
225
- [dc96dffc23e0] [v0.0.1]
226
-
227
- * History.rdoc:
228
- Update the history doc
229
- [e900e8771607]
230
-
231
- * tasks/bootstrap.rb:
232
- Clone instead of qcloning the bootstrap repo
233
- [ef81a5b81b7f]
234
-
235
- * tasks/bootstrap.rb:
236
- Use my bitbucket clone of bootstrap.
237
- [fd83414d9340]
238
-
239
- * README.rdoc:
240
- Updated the README.
241
- [6bef1f941287]
242
-
290
+ o * .hgtags:
291
+ | Added tag v0.0.1 for changeset dc96dffc23e0
292
+ | [b33f8d965c61]
293
+ |
294
+ o * .hgsigs:
295
+ | Added signature for changeset e900e8771607
296
+ | [dc96dffc23e0] [v0.0.1]
297
+ |
298
+ o * History.rdoc:
299
+ | Update the history doc
300
+ | [e900e8771607]
301
+ |
302
+ o * tasks/bootstrap.rb:
303
+ | Clone instead of qcloning the bootstrap repo
304
+ | [ef81a5b81b7f]
305
+ |
306
+ o * tasks/bootstrap.rb:
307
+ | Use my bitbucket clone of bootstrap.
308
+ | [fd83414d9340]
309
+ |
310
+ o * README.rdoc:
311
+ | Updated the README.
312
+ | [6bef1f941287]
313
+ |
243
314
  2012-07-27 Michael Granger <ged@FaerieMUD.org>
244
315
 
245
- * assets/css/fivefish.css:
246
- Adding line-height to description Ps
247
- [4eebebca05bc]
248
-
316
+ o * assets/css/fivefish.css:
317
+ | Adding line-height to description Ps
318
+ | [4eebebca05bc]
319
+ |
249
320
  2012-07-16 Michael Granger <ged@FaerieMUD.org>
250
321
 
251
- * assets/js/fivefish.js:
252
- Guard against empty search terms when assigning the window location.
253
- [b445ec11168d]
254
-
322
+ o * assets/js/fivefish.js:
323
+ | Guard against empty search terms when assigning the window location.
324
+ | [b445ec11168d]
325
+ |
255
326
  2012-07-03 Michael Granger <ged@FaerieMUD.org>
256
327
 
257
- * data/rdoc-generator-fivefish/templates/layout.tmpl:
258
- Fix mismatched closing tag
259
- [d915921801c2]
260
-
328
+ o * data/rdoc-generator-fivefish/templates/layout.tmpl:
329
+ | Fix mismatched closing tag
330
+ | [d915921801c2]
331
+ |
261
332
  2012-06-20 Michael Granger <ged@FaerieMUD.org>
262
333
 
263
- * data/rdoc-generator-fivefish/templates/layout.tmpl:
264
- Uniquify the class list in the dropdown menu.
265
- [b8526150b584]
266
-
267
- * .rvm.gems, Rakefile:
268
- Update dependencies.
269
- [39bc51d339d9]
270
-
271
- * assets/css/fivefish.css:
272
- Make default H3s less significant than default H2s. (fixes #1)
273
- [d55012b4d9f3]
274
-
334
+ o * data/rdoc-generator-fivefish/templates/layout.tmpl:
335
+ | Uniquify the class list in the dropdown menu.
336
+ | [b8526150b584]
337
+ |
338
+ o * .rvm.gems, Rakefile:
339
+ | Update dependencies.
340
+ | [39bc51d339d9]
341
+ |
342
+ o * assets/css/fivefish.css:
343
+ | Make default H3s less significant than default H2s. (fixes #1)
344
+ | [d55012b4d9f3]
345
+ |
275
346
  2012-06-06 Michael Granger <ged@FaerieMUD.org>
276
347
 
277
- * Merged with 57:b9337d344ae5
278
- [4ada6b47ee94]
279
-
280
- * .rvm.gems:
281
- Include hoe-deveiate in the RVMRC gemset
282
- [80edef24f833]
283
-
348
+ o * Merged with 57:b9337d344ae5
349
+ |\ [4ada6b47ee94]
350
+ | |
351
+ | o * .rvm.gems:
352
+ | | Include hoe-deveiate in the RVMRC gemset
353
+ | | [80edef24f833]
354
+ | |
284
355
  2012-05-30 Michael Granger <ged@FaerieMUD.org>
285
356
 
286
- * assets/css/fivefish.css:
287
- Try another CSS strategy for the offset anchor targets.
288
- [b9337d344ae5]
289
-
357
+ o | * assets/css/fivefish.css:
358
+ |/ Try another CSS strategy for the offset anchor targets.
359
+ | [b9337d344ae5]
360
+ |
290
361
  2012-05-21 Michael Granger <ged@FaerieMUD.org>
291
362
 
292
- * README.rdoc, assets/js/fivefish.js, assets/js/jquery.hotkeys.js:
293
- Add search hotkey shortcut
294
- [8331c3a93b42]
295
-
296
- * assets/css/fivefish.css:
297
- Make section H3s stand out
298
- [e969a0f6925c]
299
-
300
- * assets/css/fivefish.css:
301
- Fixed bottom margin for method aliases in class view
302
- [f5dc93c8a5cc]
303
-
363
+ o * README.rdoc, assets/js/fivefish.js, assets/js/jquery.hotkeys.js:
364
+ | Add search hotkey shortcut
365
+ | [8331c3a93b42]
366
+ |
367
+ o * assets/css/fivefish.css:
368
+ | Make section H3s stand out
369
+ | [e969a0f6925c]
370
+ |
371
+ o * assets/css/fivefish.css:
372
+ | Fixed bottom margin for method aliases in class view
373
+ | [f5dc93c8a5cc]
374
+ |
304
375
  2012-05-10 Michael Granger <ged@FaerieMUD.org>
305
376
 
306
- * .rvm.gems, Manifest.txt, Rakefile:
307
- Bump Inversion dependency to 0.10.
308
- [070425e539a0]
309
-
377
+ o * .rvm.gems, Manifest.txt, Rakefile:
378
+ | Bump Inversion dependency to 0.10.
379
+ | [070425e539a0]
380
+ |
310
381
  2012-05-07 Michael Granger <ged@FaerieMUD.org>
311
382
 
312
- * data/rdoc-generator-fivefish/templates/class.tmpl, data/rdoc-
313
- generator-fivefish/templates/index.tmpl,
314
- lib/rdoc/generator/fivefish.rb:
315
- Uniqueify classes and methods in the index lists.
316
- [b1409e3dd6d0]
317
-
383
+ o * data/rdoc-generator-fivefish/templates/class.tmpl, data/rdoc-
384
+ | generator-fivefish/templates/index.tmpl,
385
+ | lib/rdoc/generator/fivefish.rb:
386
+ | Uniqueify classes and methods in the index lists.
387
+ | [b1409e3dd6d0]
388
+ |
318
389
  2012-05-06 Michael Granger <ged@FaerieMUD.org>
319
390
 
320
- * assets/css/fivefish.css:
321
- Color section headers
322
- [58ecea31b86f]
323
-
391
+ o * assets/css/fivefish.css:
392
+ | Color section headers
393
+ | [58ecea31b86f]
394
+ |
324
395
  2012-05-05 Michael Granger <ged@FaerieMUD.org>
325
396
 
326
- * data/rdoc-generator-fivefish/templates/class.tmpl:
327
- Fix call-seq section for methods
328
- [c7f2f2e526de]
329
-
397
+ o * data/rdoc-generator-fivefish/templates/class.tmpl:
398
+ | Fix call-seq section for methods
399
+ | [c7f2f2e526de]
400
+ |
330
401
  2012-05-03 Michael Granger <ged@FaerieMUD.org>
331
402
 
332
- * data/rdoc-generator-fivefish/templates/class.tmpl:
333
- Allow in-files to wrap in the popover
334
- [767883a35bae]
335
-
336
- * assets/css/fivefish.css:
337
- Clean up the :target style a bit, give the footer some space
338
- [4f880994fae9]
339
-
403
+ o * data/rdoc-generator-fivefish/templates/class.tmpl:
404
+ | Allow in-files to wrap in the popover
405
+ | [767883a35bae]
406
+ |
407
+ o * assets/css/fivefish.css:
408
+ | Clean up the :target style a bit, give the footer some space
409
+ | [4f880994fae9]
410
+ |
340
411
  2012-05-02 Michael Granger <ged@FaerieMUD.org>
341
412
 
342
- * data/rdoc-generator-fivefish/templates/class.tmpl:
343
- Add a section for documenting superclass/includes/extensions
344
- [8d4d26d415eb]
345
-
346
- * assets/css/fivefish.css, assets/js/fivefish.js,
347
- assets/js/jquery.hotkeys.js, assets/js/stringscore.js, data/rdoc-
348
- generator-fivefish/templates/class.tmpl, data/rdoc-generator-
349
- fivefish/templates/layout.tmpl, tasks/bootstrap.rb,
350
- tasks/fivefish.rb:
351
- Replace experimental modal search with simpler search dropdown
352
- [2dd1e47301af]
353
-
354
- * lib/rdoc/generator/fivefish.rb:
355
- Remove leftover debugging dependency
356
- [c4b371b24a8b]
357
-
358
- * tasks/bootstrap.rb:
359
- Corrected name of the boostrap repo
360
- [8a2816ae7829]
361
-
413
+ o * data/rdoc-generator-fivefish/templates/class.tmpl:
414
+ | Add a section for documenting superclass/includes/extensions
415
+ | [8d4d26d415eb]
416
+ |
417
+ o * assets/css/fivefish.css, assets/js/fivefish.js,
418
+ | assets/js/jquery.hotkeys.js, assets/js/stringscore.js, data/rdoc-
419
+ | generator-fivefish/templates/class.tmpl, data/rdoc-generator-
420
+ | fivefish/templates/layout.tmpl, tasks/bootstrap.rb,
421
+ | tasks/fivefish.rb:
422
+ | Replace experimental modal search with simpler search dropdown
423
+ | [2dd1e47301af]
424
+ |
425
+ o * lib/rdoc/generator/fivefish.rb:
426
+ | Remove leftover debugging dependency
427
+ | [c4b371b24a8b]
428
+ |
429
+ o * tasks/bootstrap.rb:
430
+ | Corrected name of the boostrap repo
431
+ | [8a2816ae7829]
432
+ |
362
433
  2012-04-19 Michael Granger <ged@FaerieMUD.org>
363
434
 
364
- * data/rdoc-generator-fivefish/templates/index.tmpl,
365
- lib/rdoc/generator/fivefish.rb:
366
- Handle the lack of a main page
367
- [ee0ddf2fabcf]
368
-
369
- * lib/rdoc/generator/fivefish.rb:
370
- Read templates as UTF-8
371
- [1e5485f81d96]
372
-
435
+ o * data/rdoc-generator-fivefish/templates/index.tmpl,
436
+ | lib/rdoc/generator/fivefish.rb:
437
+ | Handle the lack of a main page
438
+ | [ee0ddf2fabcf]
439
+ |
440
+ o * lib/rdoc/generator/fivefish.rb:
441
+ | Read templates as UTF-8
442
+ | [1e5485f81d96]
443
+ |
373
444
  2012-04-12 Michael Granger <ged@FaerieMUD.org>
374
445
 
375
- * data/rdoc-generator-fivefish/templates/layout.tmpl:
376
- Link to the fivefish page on deveiate
377
- [9867f57bb826]
378
-
446
+ o * data/rdoc-generator-fivefish/templates/layout.tmpl:
447
+ | Link to the fivefish page on deveiate
448
+ | [9867f57bb826]
449
+ |
379
450
  2012-04-08 Michael Granger <ged@FaerieMUD.org>
380
451
 
381
- * assets/css/fivefish.css:
382
- Make CODE tags the same color as PREs
383
- [134a5fca4f1a]
384
-
452
+ o * assets/css/fivefish.css:
453
+ | Make CODE tags the same color as PREs
454
+ | [134a5fca4f1a]
455
+ |
385
456
  2012-04-07 Michael Granger <ged@FaerieMUD.org>
386
457
 
387
- * assets/js/fivefish.js, data/rdoc-generator-
388
- fivefish/templates/layout.tmpl:
389
- Read link prefixes from the page, highlight index search matches
390
- [d68749340ff4]
391
-
392
- * assets/css/fivefish.css:
393
- Switch code highlighting to light theme based on Solarized, populate
394
- empty index search areas
395
- [ec892c1f462d]
396
-
397
- * tasks/fivefish.rb:
398
- Don't compress fivefish.css, as Less fscks up the ordering
399
- [27f0ddeb23b0]
400
-
458
+ o * assets/js/fivefish.js, data/rdoc-generator-
459
+ | fivefish/templates/layout.tmpl:
460
+ | Read link prefixes from the page, highlight index search matches
461
+ | [d68749340ff4]
462
+ |
463
+ o * assets/css/fivefish.css:
464
+ | Switch code highlighting to light theme based on Solarized, populate
465
+ | empty index search areas
466
+ | [ec892c1f462d]
467
+ |
468
+ o * tasks/fivefish.rb:
469
+ | Don't compress fivefish.css, as Less fscks up the ordering
470
+ | [27f0ddeb23b0]
471
+ |
401
472
  2012-04-06 Michael Granger <ged@FaerieMUD.org>
402
473
 
403
- * assets/js/fivefish.js, lib/rdoc/generator/fivefish.rb:
404
- Checkpoint of work on the searchbox
405
- [70ae433154db]
406
-
407
- * assets/css/fivefish.css, assets/js/fivefish.js, data/rdoc-generator-
408
- fivefish/templates/layout.tmpl, lib/rdoc/generator/fivefish.rb:
409
- Start converting search to a Bootstrap modal component
410
- [ca55b579db09]
411
-
474
+ o * assets/js/fivefish.js, lib/rdoc/generator/fivefish.rb:
475
+ | Checkpoint of work on the searchbox
476
+ | [70ae433154db]
477
+ |
478
+ o * assets/css/fivefish.css, assets/js/fivefish.js, data/rdoc-generator-
479
+ | fivefish/templates/layout.tmpl, lib/rdoc/generator/fivefish.rb:
480
+ | Start converting search to a Bootstrap modal component
481
+ | [ca55b579db09]
482
+ |
412
483
  2012-04-04 Michael Granger <ged@FaerieMUD.org>
413
484
 
414
- * assets/css/fivefish.css, assets/js/fivefish.js, data/rdoc-generator-
415
- fivefish/templates/layout.tmpl, lib/rdoc/generator/fivefish.rb,
416
- tasks/bootstrap.rb, tasks/fonts.rb:
417
- Start reworking search a bit
418
- [d30a98a6c599]
419
-
420
- * .hgignore:
421
- Merged with e198a1b8b529
422
- [9af3e880bc46]
423
-
485
+ o * assets/css/fivefish.css, assets/js/fivefish.js, data/rdoc-generator-
486
+ | fivefish/templates/layout.tmpl, lib/rdoc/generator/fivefish.rb,
487
+ | tasks/bootstrap.rb, tasks/fonts.rb:
488
+ | Start reworking search a bit
489
+ | [d30a98a6c599]
490
+ |
491
+ o * .hgignore:
492
+ |\ Merged with e198a1b8b529
493
+ | | [9af3e880bc46]
494
+ | |
424
495
  2012-04-03 Michael Granger <ged@FaerieMUD.org>
425
496
 
426
- * .hgignore, assets/img/glyphicons-halflings-white.png, assets/img
427
- /glyphicons-halflings.png, assets/js/bootstrap.js, data/rdoc-
428
- generator-fivefish/css/fivefish.min.css, data/rdoc-generator-
429
- fivefish/js/fivefish.min.js:
430
- Remove generated sources
431
- [e198a1b8b529]
432
-
497
+ | o * .hgignore, assets/img/glyphicons-halflings-white.png, assets/img
498
+ | | /glyphicons-halflings.png, assets/js/bootstrap.js, data/rdoc-
499
+ | | generator-fivefish/css/fivefish.min.css, data/rdoc-generator-
500
+ | | fivefish/js/fivefish.min.js:
501
+ | | Remove generated sources
502
+ | | [e198a1b8b529]
503
+ | |
433
504
  2012-04-04 Michael Granger <ged@FaerieMUD.org>
434
505
 
435
- * Manifest.txt, data/rdoc-generator-fivefish/css/fivefish.min.css:
436
- Add minified bootstrap.js to the manifest
437
- [cfaa6a9fe04c]
438
-
439
- * .hgignore, assets/js/bootstrap.js, assets/js/fivefish.js, data/rdoc-
440
- generator-fivefish/js/fivefish.min.js, data/rdoc-generator-
441
- fivefish/templates/layout.tmpl, tasks/bootstrap.rb,
442
- tasks/fivefish.rb:
443
- Checkpoint
444
- [86c7949ee51c]
445
-
506
+ o | * Manifest.txt, data/rdoc-generator-fivefish/css/fivefish.min.css:
507
+ | | Add minified bootstrap.js to the manifest
508
+ | | [cfaa6a9fe04c]
509
+ | |
510
+ o | * .hgignore, assets/js/bootstrap.js, assets/js/fivefish.js, data/rdoc-
511
+ |/ generator-fivefish/js/fivefish.min.js, data/rdoc-generator-
512
+ | fivefish/templates/layout.tmpl, tasks/bootstrap.rb,
513
+ | tasks/fivefish.rb:
514
+ | Checkpoint
515
+ | [86c7949ee51c]
516
+ |
446
517
  2012-04-03 Michael Granger <ged@FaerieMUD.org>
447
518
 
448
- * .hoerc, .rvm.gems, Manifest.txt, README.rdoc, Rakefile,
449
- assets/css/fivefish.css, assets/fonts/OFL.txt, assets/img
450
- /glyphicons-halflings-white.png, assets/img/glyphicons-
451
- halflings.png, assets/js/bootstrap.js, assets/js/fivefish.js,
452
- assets/js/jquery.dropdown.js, assets/js/jquery.hotkeys.js, data
453
- /rdoc-generator-fivefish/css/bootstrap-responsive.min.css, data
454
- /rdoc-generator-fivefish/css/bootstrap.min.css, data/rdoc-generator-
455
- fivefish/css/fivefish.css, data/rdoc-generator-
456
- fivefish/css/fivefish.min.css, data/rdoc-generator-
457
- fivefish/fonts/OFL.txt, data/rdoc-generator-fivefish/img/glyphicons-
458
- halflings-white.png, data/rdoc-generator-fivefish/img/glyphicons-
459
- halflings.png, data/rdoc-generator-fivefish/js/bootstrap.min.js,
460
- data/rdoc-generator-fivefish/js/fivefish.js, data/rdoc-generator-
461
- fivefish/js/fivefish.min.js, data/rdoc-generator-
462
- fivefish/js/jquery.dropdown.js, data/rdoc-generator-
463
- fivefish/js/jquery.hotkeys.js, data/rdoc-generator-fivefish
464
- /prototype-classpage.html, data/rdoc-generator-
465
- fivefish/prototype.html, data/rdoc-generator-fivefish/templates
466
- /devel-layout.tmpl, data/rdoc-generator-
467
- fivefish/templates/layout.tmpl, lib/rdoc/generator/fivefish.rb,
468
- tasks/bootstrap.rb, tasks/fivefish.rb, tasks/fonts.rb:
469
- Checkpoint of generated assets change
470
- [aba63c3b26ac]
471
-
472
- * Manifest.txt:
473
- Trim the manifest down to what it should be ideally
474
- [9133db708798]
475
-
476
- * tasks/bootstrap.rb:
477
- Add a Rake task lib for bootstrap stuff
478
- [be8de627625b]
479
-
480
- * Rakefile, assets/fonts/IstokWeb-Bold.ttf, assets/fonts/IstokWeb-
481
- BoldItalic.ttf, assets/fonts/IstokWeb-Italic.ttf, assets/fonts
482
- /IstokWeb-Regular.ttf, data/rdoc-generator-fivefish/fonts/IstokWeb-
483
- Bold.ttf, data/rdoc-generator-fivefish/fonts/IstokWeb-
484
- BoldItalic.ttf, data/rdoc-generator-fivefish/fonts/IstokWeb-
485
- Italic.ttf, data/rdoc-generator-fivefish/fonts/IstokWeb-Regular.ttf,
486
- data/rdoc-generator-fivefish/js/fivefish.js, data/rdoc-generator-
487
- fivefish/templates/devel-layout.tmpl, data/rdoc-generator-
488
- fivefish/templates/layout.tmpl, lib/rdoc/generator/fivefish.rb:
489
- Checkpoint
490
- [6f47213e31e5]
491
-
519
+ o * .hoerc, .rvm.gems, Manifest.txt, README.rdoc, Rakefile,
520
+ | assets/css/fivefish.css, assets/fonts/OFL.txt, assets/img
521
+ | /glyphicons-halflings-white.png, assets/img/glyphicons-
522
+ | halflings.png, assets/js/bootstrap.js, assets/js/fivefish.js,
523
+ | assets/js/jquery.dropdown.js, assets/js/jquery.hotkeys.js, data
524
+ | /rdoc-generator-fivefish/css/bootstrap-responsive.min.css, data
525
+ | /rdoc-generator-fivefish/css/bootstrap.min.css, data/rdoc-generator-
526
+ | fivefish/css/fivefish.css, data/rdoc-generator-
527
+ | fivefish/css/fivefish.min.css, data/rdoc-generator-
528
+ | fivefish/fonts/OFL.txt, data/rdoc-generator-fivefish/img/glyphicons-
529
+ | halflings-white.png, data/rdoc-generator-fivefish/img/glyphicons-
530
+ | halflings.png, data/rdoc-generator-fivefish/js/bootstrap.min.js,
531
+ | data/rdoc-generator-fivefish/js/fivefish.js, data/rdoc-generator-
532
+ | fivefish/js/fivefish.min.js, data/rdoc-generator-
533
+ | fivefish/js/jquery.dropdown.js, data/rdoc-generator-
534
+ | fivefish/js/jquery.hotkeys.js, data/rdoc-generator-fivefish
535
+ | /prototype-classpage.html, data/rdoc-generator-
536
+ | fivefish/prototype.html, data/rdoc-generator-fivefish/templates
537
+ | /devel-layout.tmpl, data/rdoc-generator-
538
+ | fivefish/templates/layout.tmpl, lib/rdoc/generator/fivefish.rb,
539
+ | tasks/bootstrap.rb, tasks/fivefish.rb, tasks/fonts.rb:
540
+ | Checkpoint of generated assets change
541
+ | [aba63c3b26ac]
542
+ |
543
+ o * Manifest.txt:
544
+ | Trim the manifest down to what it should be ideally
545
+ | [9133db708798]
546
+ |
547
+ o * tasks/bootstrap.rb:
548
+ | Add a Rake task lib for bootstrap stuff
549
+ | [be8de627625b]
550
+ |
551
+ o * Rakefile, assets/fonts/IstokWeb-Bold.ttf, assets/fonts/IstokWeb-
552
+ | BoldItalic.ttf, assets/fonts/IstokWeb-Italic.ttf, assets/fonts
553
+ | /IstokWeb-Regular.ttf, data/rdoc-generator-fivefish/fonts/IstokWeb-
554
+ | Bold.ttf, data/rdoc-generator-fivefish/fonts/IstokWeb-
555
+ | BoldItalic.ttf, data/rdoc-generator-fivefish/fonts/IstokWeb-
556
+ | Italic.ttf, data/rdoc-generator-fivefish/fonts/IstokWeb-Regular.ttf,
557
+ | data/rdoc-generator-fivefish/js/fivefish.js, data/rdoc-generator-
558
+ | fivefish/templates/devel-layout.tmpl, data/rdoc-generator-
559
+ | fivefish/templates/layout.tmpl, lib/rdoc/generator/fivefish.rb:
560
+ | Checkpoint
561
+ | [6f47213e31e5]
562
+ |
492
563
  2012-04-02 Michael Granger <ged@FaerieMUD.org>
493
564
 
494
- * .rvm.gems, Rakefile, data/rdoc-generator-fivefish/js/fivefish.js,
495
- data/rdoc-generator-fivefish/templates/file.tmpl,
496
- lib/rdoc/generator/fivefish.rb:
497
- First whack at the quicksearch
498
- [2aedd78b8195]
499
-
500
- * data/rdoc-generator-fivefish/css/fivefish.css, data/rdoc-generator-
501
- fivefish/js/fivefish.js, data/rdoc-generator-
502
- fivefish/templates/index.tmpl, lib/rdoc/generator/fivefish.rb:
503
- Work on the source-toggle, index view
504
- [dfce59e01bf2]
505
-
565
+ o * .rvm.gems, Rakefile, data/rdoc-generator-fivefish/js/fivefish.js,
566
+ | data/rdoc-generator-fivefish/templates/file.tmpl,
567
+ | lib/rdoc/generator/fivefish.rb:
568
+ | First whack at the quicksearch
569
+ | [2aedd78b8195]
570
+ |
571
+ o * data/rdoc-generator-fivefish/css/fivefish.css, data/rdoc-generator-
572
+ | fivefish/js/fivefish.js, data/rdoc-generator-
573
+ | fivefish/templates/index.tmpl, lib/rdoc/generator/fivefish.rb:
574
+ | Work on the source-toggle, index view
575
+ | [dfce59e01bf2]
576
+ |
506
577
  2012-04-01 Michael Granger <ged@FaerieMUD.org>
507
578
 
508
- * .rvm.gems, Rakefile:
509
- Updating to Inversion 0.8
510
- [0974c250f677]
511
-
579
+ o * .rvm.gems, Rakefile:
580
+ | Updating to Inversion 0.8
581
+ | [0974c250f677]
582
+ |
512
583
  2012-03-31 Michael Granger <ged@FaerieMUD.org>
513
584
 
514
- * .rvm.gems, Rakefile, data/rdoc-generator-
515
- fivefish/css/bootstrap.min.css, data/rdoc-generator-
516
- fivefish/css/fivefish.css, data/rdoc-generator-
517
- fivefish/js/bootstrap.min.js, data/rdoc-generator-
518
- fivefish/js/fivefish.js, data/rdoc-generator-
519
- fivefish/js/jquery.dropdown.js, data/rdoc-generator-
520
- fivefish/js/jquery.hotkeys.js, data/rdoc-generator-
521
- fivefish/templates/class.tmpl, data/rdoc-generator-
522
- fivefish/templates/index.tmpl, data/rdoc-generator-
523
- fivefish/templates/layout.tmpl, lib/rdoc/generator/fivefish.rb:
524
- Checkpoint commit
525
- [bd533dd5f839]
526
-
585
+ o * .rvm.gems, Rakefile, data/rdoc-generator-
586
+ | fivefish/css/bootstrap.min.css, data/rdoc-generator-
587
+ | fivefish/css/fivefish.css, data/rdoc-generator-
588
+ | fivefish/js/bootstrap.min.js, data/rdoc-generator-
589
+ | fivefish/js/fivefish.js, data/rdoc-generator-
590
+ | fivefish/js/jquery.dropdown.js, data/rdoc-generator-
591
+ | fivefish/js/jquery.hotkeys.js, data/rdoc-generator-
592
+ | fivefish/templates/class.tmpl, data/rdoc-generator-
593
+ | fivefish/templates/index.tmpl, data/rdoc-generator-
594
+ | fivefish/templates/layout.tmpl, lib/rdoc/generator/fivefish.rb:
595
+ | Checkpoint commit
596
+ | [bd533dd5f839]
597
+ |
527
598
  2012-03-21 Michael Granger <ged@FaerieMUD.org>
528
599
 
529
- * data/rdoc-generator-fivefish/css/fivefish.css, data/rdoc-generator-
530
- fivefish/templates/class.tmpl, lib/rdoc/generator/fivefish.rb:
531
- Visual tweaks, make the classes of method-sections more useful
532
- [71f937daec29]
533
-
600
+ o * data/rdoc-generator-fivefish/css/fivefish.css, data/rdoc-generator-
601
+ | fivefish/templates/class.tmpl, lib/rdoc/generator/fivefish.rb:
602
+ | Visual tweaks, make the classes of method-sections more useful
603
+ | [71f937daec29]
604
+ |
534
605
  2012-03-19 Michael Granger <ged@FaerieMUD.org>
535
606
 
536
- * data/rdoc-generator-fivefish/templates/class.tmpl:
537
- Fix the "in files" and namespace sections of the class template
538
- [c8cc6f0c1dfb]
539
-
607
+ o * data/rdoc-generator-fivefish/templates/class.tmpl:
608
+ | Fix the "in files" and namespace sections of the class template
609
+ | [c8cc6f0c1dfb]
610
+ |
540
611
  2012-03-16 Michael Granger <ged@FaerieMUD.org>
541
612
 
542
- * data/rdoc-generator-fivefish/css/fivefish.css:
543
- Fix source code display (rehide for now)
544
- [3108e8019c61]
545
-
546
- * .rvm.gems, Rakefile:
547
- Depend on Inversion 0.6.1
548
- [9c8c63ade57f]
549
-
550
- * data/rdoc-generator-fivefish/css/fivefish.css:
551
- Switch to Google fonts for the time being
552
- [cd7480256f36]
553
-
554
- * .hgignore, .hoerc, Manifest.txt, Rakefile:
555
- Update build system
556
- [c68ddcf860f7]
557
-
558
- * Manifest.txt, Rakefile, data/rdoc-generator-
559
- fivefish/css/fivefish.css, data/rdoc-generator-fivefish/fonts
560
- /IstokWeb-Bold.ttf, data/rdoc-generator-fivefish/fonts/IstokWeb-
561
- BoldItalic.ttf, data/rdoc-generator-fivefish/fonts/IstokWeb-
562
- Italic.ttf, data/rdoc-generator-fivefish/fonts/IstokWeb-Regular.ttf,
563
- data/rdoc-generator-fivefish/fonts/OFL.txt:
564
- Checkpoint commit
565
- [6cc238d570fa]
566
-
613
+ o * data/rdoc-generator-fivefish/css/fivefish.css:
614
+ | Fix source code display (rehide for now)
615
+ | [3108e8019c61]
616
+ |
617
+ o * .rvm.gems, Rakefile:
618
+ | Depend on Inversion 0.6.1
619
+ | [9c8c63ade57f]
620
+ |
621
+ o * data/rdoc-generator-fivefish/css/fivefish.css:
622
+ | Switch to Google fonts for the time being
623
+ | [cd7480256f36]
624
+ |
625
+ o * .hgignore, .hoerc, Manifest.txt, Rakefile:
626
+ | Update build system
627
+ | [c68ddcf860f7]
628
+ |
629
+ o * Manifest.txt, Rakefile, data/rdoc-generator-
630
+ | fivefish/css/fivefish.css, data/rdoc-generator-fivefish/fonts
631
+ | /IstokWeb-Bold.ttf, data/rdoc-generator-fivefish/fonts/IstokWeb-
632
+ | BoldItalic.ttf, data/rdoc-generator-fivefish/fonts/IstokWeb-
633
+ | Italic.ttf, data/rdoc-generator-fivefish/fonts/IstokWeb-Regular.ttf,
634
+ | data/rdoc-generator-fivefish/fonts/OFL.txt:
635
+ | Checkpoint commit
636
+ | [6cc238d570fa]
637
+ |
567
638
  2012-03-14 Michael Granger <ged@FaerieMUD.org>
568
639
 
569
- * data/rdoc-generator-fivefish/css/fivefish.css:
570
- Code section/description cleanup
571
- [8759afdf52cc]
572
-
573
- * data/rdoc-generator-fivefish/css/fivefish.css, data/rdoc-generator-
574
- fivefish/templates/class.tmpl, lib/rdoc/generator/fivefish.rb:
575
- Presentation cleanup, some namespace fixes for the templates,
576
- DATADIR from ENV support
577
- [562065ecec19]
578
-
579
- * lib/rdoc/generator/fivefish.rb:
580
- Fix the dev datadir path
581
- [661f51b70efb]
582
-
583
- * Manifest.txt:
584
- Fix the manifest
585
- [c26379b81450]
586
-
587
- * data/fivefish/css/bootstrap-responsive.min.css,
588
- data/fivefish/css/bootstrap.min.css, data/fivefish/css/fivefish.css,
589
- data/fivefish/img/glyphicons-halflings-white.png, data/fivefish/img
590
- /glyphicons-halflings.png, data/fivefish/js/bootstrap.min.js,
591
- data/fivefish/js/fivefish.js, data/fivefish/js/jquery-1.7.1.min.js,
592
- data/fivefish/prototype-classpage.html,
593
- data/fivefish/prototype.html, data/fivefish/templates/class.tmpl,
594
- data/fivefish/templates/file.tmpl,
595
- data/fivefish/templates/index.tmpl,
596
- data/fivefish/templates/layout.tmpl, data/rdoc-generator-
597
- fivefish/css/bootstrap-responsive.min.css, data/rdoc-generator-
598
- fivefish/css/bootstrap.min.css, data/rdoc-generator-
599
- fivefish/css/fivefish.css, data/rdoc-generator-fivefish/img
600
- /glyphicons-halflings-white.png, data/rdoc-generator-fivefish/img
601
- /glyphicons-halflings.png, data/rdoc-generator-
602
- fivefish/js/bootstrap.min.js, data/rdoc-generator-
603
- fivefish/js/fivefish.js, data/rdoc-generator-
604
- fivefish/js/jquery-1.7.1.min.js, data/rdoc-generator-fivefish
605
- /prototype-classpage.html, data/rdoc-generator-
606
- fivefish/prototype.html, data/rdoc-generator-
607
- fivefish/templates/class.tmpl, data/rdoc-generator-
608
- fivefish/templates/file.tmpl, data/rdoc-generator-
609
- fivefish/templates/index.tmpl, data/rdoc-generator-
610
- fivefish/templates/layout.tmpl:
611
- Fix the name of the data directory
612
- [6bc0c6a72134]
613
-
614
- * lib/rdoc/generator/fivefish.rb:
615
- Fix the data-directory finder
616
- [8899160997ea]
617
-
618
- * Manifest.txt:
619
- Update the manifest
620
- [25da78cfaa06]
621
-
622
- * .hoerc:
623
- Fix the project .hoerc
624
- [0359ef915e3d]
625
-
626
- * .hoerc, Manifest.txt, Rakefile, data/fivefish/css/bootstrap-
627
- responsive.css, data/fivefish/css/bootstrap.css,
628
- data/fivefish/css/fivefish.css, data/fivefish/js/bootstrap.js,
629
- data/fivefish/js/fivefish.js, data/fivefish/js/jquery-1.7.1.js,
630
- data/fivefish/js/jquery-1.7.1.min.js,
631
- data/fivefish/templates/class.tmpl,
632
- data/fivefish/templates/layout.tmpl:
633
- Checkpoint commit
634
- [ab2cefa70174]
635
-
640
+ o * data/rdoc-generator-fivefish/css/fivefish.css:
641
+ | Code section/description cleanup
642
+ | [8759afdf52cc]
643
+ |
644
+ o * data/rdoc-generator-fivefish/css/fivefish.css, data/rdoc-generator-
645
+ | fivefish/templates/class.tmpl, lib/rdoc/generator/fivefish.rb:
646
+ | Presentation cleanup, some namespace fixes for the templates,
647
+ | DATADIR from ENV support
648
+ | [562065ecec19]
649
+ |
650
+ o * lib/rdoc/generator/fivefish.rb:
651
+ | Fix the dev datadir path
652
+ | [661f51b70efb]
653
+ |
654
+ o * Manifest.txt:
655
+ | Fix the manifest
656
+ | [c26379b81450]
657
+ |
658
+ o * data/fivefish/css/bootstrap-responsive.min.css,
659
+ | data/fivefish/css/bootstrap.min.css, data/fivefish/css/fivefish.css,
660
+ | data/fivefish/img/glyphicons-halflings-white.png, data/fivefish/img
661
+ | /glyphicons-halflings.png, data/fivefish/js/bootstrap.min.js,
662
+ | data/fivefish/js/fivefish.js, data/fivefish/js/jquery-1.7.1.min.js,
663
+ | data/fivefish/prototype-classpage.html,
664
+ | data/fivefish/prototype.html, data/fivefish/templates/class.tmpl,
665
+ | data/fivefish/templates/file.tmpl,
666
+ | data/fivefish/templates/index.tmpl,
667
+ | data/fivefish/templates/layout.tmpl, data/rdoc-generator-
668
+ | fivefish/css/bootstrap-responsive.min.css, data/rdoc-generator-
669
+ | fivefish/css/bootstrap.min.css, data/rdoc-generator-
670
+ | fivefish/css/fivefish.css, data/rdoc-generator-fivefish/img
671
+ | /glyphicons-halflings-white.png, data/rdoc-generator-fivefish/img
672
+ | /glyphicons-halflings.png, data/rdoc-generator-
673
+ | fivefish/js/bootstrap.min.js, data/rdoc-generator-
674
+ | fivefish/js/fivefish.js, data/rdoc-generator-
675
+ | fivefish/js/jquery-1.7.1.min.js, data/rdoc-generator-fivefish
676
+ | /prototype-classpage.html, data/rdoc-generator-
677
+ | fivefish/prototype.html, data/rdoc-generator-
678
+ | fivefish/templates/class.tmpl, data/rdoc-generator-
679
+ | fivefish/templates/file.tmpl, data/rdoc-generator-
680
+ | fivefish/templates/index.tmpl, data/rdoc-generator-
681
+ | fivefish/templates/layout.tmpl:
682
+ | Fix the name of the data directory
683
+ | [6bc0c6a72134]
684
+ |
685
+ o * lib/rdoc/generator/fivefish.rb:
686
+ | Fix the data-directory finder
687
+ | [8899160997ea]
688
+ |
689
+ o * Manifest.txt:
690
+ | Update the manifest
691
+ | [25da78cfaa06]
692
+ |
693
+ o * .hoerc:
694
+ | Fix the project .hoerc
695
+ | [0359ef915e3d]
696
+ |
697
+ o * .hoerc, Manifest.txt, Rakefile, data/fivefish/css/bootstrap-
698
+ | responsive.css, data/fivefish/css/bootstrap.css,
699
+ | data/fivefish/css/fivefish.css, data/fivefish/js/bootstrap.js,
700
+ | data/fivefish/js/fivefish.js, data/fivefish/js/jquery-1.7.1.js,
701
+ | data/fivefish/js/jquery-1.7.1.min.js,
702
+ | data/fivefish/templates/class.tmpl,
703
+ | data/fivefish/templates/layout.tmpl:
704
+ | Checkpoint commit
705
+ | [ab2cefa70174]
706
+ |
636
707
  2012-03-13 Michael Granger <ged@FaerieMUD.org>
637
708
 
638
- * .rvm.gems, data/fivefish/templates/class.tmpl,
639
- data/fivefish/templates/layout.tmpl, lib/rdoc/generator/fivefish.rb:
640
- Checkpoint commit; got class views rendering, but not styled
641
- [021779066b77]
642
-
709
+ o * .rvm.gems, data/fivefish/templates/class.tmpl,
710
+ | data/fivefish/templates/layout.tmpl, lib/rdoc/generator/fivefish.rb:
711
+ | Checkpoint commit; got class views rendering, but not styled
712
+ | [021779066b77]
713
+ |
643
714
  2012-03-12 Michael Granger <ged@FaerieMUD.org>
644
715
 
645
- * .hgignore, .rvm.gems, History.rdoc, README.rdoc, Rakefile,
646
- data/fivefish/css/bootstrap-responsive.css, data/fivefish/css
647
- /bootstrap-responsive.min.css, data/fivefish/css/bootstrap.css,
648
- data/fivefish/css/bootstrap.min.css, data/fivefish/css/fivefish.css,
649
- data/fivefish/img/glyphicons-halflings-white.png, data/fivefish/img
650
- /glyphicons-halflings.png, data/fivefish/js/bootstrap.js,
651
- data/fivefish/js/bootstrap.min.js, data/fivefish/js/fivefish.js,
652
- data/fivefish/js/jquery-1.7.1.js, data/fivefish/prototype-
653
- classpage.html, data/fivefish/prototype.html,
654
- data/fivefish/templates/class.tmpl,
655
- data/fivefish/templates/file.tmpl,
656
- data/fivefish/templates/index.tmpl,
657
- data/fivefish/templates/layout.tmpl, lib/fivefish.rb,
658
- lib/rdoc/discover.rb, lib/rdoc/generator/fivefish.rb:
659
- Checkpoint commit
660
- [083bb9b1a6de]
661
-
716
+ o * .hgignore, .rvm.gems, History.rdoc, README.rdoc, Rakefile,
717
+ | data/fivefish/css/bootstrap-responsive.css, data/fivefish/css
718
+ | /bootstrap-responsive.min.css, data/fivefish/css/bootstrap.css,
719
+ | data/fivefish/css/bootstrap.min.css, data/fivefish/css/fivefish.css,
720
+ | data/fivefish/img/glyphicons-halflings-white.png, data/fivefish/img
721
+ | /glyphicons-halflings.png, data/fivefish/js/bootstrap.js,
722
+ | data/fivefish/js/bootstrap.min.js, data/fivefish/js/fivefish.js,
723
+ | data/fivefish/js/jquery-1.7.1.js, data/fivefish/prototype-
724
+ | classpage.html, data/fivefish/prototype.html,
725
+ | data/fivefish/templates/class.tmpl,
726
+ | data/fivefish/templates/file.tmpl,
727
+ | data/fivefish/templates/index.tmpl,
728
+ | data/fivefish/templates/layout.tmpl, lib/fivefish.rb,
729
+ | lib/rdoc/discover.rb, lib/rdoc/generator/fivefish.rb:
730
+ | Checkpoint commit
731
+ | [083bb9b1a6de]
732
+ |
662
733
  2012-03-11 Michael Granger <ged@FaerieMUD.org>
663
734
 
664
- * lib/fivefish.rb, lib/rdoc/generator/fivefish.rb:
665
- Move fivefish.rb into the right subdirectory
666
- [0c3cc13f6b4b]
667
-
668
- * bin/fivefish:
669
- Remove bin/ directory
670
- [789988325927]
671
-
672
- * .autotest, .rvmrc, Manifest.txt, Rakefile, bin/fivefish,
673
- lib/fivefish.rb:
674
- Initial hoe project template
675
- [c443aac1fa2d]
735
+ o * lib/fivefish.rb, lib/rdoc/generator/fivefish.rb:
736
+ | Move fivefish.rb into the right subdirectory
737
+ | [0c3cc13f6b4b]
738
+ |
739
+ o * bin/fivefish:
740
+ | Remove bin/ directory
741
+ | [789988325927]
742
+ |
743
+ o * .autotest, .rvmrc, Manifest.txt, Rakefile, bin/fivefish,
744
+ lib/fivefish.rb:
745
+ Initial hoe project template
746
+ [c443aac1fa2d]