yard-nowpunk 0.2.17 → 0.2.18
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.
- data/VERSION +1 -1
- data/templates/default/layout/html/footer.erb +8 -4
- data/templates/default/layout/html/layout.erb +2 -2
- data/yard-nowpunk.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.18
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
<a href="http://
|
|
1
|
+
<footer>
|
|
2
|
+
<p>
|
|
3
|
+
Generated on <%= Time.now.strftime("%c") %> by
|
|
4
|
+
<a href="http://farleyknight.com">Farley Knight</a> using
|
|
5
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> <%= YARD::VERSION %> with
|
|
6
|
+
<a href="http://github.com/farleyknight/yard-nowpunk" target="_parent"> yard-nowpunk</a>
|
|
7
|
+
</p>
|
|
8
|
+
</footer>
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
|
|
31
31
|
<div id="content" class="container">
|
|
32
32
|
<%= yieldall %>
|
|
33
|
-
</div>
|
|
34
33
|
|
|
35
|
-
|
|
34
|
+
<%= erb(:footer) %>
|
|
35
|
+
</div>
|
|
36
36
|
|
|
37
37
|
<% javascripts.each do |javascript| %>
|
|
38
38
|
<script type="text/javascript" charset="utf-8" src="<%= url_for(javascript) %>"></script>
|
data/yard-nowpunk.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yard-nowpunk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.18
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -97,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
97
97
|
version: '0'
|
|
98
98
|
segments:
|
|
99
99
|
- 0
|
|
100
|
-
hash:
|
|
100
|
+
hash: -1000939071877245650
|
|
101
101
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
102
|
none: false
|
|
103
103
|
requirements:
|