gems-status 0.26.0 → 0.27.0
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.
|
@@ -77,10 +77,10 @@ class GemsCompositeCommand < GemsCommand
|
|
|
77
77
|
end
|
|
78
78
|
|
|
79
79
|
def print
|
|
80
|
-
|
|
80
|
+
HTMLView::print_head
|
|
81
81
|
ids = []
|
|
82
82
|
@commands.each { |c| ids << c.ident }
|
|
83
|
-
|
|
83
|
+
HTMLView::print_description(ids)
|
|
84
84
|
if !are_there_results?
|
|
85
85
|
return
|
|
86
86
|
end
|
|
@@ -98,9 +98,9 @@ class GemsCompositeCommand < GemsCommand
|
|
|
98
98
|
else
|
|
99
99
|
comments = nil
|
|
100
100
|
end
|
|
101
|
-
|
|
101
|
+
HTMLView::print_results(k, @results, @target, checker_results, comments)
|
|
102
102
|
@comments.delete(k)
|
|
103
103
|
end
|
|
104
|
-
|
|
104
|
+
HTMLView::print_tail(@checker_results, @comments)
|
|
105
105
|
end
|
|
106
106
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gems-status
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 115
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
8
|
+
- 27
|
|
9
9
|
- 0
|
|
10
|
-
version: 0.
|
|
10
|
+
version: 0.27.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jordi Massaguer Pla
|