gems-status 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module GemsStatusMetadata
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
@@ -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: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordi Massaguer Pla