my_yard 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/doc/GlobalSettings.html +1 -1
- data/doc/MyYard.html +2 -2
- data/doc/TreeContext.html +1 -1
- data/doc/TreeContext/Alternator.html +1 -1
- data/doc/YardTheme.html +1 -1
- data/doc/YardThemeDefaults.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/css/common.css +45 -0
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/home_my_yard/themes/visualruby.yaml +11 -0
- data/my_yard-0.0.2.gem +0 -0
- data/my_yard.gemspec +1 -1
- data/src/MyYard.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 52272996b5a8c9bb2f8bef4c40aa0bf3c62ef797
|
|
4
|
+
data.tar.gz: 1e042d40218da41631f3548f30ccac411b79f285
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d4039afac65f96cb5d642ad139988300e90671f90afcefdea0957810b38f1fc4944523ed72596d1e8182169195de7cf3eab823473bc83f854df4613638f0a7e
|
|
7
|
+
data.tar.gz: 2c0a9f2a0a440c68a65cf71329b23a057374b5eca449d5bd4e7c168b9bfa304be2dbd455a1e7d9f6a1b0ab6109ee91814b97b2942feaf0cc8f4e4da3d8b4af14
|
data/doc/GlobalSettings.html
CHANGED
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
</div>
|
|
543
543
|
|
|
544
544
|
<div id="footer">
|
|
545
|
-
Generated on
|
|
545
|
+
Generated on Wed Aug 3 17:54:47 2016 by
|
|
546
546
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
547
547
|
0.9.0 (ruby-2.3.0).
|
|
548
548
|
</div>
|
data/doc/MyYard.html
CHANGED
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
<span class='kw'>def</span> <span class='id identifier rubyid_buttonBrowse__clicked'>buttonBrowse__clicked</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_a'>a</span><span class='rparen'>)</span>
|
|
574
574
|
<span class='id identifier rubyid_save_state'>save_state</span>
|
|
575
575
|
<span class='kw'>begin</span>
|
|
576
|
-
<span class='const'>IO</span><span class='period'>.</span><span class='id identifier rubyid_popen'>popen</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='gvar'>$env</span><span class='period'>.</span><span class='id identifier rubyid_browser'>browser</span><span class='embexpr_end'>}</span><span class='tstring_content'> </span><span class='embexpr_beg'>#{</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='ivar'>@project_root</span><span class='comma'>,</span> <span class='ivar'>@output_dir</span><span class='comma'>,</span> <span class='
|
|
576
|
+
<span class='const'>IO</span><span class='period'>.</span><span class='id identifier rubyid_popen'>popen</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='gvar'>$env</span><span class='period'>.</span><span class='id identifier rubyid_browser'>browser</span><span class='embexpr_end'>}</span><span class='tstring_content'> </span><span class='embexpr_beg'>#{</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='ivar'>@project_root</span><span class='comma'>,</span> <span class='ivar'>@output_dir</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>index.html</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
577
577
|
<span class='kw'>rescue</span>
|
|
578
578
|
<span class='kw'>if</span> <span class='id identifier rubyid_answer'>answer</span> <span class='op'>=</span> <span class='id identifier rubyid_alert'>alert</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Enter command to start your browser:</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>parent:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>input_text:</span> <span class='gvar'>$env</span><span class='period'>.</span><span class='id identifier rubyid_browser'>browser</span><span class='rparen'>)</span>
|
|
579
579
|
<span class='gvar'>$env</span><span class='period'>.</span><span class='id identifier rubyid_browser'>browser</span> <span class='op'>=</span> <span class='id identifier rubyid_answer'>answer</span>
|
|
@@ -1191,7 +1191,7 @@
|
|
|
1191
1191
|
</div>
|
|
1192
1192
|
|
|
1193
1193
|
<div id="footer">
|
|
1194
|
-
Generated on
|
|
1194
|
+
Generated on Wed Aug 3 17:54:46 2016 by
|
|
1195
1195
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1196
1196
|
0.9.0 (ruby-2.3.0).
|
|
1197
1197
|
</div>
|
data/doc/TreeContext.html
CHANGED
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
</div>
|
|
458
458
|
|
|
459
459
|
<div id="footer">
|
|
460
|
-
Generated on
|
|
460
|
+
Generated on Wed Aug 3 17:54:47 2016 by
|
|
461
461
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
462
462
|
0.9.0 (ruby-2.3.0).
|
|
463
463
|
</div>
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
</div>
|
|
288
288
|
|
|
289
289
|
<div id="footer">
|
|
290
|
-
Generated on
|
|
290
|
+
Generated on Wed Aug 3 17:54:47 2016 by
|
|
291
291
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
292
292
|
0.9.0 (ruby-2.3.0).
|
|
293
293
|
</div>
|
data/doc/YardTheme.html
CHANGED
|
@@ -736,7 +736,7 @@
|
|
|
736
736
|
</div>
|
|
737
737
|
|
|
738
738
|
<div id="footer">
|
|
739
|
-
Generated on
|
|
739
|
+
Generated on Wed Aug 3 17:54:47 2016 by
|
|
740
740
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
741
741
|
0.9.0 (ruby-2.3.0).
|
|
742
742
|
</div>
|
data/doc/YardThemeDefaults.html
CHANGED
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
</div>
|
|
489
489
|
|
|
490
490
|
<div id="footer">
|
|
491
|
-
Generated on
|
|
491
|
+
Generated on Wed Aug 3 17:54:46 2016 by
|
|
492
492
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
493
493
|
0.9.0 (ruby-2.3.0).
|
|
494
494
|
</div>
|
data/doc/_index.html
CHANGED
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
</div>
|
|
161
161
|
|
|
162
162
|
<div id="footer">
|
|
163
|
-
Generated on
|
|
163
|
+
Generated on Wed Aug 3 17:54:45 2016 by
|
|
164
164
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
165
165
|
0.9.0 (ruby-2.3.0).
|
|
166
166
|
</div>
|
data/doc/css/common.css
CHANGED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
@import url('https://fonts.googleapis.com/css?family=Assistant:200');
|
|
2
|
+
@import url('https://fonts.googleapis.com/css?family=Raleway:300');
|
|
3
|
+
@import url('https://fonts.googleapis.com/css?family=Rubik+One:300');
|
|
4
|
+
body {color: #000000;}
|
|
5
|
+
body {background-color: #ffffff;}
|
|
6
|
+
body {font-size: 15px;}
|
|
7
|
+
#main a, #main a:visited {color: #662211;}
|
|
8
|
+
li.odd {background: #eeeeee;}
|
|
9
|
+
li.even {background: #dddddd;}
|
|
10
|
+
.item:hover {background: #d7d5c1;}
|
|
11
|
+
li.clicked > .item {background: #000000;}
|
|
12
|
+
li.clicked > .item {color: #d3d7cf;}
|
|
13
|
+
#main a:hover {background: #f6f5cb;}
|
|
14
|
+
h1 {font-family: 'Assistant';}
|
|
15
|
+
h2 {font-family: 'Raleway';}
|
|
16
|
+
h3 {font-family: 'Rubik One';}
|
|
17
|
+
h1 {font-weight: 200;}
|
|
18
|
+
h2 {font-weight: 300;}
|
|
19
|
+
h3 {font-weight: 300;}
|
|
20
|
+
h1 {font-size: 3em;}
|
|
21
|
+
h2 {font-size: 1.4em;}
|
|
22
|
+
h3 {font-size: 1.4em;}
|
|
23
|
+
h1 {color: #662211;}
|
|
24
|
+
h2 {color: #000000;}
|
|
25
|
+
h3 {color: #000000;}
|
|
26
|
+
h1 {background: #ffffff;}
|
|
27
|
+
h2 {background: #ffffff;}
|
|
28
|
+
h3 {background: #ebeade;}
|
|
29
|
+
#toc {background-color: #f3f3eb;}
|
|
30
|
+
#main p {width: 65%;}
|
|
31
|
+
#main p {font-family: 'Raleway';}
|
|
32
|
+
#main p {font-weight: 300;}
|
|
33
|
+
.object_link a, #full_list_nav a, #full_list_nav a:hover {color: #662211;}
|
|
34
|
+
.object_link {font-family: 'Raleway';}
|
|
35
|
+
.object_link {font-weight: 300;}
|
|
36
|
+
.object_link {font-size: 1em;}
|
|
37
|
+
#toc {font-size: 1em;}
|
|
38
|
+
#toc {font-family: 'Raleway';}
|
|
39
|
+
#toc {font-weight: 300;}
|
|
40
|
+
#content .summary .summary_signature:hover a {color: #000000;}
|
|
41
|
+
.summary_signature:hover {border-color: #000000;}
|
|
42
|
+
.summary .summary_signature {background: #ebeade;}
|
|
43
|
+
p.signature, h3.signature {background: #ebeade;}
|
|
44
|
+
li.clicked > .item a, li.clicked > .item a:visited {color: #d3d7cf;}
|
|
45
|
+
#search { position: static; } .fixed_header { position: static; height: auto;} #full_list {margin-top: 0px;}
|
data/doc/file.README.html
CHANGED
|
@@ -90,7 +90,7 @@ themes and templates.</p>
|
|
|
90
90
|
</div></div>
|
|
91
91
|
|
|
92
92
|
<div id="footer">
|
|
93
|
-
Generated on
|
|
93
|
+
Generated on Wed Aug 3 17:54:45 2016 by
|
|
94
94
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
95
95
|
0.9.0 (ruby-2.3.0).
|
|
96
96
|
</div>
|
data/doc/index.html
CHANGED
|
@@ -90,7 +90,7 @@ themes and templates.</p>
|
|
|
90
90
|
</div></div>
|
|
91
91
|
|
|
92
92
|
<div id="footer">
|
|
93
|
-
Generated on
|
|
93
|
+
Generated on Wed Aug 3 17:54:45 2016 by
|
|
94
94
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
95
95
|
0.9.0 (ruby-2.3.0).
|
|
96
96
|
</div>
|
|
@@ -31,6 +31,17 @@ css:
|
|
|
31
31
|
"#toc {background-color}": "#f3f3eb"
|
|
32
32
|
p.signature, h3.signature {background}: "#0a6"
|
|
33
33
|
"#main p {width}": 65%
|
|
34
|
+
"#main p {font-family}": Raleway
|
|
35
|
+
"#main p {font-weight}": '300'
|
|
36
|
+
".object_link a, #full_list_nav a, #full_list_nav a:hover {color}": "#662211"
|
|
37
|
+
".object_link {font-family}": Raleway
|
|
38
|
+
".object_link {font-weight}": '300'
|
|
39
|
+
".object_link {font-size}": 1em
|
|
40
|
+
"#toc {font-size}": 1em
|
|
41
|
+
"#toc {font-family}": Raleway
|
|
42
|
+
"#toc {font-weight}": '300'
|
|
43
|
+
"#content .summary .summary_signature:hover a {color}": "#000000"
|
|
44
|
+
".summary_signature:hover {border-color}": "#000000"
|
|
34
45
|
vr_yaml_file: "/home/eric/my_yard/themes/visualruby.yaml"
|
|
35
46
|
builder: !ruby/object:Gtk::Builder {}
|
|
36
47
|
top_level_window: false
|
data/my_yard-0.0.2.gem
ADDED
|
Binary file
|
data/my_yard.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "my_yard" # i.e. visualruby. This name will show up in the gem list.
|
|
3
|
-
s.version = "0.0.
|
|
3
|
+
s.version = "0.0.3" # i.e. (major,non-backwards compatable).(backwards compatable).(bugfix)
|
|
4
4
|
s.add_dependency "visualruby", ">= 3.0.20"
|
|
5
5
|
s.add_dependency "yard", "= 0.9.0"
|
|
6
6
|
s.has_rdoc = false
|
data/src/MyYard.rb
CHANGED
|
@@ -138,7 +138,7 @@ class MyYard
|
|
|
138
138
|
def buttonBrowse__clicked(*a)
|
|
139
139
|
save_state
|
|
140
140
|
begin
|
|
141
|
-
IO.popen("#{$env.browser} #{File.join(@project_root, @output_dir,
|
|
141
|
+
IO.popen("#{$env.browser} #{File.join(@project_root, @output_dir, 'index.html')}")
|
|
142
142
|
rescue
|
|
143
143
|
if answer = alert("Enter command to start your browser:", parent: self, input_text: $env.browser)
|
|
144
144
|
$env.browser = answer
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: my_yard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Cunningham
|
|
@@ -188,6 +188,7 @@ files:
|
|
|
188
188
|
- home_my_yard/templates/visualruby/tags/text/tag.erb
|
|
189
189
|
- home_my_yard/themes/visualruby.yaml
|
|
190
190
|
- my_yard
|
|
191
|
+
- my_yard-0.0.2.gem
|
|
191
192
|
- my_yard.gemspec
|
|
192
193
|
- notes
|
|
193
194
|
- src/GlobalSettings.rb
|