foreman_users 0.0.18 → 0.0.18.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,9 +19,9 @@
19
19
  <tbody>
20
20
  <% users.each do |user| %>
21
21
  <tr>
22
- <td class="hidden-tablet hidden-xs"><%= user.username %></td>
23
- <td class="hidden-xs"><%= user.ensure %></td>
24
- <td class="hidden-xs"><%= user.gid %></td>
22
+ <td class="hidden-tablet hidden-xs"><%#= user.username %></td>
23
+ <td class="hidden-xs"><%= user.ensure %></td>
24
+ <td class="hidden-xs"><%= user.gid %></td>
25
25
  <td class="hidden-tablet hidden-xs"><%= user.groups %></td>
26
26
  <td class="hidden-tablet hidden-xs"><%= user.home %></td>
27
27
  <td class="hidden-tablet hidden-xs"><%= user.password %></td>
@@ -1,3 +1,3 @@
1
1
  module ForemanUsers
2
- VERSION = '0.0.18'
2
+ VERSION = '0.0.18.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_users
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.18.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: