yard-nowpunk 0.2.32 → 0.2.33
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/layout.erb +4 -5
- data/yard-nowpunk.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.33
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
2
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
3
|
<head>
|
|
5
4
|
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet" />
|
|
@@ -41,9 +40,9 @@
|
|
|
41
40
|
<div class="nav-collapse collapse">
|
|
42
41
|
<ul class="nav">
|
|
43
42
|
<li class="active"><a href="#">README</a></li>
|
|
44
|
-
<li><a href="
|
|
45
|
-
<li><a href="
|
|
46
|
-
<li><a href="
|
|
43
|
+
<li><a href="class_list.html">Classes</a></li>
|
|
44
|
+
<li><a href="method_list.html">Methods</a></li>
|
|
45
|
+
<li><a href="file_list.html">Files</a></li>
|
|
47
46
|
</ul>
|
|
48
47
|
<form class="navbar-form pull-right">
|
|
49
48
|
<input class="span2" type="text" placeholder="Search">
|
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.33
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -115,7 +115,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
115
115
|
version: '0'
|
|
116
116
|
segments:
|
|
117
117
|
- 0
|
|
118
|
-
hash: -
|
|
118
|
+
hash: -4141366572561935672
|
|
119
119
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
120
120
|
none: false
|
|
121
121
|
requirements:
|