yard-nowpunk 0.2.19 → 0.2.20
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/templates/default/layout/html/layout.erb +8 -0
- data/yard-nowpunk.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.20
|
@@ -12,10 +12,18 @@
|
|
12
12
|
— <%= h options.title %>
|
13
13
|
<% end %>
|
14
14
|
</title>
|
15
|
+
|
15
16
|
<% stylesheets.each do |stylesheet| %>
|
16
17
|
<link rel="stylesheet" href="<%= url_for(stylesheet) %>" type="text/css" media="screen" charset="utf-8" />
|
17
18
|
<% end %>
|
18
19
|
|
20
|
+
<style type="text/css">
|
21
|
+
body {
|
22
|
+
padding-top: 60px;
|
23
|
+
padding-bottom: 40px;
|
24
|
+
}
|
25
|
+
</style>
|
26
|
+
|
19
27
|
<%= erb :script_setup %>
|
20
28
|
</head>
|
21
29
|
|
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.20
|
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: 512355782423791596
|
101
101
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
102
102
|
none: false
|
103
103
|
requirements:
|