yard-ghpages 0.0.1 → 0.0.2
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/README.md +26 -2
- data/doc/Yard.html +6 -6
- data/doc/Yard/GHPages.html +7 -7
- data/doc/Yard/GHPages/BranchMerger.html +67 -15
- data/doc/Yard/GHPages/Tasks.html +12 -12
- data/doc/_index.html +7 -7
- data/doc/class_list.html +7 -2
- data/doc/css/style.css +2 -1
- data/doc/file.README.html +36 -12
- data/doc/file_list.html +7 -2
- data/doc/frames.html +5 -7
- data/doc/index.html +36 -12
- data/doc/js/app.js +7 -2
- data/doc/js/full_list.js +11 -3
- data/doc/method_list.html +19 -22
- data/doc/top-level-namespace.html +6 -6
- data/lib/yard-ghpages/version.rb +1 -1
- data/yard-ghpages.gemspec +3 -3
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f20c9703408a446b8dc19514e37a5378ec0b9e0f
|
4
|
+
data.tar.gz: abe294fc9ff426a40ef1b60e88105a2a4fe6a09c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 854d3dd5b3b0a9aa74981c866621ed5a696b7857a864a2fad21161daeeb579e1b688dfa5a1308b201b84db21ea5b2f899c738298c2957f22b82e7410c35d4ec3
|
7
|
+
data.tar.gz: 7e447ef88e06d556571493fb99b8c90dec8a32eda49d5bc2179e511b7df5489a6b71afdec3a5bea1e113a822501bedea8424de63b29c3c347bb61e7372b7f801
|
data/README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# Yard::GHPages
|
2
2
|
|
3
|
-
|
3
|
+
A simple set of Rake tasks that generates Yard docs and publishes them to github
|
4
|
+
pages.
|
4
5
|
|
5
6
|
## Installation
|
6
7
|
|
@@ -18,7 +19,30 @@ Or install it yourself as:
|
|
18
19
|
|
19
20
|
## Usage
|
20
21
|
|
21
|
-
|
22
|
+
This gem exposes two new rake tasks: `yard:build` and `yard:publish`.
|
23
|
+
|
24
|
+
To use this gem, install in the `Rakefile`.
|
25
|
+
```
|
26
|
+
require 'yard-ghpages'
|
27
|
+
Yard::GHPages::Tasks.install_tasks
|
28
|
+
```
|
29
|
+
|
30
|
+
Build the yard docs.
|
31
|
+
```
|
32
|
+
rake yard:build
|
33
|
+
```
|
34
|
+
|
35
|
+
Commit the changes.
|
36
|
+
```
|
37
|
+
git commit -am 'Update yard docs'
|
38
|
+
```
|
39
|
+
|
40
|
+
Publish the docs to github pages.
|
41
|
+
```
|
42
|
+
rake yard:publish
|
43
|
+
```
|
44
|
+
|
45
|
+
Easy as that!
|
22
46
|
|
23
47
|
## Contributing
|
24
48
|
|
data/doc/Yard.html
CHANGED
@@ -6,18 +6,18 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Yard
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!"
|
20
|
+
framesUrl = "frames.html#!Yard.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -108,9 +108,9 @@
|
|
108
108
|
</div>
|
109
109
|
|
110
110
|
<div id="footer">
|
111
|
-
Generated on
|
111
|
+
Generated on Sun Mar 6 11:32:13 2016 by
|
112
112
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
113
|
-
0.8.
|
113
|
+
0.8.7.6 (ruby-2.2.3).
|
114
114
|
</div>
|
115
115
|
|
116
116
|
</body>
|
data/doc/Yard/GHPages.html
CHANGED
@@ -6,18 +6,18 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Yard::GHPages
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!"
|
20
|
+
framesUrl = "../frames.html#!Yard/GHPages.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -104,7 +104,7 @@
|
|
104
104
|
<dt id="VERSION-constant" class="">VERSION =
|
105
105
|
|
106
106
|
</dt>
|
107
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.0.
|
107
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.0.2</span><span class='tstring_end'>"</span></span></pre></dd>
|
108
108
|
|
109
109
|
</dl>
|
110
110
|
|
@@ -120,9 +120,9 @@
|
|
120
120
|
</div>
|
121
121
|
|
122
122
|
<div id="footer">
|
123
|
-
Generated on
|
123
|
+
Generated on Sun Mar 6 11:32:13 2016 by
|
124
124
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
125
|
-
0.8.
|
125
|
+
0.8.7.6 (ruby-2.2.3).
|
126
126
|
</div>
|
127
127
|
|
128
128
|
</body>
|
@@ -6,18 +6,18 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Yard::GHPages::BranchMerger
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!"
|
20
|
+
framesUrl = "../../frames.html#!Yard/GHPages/BranchMerger.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -243,6 +243,28 @@
|
|
243
243
|
|
244
244
|
|
245
245
|
|
246
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
247
|
+
|
248
|
+
</li>
|
249
|
+
|
250
|
+
|
251
|
+
<li class="public ">
|
252
|
+
<span class="summary_signature">
|
253
|
+
|
254
|
+
<a href="#push-instance_method" title="#push (instance method)">- (Object) <strong>push</strong> </a>
|
255
|
+
|
256
|
+
|
257
|
+
|
258
|
+
</span>
|
259
|
+
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
|
264
|
+
|
265
|
+
|
266
|
+
|
267
|
+
|
246
268
|
<span class="summary_desc"><div class='inline'></div></span>
|
247
269
|
|
248
270
|
</li>
|
@@ -266,7 +288,7 @@
|
|
266
288
|
</h3><div class="docstring">
|
267
289
|
<div class="discussion">
|
268
290
|
|
269
|
-
<p>
|
291
|
+
<p>Returns a new instance of BranchMerger</p>
|
270
292
|
|
271
293
|
|
272
294
|
</div>
|
@@ -322,7 +344,7 @@
|
|
322
344
|
<pre class="code"><span class="info file"># File 'lib/yard-ghpages/branch_merger.rb', line 8</span>
|
323
345
|
|
324
346
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_opts'>opts</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
|
325
|
-
<span class='id identifier rubyid_opts'>opts</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_k'>k</span><span class='comma'>,</span> <span class='id identifier rubyid_v'>v</span><span class='op'>|</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_k'>k</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span><span class='
|
347
|
+
<span class='id identifier rubyid_opts'>opts</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_k'>k</span><span class='comma'>,</span> <span class='id identifier rubyid_v'>v</span><span class='op'>|</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_k'>k</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span><span class='embexpr_end'>}</span><span class='tstring_content'>=</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='id identifier rubyid_v'>v</span><span class='rparen'>)</span> <span class='rbrace'>}</span>
|
326
348
|
<span class='kw'>yield</span><span class='lparen'>(</span><span class='kw'>self</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='id identifier rubyid_block_given?'>block_given?</span>
|
327
349
|
<span class='kw'>end</span></pre>
|
328
350
|
</td>
|
@@ -518,23 +540,53 @@
|
|
518
540
|
20
|
519
541
|
21
|
520
542
|
22
|
521
|
-
23
|
522
|
-
24</pre>
|
543
|
+
23</pre>
|
523
544
|
</td>
|
524
545
|
<td>
|
525
546
|
<pre class="code"><span class="info file"># File 'lib/yard-ghpages/branch_merger.rb', line 13</span>
|
526
547
|
|
527
548
|
<span class='kw'>def</span> <span class='id identifier rubyid_merge'>merge</span>
|
528
549
|
<span class='id identifier rubyid_git'>git</span><span class='period'>.</span><span class='id identifier rubyid_reset'>reset</span>
|
529
|
-
<span class='id identifier rubyid_source_tree'>source_tree</span> <span class='op'>=</span> <span class='id identifier
|
530
|
-
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>Exception</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Could not find source </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_source'>source</span><span class='
|
550
|
+
<span class='id identifier rubyid_source_tree'>source_tree</span> <span class='op'>=</span> <span class='id identifier rubyid_sha'>sha</span> <span class='id identifier rubyid_source'>source</span><span class='lbracket'>[</span><span class='symbol'>:branch</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id identifier rubyid_source'>source</span><span class='lbracket'>[</span><span class='symbol'>:directory</span><span class='rbracket'>]</span>
|
551
|
+
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>Exception</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Could not find source </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_source'>source</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span> <span class='kw'>unless</span> <span class='id identifier rubyid_source_tree'>source_tree</span>
|
552
|
+
|
553
|
+
<span class='id identifier rubyid_dest_commit'>dest_commit</span> <span class='op'>=</span> <span class='id identifier rubyid_head_commit'>head_commit</span><span class='lparen'>(</span><span class='id identifier rubyid_destination'>destination</span><span class='lbracket'>[</span><span class='symbol'>:branch</span><span class='rbracket'>]</span><span class='rparen'>)</span>
|
554
|
+
|
555
|
+
<span class='id identifier rubyid_commit'>commit</span> <span class='op'>=</span> <span class='id identifier rubyid_git'>git</span><span class='period'>.</span><span class='id identifier rubyid_commit_tree'>commit_tree</span><span class='lparen'>(</span><span class='id identifier rubyid_source_tree'>source_tree</span><span class='comma'>,</span> <span class='label'>message:</span> <span class='id identifier rubyid_message'>message</span><span class='comma'>,</span> <span class='label'>parents:</span> <span class='id identifier rubyid_dest_commit'>dest_commit</span> <span class='op'>||</span> <span class='kw'>nil</span> <span class='rparen'>)</span>
|
556
|
+
<span class='id identifier rubyid_git'>git</span><span class='period'>.</span><span class='id identifier rubyid_update_ref'>update_ref</span><span class='lparen'>(</span><span class='id identifier rubyid_ref_head'>ref_head</span><span class='lparen'>(</span><span class='id identifier rubyid_destination'>destination</span><span class='lbracket'>[</span><span class='symbol'>:branch</span><span class='rbracket'>]</span><span class='rparen'>)</span><span class='comma'>,</span> <span class='id identifier rubyid_commit'>commit</span><span class='rparen'>)</span>
|
557
|
+
<span class='kw'>self</span>
|
558
|
+
<span class='kw'>end</span></pre>
|
559
|
+
</td>
|
560
|
+
</tr>
|
561
|
+
</table>
|
562
|
+
</div>
|
563
|
+
|
564
|
+
<div class="method_details ">
|
565
|
+
<h3 class="signature " id="push-instance_method">
|
566
|
+
|
567
|
+
- (<tt>Object</tt>) <strong>push</strong>
|
568
|
+
|
531
569
|
|
532
|
-
|
570
|
+
|
571
|
+
|
572
|
+
|
573
|
+
</h3><table class="source_code">
|
574
|
+
<tr>
|
575
|
+
<td>
|
576
|
+
<pre class="lines">
|
533
577
|
|
534
|
-
<span class='id identifier rubyid_commit'>commit</span> <span class='op'>=</span> <span class='id identifier rubyid_git'>git</span><span class='period'>.</span><span class='id identifier rubyid_commit_tree'>commit_tree</span><span class='lparen'>(</span><span class='id identifier rubyid_source_tree'>source_tree</span><span class='comma'>,</span> <span class='label'>message:</span> <span class='id identifier rubyid_message'>message</span><span class='comma'>,</span> <span class='label'>parents:</span> <span class='id identifier rubyid_dest_tree'>dest_tree</span> <span class='op'>||</span> <span class='kw'>nil</span> <span class='rparen'>)</span>
|
535
578
|
|
536
|
-
|
579
|
+
25
|
580
|
+
26
|
581
|
+
27
|
582
|
+
28</pre>
|
583
|
+
</td>
|
584
|
+
<td>
|
585
|
+
<pre class="code"><span class="info file"># File 'lib/yard-ghpages/branch_merger.rb', line 25</span>
|
537
586
|
|
587
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_push'>push</span>
|
588
|
+
<span class='id identifier rubyid_git'>git</span><span class='period'>.</span><span class='id identifier rubyid_push'>push</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>origin</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_destination'>destination</span><span class='lbracket'>[</span><span class='symbol'>:branch</span><span class='rbracket'>]</span><span class='rparen'>)</span>
|
589
|
+
<span class='kw'>self</span>
|
538
590
|
<span class='kw'>end</span></pre>
|
539
591
|
</td>
|
540
592
|
</tr>
|
@@ -546,9 +598,9 @@
|
|
546
598
|
</div>
|
547
599
|
|
548
600
|
<div id="footer">
|
549
|
-
Generated on
|
601
|
+
Generated on Sun Mar 6 11:32:14 2016 by
|
550
602
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
551
|
-
0.8.
|
603
|
+
0.8.7.6 (ruby-2.2.3).
|
552
604
|
</div>
|
553
605
|
|
554
606
|
</body>
|
data/doc/Yard/GHPages/Tasks.html
CHANGED
@@ -6,18 +6,18 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Yard::GHPages::Tasks
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!"
|
20
|
+
framesUrl = "../../frames.html#!Yard/GHPages/Tasks.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -255,18 +255,18 @@
|
|
255
255
|
|
256
256
|
<span class='kw'>def</span> <span class='id identifier rubyid_install'>install</span><span class='lparen'>(</span><span class='id identifier rubyid_opts'>opts</span><span class='rparen'>)</span>
|
257
257
|
<span class='id identifier rubyid_namespace'>namespace</span> <span class='symbol'>:yard</span> <span class='kw'>do</span>
|
258
|
-
<span class='id identifier rubyid_desc'>desc</span> <span class='tstring'><span class='tstring_beg'
|
258
|
+
<span class='id identifier rubyid_desc'>desc</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Build yard documentation</span><span class='tstring_end'>'</span></span>
|
259
259
|
<span class='id identifier rubyid_task'>task</span> <span class='symbol'>:build</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_t'>t</span><span class='op'>|</span>
|
260
260
|
<span class='const'>YARD</span><span class='op'>::</span><span class='const'>CLI</span><span class='op'>::</span><span class='const'>Yardoc</span><span class='period'>.</span><span class='id identifier rubyid_run'>run</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_opts'>opts</span><span class='rparen'>)</span>
|
261
261
|
<span class='kw'>end</span>
|
262
262
|
|
263
|
-
<span class='id identifier rubyid_desc'>desc</span> <span class='tstring'><span class='tstring_beg'
|
263
|
+
<span class='id identifier rubyid_desc'>desc</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Publish documentation to gh-pages</span><span class='tstring_end'>'</span></span>
|
264
264
|
<span class='id identifier rubyid_task'>task</span> <span class='symbol'>:publish</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_t'>t</span><span class='op'>|</span>
|
265
265
|
<span class='const'>Yard</span><span class='op'>::</span><span class='const'>GHPages</span><span class='op'>::</span><span class='const'>BranchMerger</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_g'>g</span><span class='op'>|</span>
|
266
|
-
<span class='id identifier rubyid_g'>g</span><span class='period'>.</span><span class='id identifier rubyid_source'>source</span> <span class='op'>=</span> <span class='lbrace'>{</span> <span class='label'>branch:</span> <span class='tstring'><span class='tstring_beg'
|
267
|
-
<span class='id identifier rubyid_g'>g</span><span class='period'>.</span><span class='id identifier rubyid_destination'>destination</span> <span class='op'>=</span> <span class='lbrace'>{</span> <span class='label'>branch:</span> <span class='tstring'><span class='tstring_beg'
|
268
|
-
<span class='id identifier rubyid_g'>g</span><span class='period'>.</span><span class='id identifier rubyid_message'>message</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'
|
269
|
-
</span> <span class='kw'>end</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span>
|
266
|
+
<span class='id identifier rubyid_g'>g</span><span class='period'>.</span><span class='id identifier rubyid_source'>source</span> <span class='op'>=</span> <span class='lbrace'>{</span> <span class='label'>branch:</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>master</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='label'>directory:</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>doc</span><span class='tstring_end'>'</span></span> <span class='rbrace'>}</span>
|
267
|
+
<span class='id identifier rubyid_g'>g</span><span class='period'>.</span><span class='id identifier rubyid_destination'>destination</span> <span class='op'>=</span> <span class='lbrace'>{</span> <span class='label'>branch:</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>gh-pages</span><span class='tstring_end'>'</span></span><span class='rbrace'>}</span>
|
268
|
+
<span class='id identifier rubyid_g'>g</span><span class='period'>.</span><span class='id identifier rubyid_message'>message</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Updated website</span><span class='tstring_end'>'</span></span> <span class='comment'># defaults to 'Updated files.'
|
269
|
+
</span> <span class='kw'>end</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span><span class='period'>.</span><span class='id identifier rubyid_push'>push</span>
|
270
270
|
<span class='kw'>end</span>
|
271
271
|
<span class='kw'>end</span>
|
272
272
|
<span class='kw'>end</span></pre>
|
@@ -280,9 +280,9 @@
|
|
280
280
|
</div>
|
281
281
|
|
282
282
|
<div id="footer">
|
283
|
-
Generated on
|
283
|
+
Generated on Sun Mar 6 11:32:13 2016 by
|
284
284
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
285
|
-
0.8.
|
285
|
+
0.8.7.6 (ruby-2.2.3).
|
286
286
|
</div>
|
287
287
|
|
288
288
|
</body>
|
data/doc/_index.html
CHANGED
@@ -4,18 +4,18 @@
|
|
4
4
|
<head>
|
5
5
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
6
|
<title>
|
7
|
-
Documentation by YARD 0.8.
|
7
|
+
Documentation by YARD 0.8.7.6
|
8
8
|
|
9
9
|
</title>
|
10
10
|
|
11
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
11
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
15
|
<script type="text/javascript" charset="utf-8">
|
16
16
|
hasFrames = window.top.frames.main ? true : false;
|
17
17
|
relpath = '';
|
18
|
-
framesUrl = "frames.html#!"
|
18
|
+
framesUrl = "frames.html#!_index.html";
|
19
19
|
</script>
|
20
20
|
|
21
21
|
|
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
<iframe id="search_frame"></iframe>
|
58
58
|
|
59
|
-
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.
|
59
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.6</h1>
|
60
60
|
<div id="listing">
|
61
61
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
62
62
|
|
@@ -146,9 +146,9 @@
|
|
146
146
|
</div>
|
147
147
|
|
148
148
|
<div id="footer">
|
149
|
-
Generated on
|
149
|
+
Generated on Sun Mar 6 11:32:13 2016 by
|
150
150
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
151
|
-
0.8.
|
151
|
+
0.8.7.6 (ruby-2.2.3).
|
152
152
|
</div>
|
153
153
|
|
154
154
|
</body>
|
data/doc/class_list.html
CHANGED
@@ -15,11 +15,16 @@
|
|
15
15
|
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
16
16
|
|
17
17
|
|
18
|
+
<title>Class List</title>
|
18
19
|
<base id="base_target" target="_parent" />
|
19
20
|
</head>
|
20
21
|
<body>
|
21
22
|
<script type="text/javascript" charset="utf-8">
|
22
|
-
|
23
|
+
var hasFrames = false;
|
24
|
+
try {
|
25
|
+
hasFrames = window.top.frames.main ? true : false;
|
26
|
+
} catch (e) { }
|
27
|
+
if (hasFrames) {
|
23
28
|
document.getElementById('base_target').target = 'main';
|
24
29
|
document.body.className = 'frames';
|
25
30
|
}
|
@@ -44,7 +49,7 @@
|
|
44
49
|
<div id="search">Search: <input type="text" /></div>
|
45
50
|
|
46
51
|
<ul id="full_list" class="class">
|
47
|
-
<li><span class='object_link'><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></span></li>
|
52
|
+
<li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li>
|
48
53
|
<li><a class='toggle'></a> <span class='object_link'><a href="Yard.html" title="Yard (module)">Yard</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><a class='toggle'></a> <span class='object_link'><a href="Yard/GHPages.html" title="Yard::GHPages (module)">GHPages</a></span><small class='search_info'>Yard</small></li><ul><li><span class='object_link'><a href="Yard/GHPages/BranchMerger.html" title="Yard::GHPages::BranchMerger (class)">BranchMerger</a></span> < Object<small class='search_info'>Yard::GHPages</small></li><li><span class='object_link'><a href="Yard/GHPages/Tasks.html" title="Yard::GHPages::Tasks (class)">Tasks</a></span> < Object<small class='search_info'>Yard::GHPages</small></li></ul></ul>
|
49
54
|
|
50
55
|
</ul>
|
data/doc/css/style.css
CHANGED
@@ -291,6 +291,7 @@ li.r2 { background: #fafafa; }
|
|
291
291
|
-moz-box-shadow: -2px 2px 6px #bbb;
|
292
292
|
z-index: 5000;
|
293
293
|
position: relative;
|
294
|
+
overflow-x: auto;
|
294
295
|
}
|
295
296
|
#toc.nofloat { float: none; max-width: none; border: none; padding: 0; margin: 20px 0; -webkit-box-shadow: none; -moz-box-shadow: none; }
|
296
297
|
#toc.nofloat.hidden { padding: 0; background: 0; margin-bottom: 5px; }
|
@@ -324,9 +325,9 @@ pre.code .dot + pre.code .id,
|
|
324
325
|
pre.code .rubyid_to_i pre.code .rubyid_each { color: #0085FF; }
|
325
326
|
pre.code .comment { color: #0066FF; }
|
326
327
|
pre.code .const, pre.code .constant { color: #585CF6; }
|
328
|
+
pre.code .label,
|
327
329
|
pre.code .symbol { color: #C5060B; }
|
328
330
|
pre.code .kw,
|
329
|
-
pre.code .label,
|
330
331
|
pre.code .rubyid_require,
|
331
332
|
pre.code .rubyid_extend,
|
332
333
|
pre.code .rubyid_include { color: #0000FF; }
|
data/doc/file.README.html
CHANGED
@@ -2,22 +2,22 @@
|
|
2
2
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
4
|
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!
|
20
|
+
framesUrl = "frames.html#!file.README.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -61,15 +61,16 @@
|
|
61
61
|
|
62
62
|
<iframe id="search_frame"></iframe>
|
63
63
|
|
64
|
-
<div id="content"><div id='filecontents'><h1>Yard::
|
64
|
+
<div id="content"><div id='filecontents'><h1>Yard::GHPages</h1>
|
65
65
|
|
66
|
-
<p>
|
66
|
+
<p>A simple set of Rake tasks that generates Yard docs and publishes them to github
|
67
|
+
pages.</p>
|
67
68
|
|
68
69
|
<h2>Installation</h2>
|
69
70
|
|
70
71
|
<p>Add this line to your application's Gemfile:</p>
|
71
72
|
|
72
|
-
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='tstring'><span class='tstring_beg'
|
73
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>yard-ghpages</span><span class='tstring_end'>'</span></span>
|
73
74
|
</code></pre>
|
74
75
|
|
75
76
|
<p>And then execute:</p>
|
@@ -79,12 +80,35 @@
|
|
79
80
|
|
80
81
|
<p>Or install it yourself as:</p>
|
81
82
|
|
82
|
-
<pre class="code ruby"><code class="ruby">$ gem install yard-
|
83
|
+
<pre class="code ruby"><code class="ruby">$ gem install yard-ghpages
|
83
84
|
</code></pre>
|
84
85
|
|
85
86
|
<h2>Usage</h2>
|
86
87
|
|
87
|
-
<p>
|
88
|
+
<p>This gem exposes two new rake tasks: <code>yard:build</code> and <code>yard:publish</code>.</p>
|
89
|
+
|
90
|
+
<p>To use this gem, install in the <code>Rakefile</code>.</p>
|
91
|
+
|
92
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>yard-ghpages</span><span class='tstring_end'>'</span></span>
|
93
|
+
<span class='const'>Yard</span><span class='op'>::</span><span class='const'>GHPages</span><span class='op'>::</span><span class='const'>Tasks</span><span class='period'>.</span><span class='id identifier rubyid_install_tasks'>install_tasks</span>
|
94
|
+
</code></pre>
|
95
|
+
|
96
|
+
<p>Build the yard docs.</p>
|
97
|
+
|
98
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_rake'>rake</span> <span class='label'>yard:</span><span class='id identifier rubyid_build'>build</span>
|
99
|
+
</code></pre>
|
100
|
+
|
101
|
+
<p>Commit the changes.</p>
|
102
|
+
|
103
|
+
<pre class="code ruby"><code class="ruby">git commit -am 'Update yard docs'
|
104
|
+
</code></pre>
|
105
|
+
|
106
|
+
<p>Publish the docs to github pages.</p>
|
107
|
+
|
108
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_rake'>rake</span> <span class='label'>yard:</span><span class='id identifier rubyid_publish'>publish</span>
|
109
|
+
</code></pre>
|
110
|
+
|
111
|
+
<p>Easy as that!</p>
|
88
112
|
|
89
113
|
<h2>Contributing</h2>
|
90
114
|
|
@@ -98,9 +122,9 @@
|
|
98
122
|
</div></div>
|
99
123
|
|
100
124
|
<div id="footer">
|
101
|
-
Generated on
|
125
|
+
Generated on Sun Mar 6 11:32:13 2016 by
|
102
126
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
103
|
-
0.8.
|
127
|
+
0.8.7.6 (ruby-2.2.3).
|
104
128
|
</div>
|
105
129
|
|
106
130
|
</body>
|
data/doc/file_list.html
CHANGED
@@ -15,11 +15,16 @@
|
|
15
15
|
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
16
16
|
|
17
17
|
|
18
|
+
<title>File List</title>
|
18
19
|
<base id="base_target" target="_parent" />
|
19
20
|
</head>
|
20
21
|
<body>
|
21
22
|
<script type="text/javascript" charset="utf-8">
|
22
|
-
|
23
|
+
var hasFrames = false;
|
24
|
+
try {
|
25
|
+
hasFrames = window.top.frames.main ? true : false;
|
26
|
+
} catch (e) { }
|
27
|
+
if (hasFrames) {
|
23
28
|
document.getElementById('base_target').target = 'main';
|
24
29
|
document.body.className = 'frames';
|
25
30
|
}
|
@@ -46,7 +51,7 @@
|
|
46
51
|
<ul id="full_list" class="file">
|
47
52
|
|
48
53
|
|
49
|
-
<li class="r1"><a href="index.html" title="README">README</a></li>
|
54
|
+
<li class="r1"><span class="object_link"><a href="index.html" title="README">README</a></a></li>
|
50
55
|
|
51
56
|
|
52
57
|
</ul>
|
data/doc/frames.html
CHANGED
@@ -4,18 +4,16 @@
|
|
4
4
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
7
|
-
<title>Documentation by YARD 0.8.
|
7
|
+
<title>Documentation by YARD 0.8.7.6</title>
|
8
8
|
</head>
|
9
9
|
<script type="text/javascript" charset="utf-8">
|
10
10
|
window.onload = function() {
|
11
|
-
var match = window.location.hash.match(/^#!(.+)/);
|
12
|
-
var name = 'index.html';
|
13
|
-
|
14
|
-
name = unescape(match[1]);
|
15
|
-
}
|
11
|
+
var match = unescape(window.location.hash).match(/^#!(.+)/);
|
12
|
+
var name = match ? match[1] : 'index.html';
|
13
|
+
name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, '');
|
16
14
|
document.writeln('<frameset cols="20%,*">' +
|
17
15
|
'<frame name="list" src="class_list.html" />' +
|
18
|
-
'<frame name="main" src="' + name + '" />' +
|
16
|
+
'<frame name="main" src="' + escape(name) + '" />' +
|
19
17
|
'</frameset>');
|
20
18
|
}
|
21
19
|
</script>
|
data/doc/index.html
CHANGED
@@ -2,22 +2,22 @@
|
|
2
2
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
4
|
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!
|
20
|
+
framesUrl = "frames.html#!file.README.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -61,15 +61,16 @@
|
|
61
61
|
|
62
62
|
<iframe id="search_frame"></iframe>
|
63
63
|
|
64
|
-
<div id="content"><div id='filecontents'><h1>Yard::
|
64
|
+
<div id="content"><div id='filecontents'><h1>Yard::GHPages</h1>
|
65
65
|
|
66
|
-
<p>
|
66
|
+
<p>A simple set of Rake tasks that generates Yard docs and publishes them to github
|
67
|
+
pages.</p>
|
67
68
|
|
68
69
|
<h2>Installation</h2>
|
69
70
|
|
70
71
|
<p>Add this line to your application's Gemfile:</p>
|
71
72
|
|
72
|
-
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='tstring'><span class='tstring_beg'
|
73
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>yard-ghpages</span><span class='tstring_end'>'</span></span>
|
73
74
|
</code></pre>
|
74
75
|
|
75
76
|
<p>And then execute:</p>
|
@@ -79,12 +80,35 @@
|
|
79
80
|
|
80
81
|
<p>Or install it yourself as:</p>
|
81
82
|
|
82
|
-
<pre class="code ruby"><code class="ruby">$ gem install yard-
|
83
|
+
<pre class="code ruby"><code class="ruby">$ gem install yard-ghpages
|
83
84
|
</code></pre>
|
84
85
|
|
85
86
|
<h2>Usage</h2>
|
86
87
|
|
87
|
-
<p>
|
88
|
+
<p>This gem exposes two new rake tasks: <code>yard:build</code> and <code>yard:publish</code>.</p>
|
89
|
+
|
90
|
+
<p>To use this gem, install in the <code>Rakefile</code>.</p>
|
91
|
+
|
92
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>yard-ghpages</span><span class='tstring_end'>'</span></span>
|
93
|
+
<span class='const'>Yard</span><span class='op'>::</span><span class='const'>GHPages</span><span class='op'>::</span><span class='const'>Tasks</span><span class='period'>.</span><span class='id identifier rubyid_install_tasks'>install_tasks</span>
|
94
|
+
</code></pre>
|
95
|
+
|
96
|
+
<p>Build the yard docs.</p>
|
97
|
+
|
98
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_rake'>rake</span> <span class='label'>yard:</span><span class='id identifier rubyid_build'>build</span>
|
99
|
+
</code></pre>
|
100
|
+
|
101
|
+
<p>Commit the changes.</p>
|
102
|
+
|
103
|
+
<pre class="code ruby"><code class="ruby">git commit -am 'Update yard docs'
|
104
|
+
</code></pre>
|
105
|
+
|
106
|
+
<p>Publish the docs to github pages.</p>
|
107
|
+
|
108
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_rake'>rake</span> <span class='label'>yard:</span><span class='id identifier rubyid_publish'>publish</span>
|
109
|
+
</code></pre>
|
110
|
+
|
111
|
+
<p>Easy as that!</p>
|
88
112
|
|
89
113
|
<h2>Contributing</h2>
|
90
114
|
|
@@ -98,9 +122,9 @@
|
|
98
122
|
</div></div>
|
99
123
|
|
100
124
|
<div id="footer">
|
101
|
-
Generated on
|
125
|
+
Generated on Sun Mar 6 11:32:13 2016 by
|
102
126
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
103
|
-
0.8.
|
127
|
+
0.8.7.6 (ruby-2.2.3).
|
104
128
|
</div>
|
105
129
|
|
106
130
|
</body>
|
data/doc/js/app.js
CHANGED
@@ -78,7 +78,12 @@ function framesInit() {
|
|
78
78
|
if (hasFrames) {
|
79
79
|
document.body.className = 'frames';
|
80
80
|
$('#menu .noframes a').attr('href', document.location);
|
81
|
-
|
81
|
+
try {
|
82
|
+
window.top.document.title = $('html head title').text();
|
83
|
+
} catch(error) {
|
84
|
+
// some browsers will not allow this when serving from file://
|
85
|
+
// but we don't want to stop the world.
|
86
|
+
}
|
82
87
|
}
|
83
88
|
else {
|
84
89
|
$('#menu .noframes a').text('frames').attr('href', framesUrl);
|
@@ -211,4 +216,4 @@ $(linkSummaries);
|
|
211
216
|
$(keyboardShortcuts);
|
212
217
|
$(summaryToggle);
|
213
218
|
$(fixOutsideWorldLinks);
|
214
|
-
$(generateTOC);
|
219
|
+
$(generateTOC);
|
data/doc/js/full_list.js
CHANGED
@@ -17,6 +17,7 @@ function fullListSearch() {
|
|
17
17
|
searchCache = [];
|
18
18
|
$('#full_list li').each(function() {
|
19
19
|
var link = $(this).find('.object_link a');
|
20
|
+
if (link.length === 0) return;
|
20
21
|
var fullName = link.attr('title').split(' ')[0];
|
21
22
|
searchCache.push({name:link.text(), fullName:fullName, node:$(this), link:link});
|
22
23
|
});
|
@@ -41,7 +42,7 @@ function fullListSearch() {
|
|
41
42
|
$('#full_list li').removeClass('found').each(function() {
|
42
43
|
|
43
44
|
var link = $(this).find('.object_link a');
|
44
|
-
link.text(link.text());
|
45
|
+
if (link.length > 0) link.text(link.text());
|
45
46
|
});
|
46
47
|
if (clicked) {
|
47
48
|
clicked.parents('ul').each(function() {
|
@@ -111,6 +112,10 @@ function linkList() {
|
|
111
112
|
$('#full_list li, #full_list li a:last').click(function(evt) {
|
112
113
|
if ($(this).hasClass('toggle')) return true;
|
113
114
|
if (this.tagName.toLowerCase() == "li") {
|
115
|
+
if ($(this).find('.object_link a').length === 0) {
|
116
|
+
$(this).children('a.toggle').click();
|
117
|
+
return false;
|
118
|
+
}
|
114
119
|
var toggle = $(this).children('a.toggle');
|
115
120
|
if (toggle.size() > 0 && evt.pageX < toggle.offset().left) {
|
116
121
|
toggle.click();
|
@@ -118,9 +123,12 @@ function linkList() {
|
|
118
123
|
}
|
119
124
|
}
|
120
125
|
if (clicked) clicked.removeClass('clicked');
|
121
|
-
var win
|
126
|
+
var win;
|
127
|
+
try {
|
128
|
+
win = window.top.frames.main ? window.top.frames.main : window.parent;
|
129
|
+
} catch (e) { win = window.parent; }
|
122
130
|
if (this.tagName.toLowerCase() == "a") {
|
123
|
-
clicked = $(this).
|
131
|
+
clicked = $(this).parents('li').addClass('clicked');
|
124
132
|
win.location = this.href;
|
125
133
|
}
|
126
134
|
else {
|
data/doc/method_list.html
CHANGED
@@ -15,11 +15,16 @@
|
|
15
15
|
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
16
16
|
|
17
17
|
|
18
|
+
<title>Method List</title>
|
18
19
|
<base id="base_target" target="_parent" />
|
19
20
|
</head>
|
20
21
|
<body>
|
21
22
|
<script type="text/javascript" charset="utf-8">
|
22
|
-
|
23
|
+
var hasFrames = false;
|
24
|
+
try {
|
25
|
+
hasFrames = window.top.frames.main ? true : false;
|
26
|
+
} catch (e) { }
|
27
|
+
if (hasFrames) {
|
23
28
|
document.getElementById('base_target').target = 'main';
|
24
29
|
document.body.className = 'frames';
|
25
30
|
}
|
@@ -48,57 +53,49 @@
|
|
48
53
|
|
49
54
|
<li class="r1 ">
|
50
55
|
<span class='object_link'><a href="Yard/GHPages/BranchMerger.html#destination-instance_method" title="Yard::GHPages::BranchMerger#destination (method)">#destination</a></span>
|
51
|
-
|
52
|
-
<small>Yard::GHPages::BranchMerger</small>
|
53
|
-
|
56
|
+
<small>Yard::GHPages::BranchMerger</small>
|
54
57
|
</li>
|
55
58
|
|
56
59
|
|
57
60
|
<li class="r2 ">
|
58
61
|
<span class='object_link'><a href="Yard/GHPages/BranchMerger.html#initialize-instance_method" title="Yard::GHPages::BranchMerger#initialize (method)">#initialize</a></span>
|
59
|
-
|
60
|
-
<small>Yard::GHPages::BranchMerger</small>
|
61
|
-
|
62
|
+
<small>Yard::GHPages::BranchMerger</small>
|
62
63
|
</li>
|
63
64
|
|
64
65
|
|
65
66
|
<li class="r1 ">
|
66
67
|
<span class='object_link'><a href="Yard/GHPages/Tasks.html#install-instance_method" title="Yard::GHPages::Tasks#install (method)">#install</a></span>
|
67
|
-
|
68
|
-
<small>Yard::GHPages::Tasks</small>
|
69
|
-
|
68
|
+
<small>Yard::GHPages::Tasks</small>
|
70
69
|
</li>
|
71
70
|
|
72
71
|
|
73
72
|
<li class="r2 ">
|
74
73
|
<span class='object_link'><a href="Yard/GHPages/Tasks.html#install_tasks-class_method" title="Yard::GHPages::Tasks.install_tasks (method)">install_tasks</a></span>
|
75
|
-
|
76
|
-
<small>Yard::GHPages::Tasks</small>
|
77
|
-
|
74
|
+
<small>Yard::GHPages::Tasks</small>
|
78
75
|
</li>
|
79
76
|
|
80
77
|
|
81
78
|
<li class="r1 ">
|
82
79
|
<span class='object_link'><a href="Yard/GHPages/BranchMerger.html#merge-instance_method" title="Yard::GHPages::BranchMerger#merge (method)">#merge</a></span>
|
83
|
-
|
84
|
-
<small>Yard::GHPages::BranchMerger</small>
|
85
|
-
|
80
|
+
<small>Yard::GHPages::BranchMerger</small>
|
86
81
|
</li>
|
87
82
|
|
88
83
|
|
89
84
|
<li class="r2 ">
|
90
85
|
<span class='object_link'><a href="Yard/GHPages/BranchMerger.html#message-instance_method" title="Yard::GHPages::BranchMerger#message (method)">#message</a></span>
|
91
|
-
|
92
|
-
<small>Yard::GHPages::BranchMerger</small>
|
93
|
-
|
86
|
+
<small>Yard::GHPages::BranchMerger</small>
|
94
87
|
</li>
|
95
88
|
|
96
89
|
|
97
90
|
<li class="r1 ">
|
91
|
+
<span class='object_link'><a href="Yard/GHPages/BranchMerger.html#push-instance_method" title="Yard::GHPages::BranchMerger#push (method)">#push</a></span>
|
92
|
+
<small>Yard::GHPages::BranchMerger</small>
|
93
|
+
</li>
|
94
|
+
|
95
|
+
|
96
|
+
<li class="r2 ">
|
98
97
|
<span class='object_link'><a href="Yard/GHPages/BranchMerger.html#source-instance_method" title="Yard::GHPages::BranchMerger#source (method)">#source</a></span>
|
99
|
-
|
100
|
-
<small>Yard::GHPages::BranchMerger</small>
|
101
|
-
|
98
|
+
<small>Yard::GHPages::BranchMerger</small>
|
102
99
|
</li>
|
103
100
|
|
104
101
|
|
@@ -6,18 +6,18 @@
|
|
6
6
|
<title>
|
7
7
|
Top Level Namespace
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!"
|
20
|
+
framesUrl = "frames.html#!top-level-namespace.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -103,9 +103,9 @@
|
|
103
103
|
</div>
|
104
104
|
|
105
105
|
<div id="footer">
|
106
|
-
Generated on
|
106
|
+
Generated on Sun Mar 6 11:32:13 2016 by
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
108
|
-
0.8.
|
108
|
+
0.8.7.6 (ruby-2.2.3).
|
109
109
|
</div>
|
110
110
|
|
111
111
|
</body>
|
data/lib/yard-ghpages/version.rb
CHANGED
data/yard-ghpages.gemspec
CHANGED
@@ -17,9 +17,9 @@ Gem::Specification.new do |gem|
|
|
17
17
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
18
18
|
gem.require_paths = %w(lib)
|
19
19
|
|
20
|
-
gem.add_dependency('rake', '~>
|
21
|
-
gem.add_dependency('yard', '~> 0.8
|
22
|
-
gem.add_dependency('git', '~> 1.3
|
20
|
+
gem.add_dependency('rake', '~> 11.1')
|
21
|
+
gem.add_dependency('yard', '~> 0.8')
|
22
|
+
gem.add_dependency('git', '~> 1.3')
|
23
23
|
|
24
24
|
gem.add_development_dependency('redcarpet')
|
25
25
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yard-ghpages
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tyler Rhodes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -16,42 +16,42 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: '11.1'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: '11.1'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: yard
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.8
|
33
|
+
version: '0.8'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.8
|
40
|
+
version: '0.8'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: git
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 1.3
|
47
|
+
version: '1.3'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 1.3
|
54
|
+
version: '1.3'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: redcarpet
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|