yard-nowpunk 0.2.21 → 0.2.22
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/breadcrumb.erb +11 -0
- data/yard-nowpunk.gemspec +2 -1
- metadata +3 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.22
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<div id="menu">
|
2
|
+
<% if @contents || @file %>
|
3
|
+
<% if object != '_index.html' %><a href="<%= url_for_index %>">Index</a> » <% end %>
|
4
|
+
<span class="title"><%= @breadcrumb_title %></span>
|
5
|
+
<% elsif object.is_a?(CodeObjects::Base) %>
|
6
|
+
<a href="<%= url_for_index %>"><% if object.root? || object.type == :method %>Index<% else %>Index (<%= object.name.to_s[0,1] %>)<% end %></a> »
|
7
|
+
<%= @breadcrumb.map {|obj| "<span class='title'>" + linkify(obj, obj.name) + "</span>" }.join(" » ") %>
|
8
|
+
<%= @breadcrumb.size > 0 ? " » " : "" %>
|
9
|
+
<span class="title"><%= object.root? ? "Top Level Namespace" : object.name(true) %></span>
|
10
|
+
<% end %>
|
11
|
+
</div>
|
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.22"
|
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/fulldoc/html/js/app.js",
|
29
|
+
"templates/default/layout/html/breadcrumb.erb",
|
29
30
|
"templates/default/layout/html/footer.erb",
|
30
31
|
"templates/default/layout/html/layout.erb",
|
31
32
|
"templates/default/method_details/html/method_signature.erb",
|
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.22
|
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/fulldoc/html/js/app.js
|
79
|
+
- templates/default/layout/html/breadcrumb.erb
|
79
80
|
- templates/default/layout/html/footer.erb
|
80
81
|
- templates/default/layout/html/layout.erb
|
81
82
|
- templates/default/method_details/html/method_signature.erb
|
@@ -98,7 +99,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
98
99
|
version: '0'
|
99
100
|
segments:
|
100
101
|
- 0
|
101
|
-
hash:
|
102
|
+
hash: -98569190643346195
|
102
103
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
103
104
|
none: false
|
104
105
|
requirements:
|