yard-nowpunk 0.2.15 → 0.2.16
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 +25 -0
- data/yard-nowpunk.gemspec +2 -1
- metadata +3 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.16
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
|
+
<head>
|
|
5
|
+
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
|
|
6
|
+
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
|
|
7
|
+
</head>
|
|
8
|
+
<body>
|
|
9
|
+
<div id="header">
|
|
10
|
+
<%= erb(:breadcrumb) %>
|
|
11
|
+
<%= erb(:search) %>
|
|
12
|
+
<div class="clear"></div>
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
<iframe id="search_frame"></iframe>
|
|
16
|
+
|
|
17
|
+
<div id="content" class="container">
|
|
18
|
+
<div class="hero-unit">
|
|
19
|
+
<%= yieldall %>
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
|
|
23
|
+
<%= erb(:footer) %>
|
|
24
|
+
</body>
|
|
25
|
+
</html>
|
data/yard-nowpunk.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "yard-nowpunk"
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.16"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Farley Knight"]
|
|
@@ -26,6 +26,7 @@ Gem::Specification.new do |s|
|
|
|
26
26
|
"VERSION",
|
|
27
27
|
"lib/yard-nowpunk.rb",
|
|
28
28
|
"templates/default/layout/html/footer.erb",
|
|
29
|
+
"templates/default/layout/html/layout.erb",
|
|
29
30
|
"templates/default/method_details/html/method_signature.erb",
|
|
30
31
|
"templates/default/module/html/defines.erb",
|
|
31
32
|
"test/helper.rb",
|
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.16
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -76,6 +76,7 @@ files:
|
|
|
76
76
|
- VERSION
|
|
77
77
|
- lib/yard-nowpunk.rb
|
|
78
78
|
- templates/default/layout/html/footer.erb
|
|
79
|
+
- templates/default/layout/html/layout.erb
|
|
79
80
|
- templates/default/method_details/html/method_signature.erb
|
|
80
81
|
- templates/default/module/html/defines.erb
|
|
81
82
|
- test/helper.rb
|
|
@@ -96,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
96
97
|
version: '0'
|
|
97
98
|
segments:
|
|
98
99
|
- 0
|
|
99
|
-
hash:
|
|
100
|
+
hash: 36438892687585415
|
|
100
101
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
102
|
none: false
|
|
102
103
|
requirements:
|