gems-status 0.2.3 → 0.2.4
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/lib/gems_status_metadata.rb +1 -1
- data/lib/view_results.rb +1 -1
- metadata +3 -3
data/lib/gems_status_metadata.rb
CHANGED
data/lib/view_results.rb
CHANGED
|
@@ -162,7 +162,7 @@ class ViewResults
|
|
|
162
162
|
|
|
163
163
|
def ViewResults.print_tail
|
|
164
164
|
puts "<h2>errors:</h2>"
|
|
165
|
-
Utils.errors.each {|e| puts "<br/><span class='alert'>#{e}</span>"}
|
|
165
|
+
Utils.errors.each {|e| puts "<br/><span class='footer'><span class='alert'>#{e}</span></span>"}
|
|
166
166
|
date = Time.now.strftime('%F0')
|
|
167
167
|
puts "<p class='footer'>run by <a href=\"https://github.com/jordimassaguerpla/gems-status\">gems-status</a> - #{date} - version: #{GemsStatusMetadata::VERSION}</p>
|
|
168
168
|
</body>
|
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: 31
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.2.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jordi Massaguer Pla
|