yard-nowpunk 0.2.14 → 0.2.15
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/templates/default/method_details/html/method_signature.erb +2 -2
- data/yard-nowpunk.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.15
|
@@ -9,6 +9,8 @@
|
|
9
9
|
<%= signature(object, false) %>
|
10
10
|
<% end %>
|
11
11
|
|
12
|
+
<a href="<%= YARD::Nowpunk.github_master %><%= object.file %>#L<%= object.line %>">[View on Github]</a>
|
13
|
+
|
12
14
|
<% if object.aliases.size > 0 %>
|
13
15
|
<span class="aliases">Also known as:
|
14
16
|
<span class="names"><%= object.aliases.map {|o|
|
@@ -22,6 +24,4 @@
|
|
22
24
|
<%= linkify object, owner.relative_path(object.namespace) %>
|
23
25
|
</span>
|
24
26
|
<% end %>
|
25
|
-
|
26
|
-
<a href="<%= YARD::Nowpunk.github_master %><%= object.file %>#L<%= object.line %>">[View on Github]</a>
|
27
27
|
</h3>
|
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.15
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -96,7 +96,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
96
96
|
version: '0'
|
97
97
|
segments:
|
98
98
|
- 0
|
99
|
-
hash:
|
99
|
+
hash: 733038732805341309
|
100
100
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
101
101
|
none: false
|
102
102
|
requirements:
|