runit-man 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  module RunitManVersion
2
- VERSION = '2.0.1'.freeze
2
+ VERSION = '2.0.2'.freeze
3
3
  end
4
4
 
@@ -28,7 +28,7 @@ need_second_row = !service_info.files_to_view.empty? || !service_info.urls_to_vi
28
28
  </td>
29
29
  <td>
30
30
  <% if service_info.logged? %>
31
- <%= log_link(service_info.name, :hint => t('runit.services.table.values.log_hint', service_info.name), :blank => true, :title => service_info.log_file_location) %>
31
+ <%= log_link(service_info.name, :hint => t('runit.services.table.values.log_hint', :name => service_info.name), :blank => true, :title => service_info.log_file_location) %>
32
32
  <%= log_downloads_link(service_info.name) %>
33
33
  <% else %>
34
34
  <%= t('runit.services.table.values.log_absent') %>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runit-man
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 1
10
- version: 2.0.1
9
+ - 2
10
+ version: 2.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Akzhan Abdulin