magistrate_monitor 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/db/test.sqlite3 +0 -0
- data/lib/magistrate_monitor/views/index.erb +1 -1
- data/magistrate_monitor.gemspec +1 -1
- metadata +4 -4
data/db/test.sqlite3
CHANGED
Binary file
|
@@ -16,7 +16,7 @@
|
|
16
16
|
<% @supervisors.each do |supervisor| %>
|
17
17
|
<tr>
|
18
18
|
<th><a href="<%= url "/supervisors/#{supervisor.name}" %>"><%= supervisor.name %></a><br>
|
19
|
-
<%= supervisor.last_checkin_at %></th>
|
19
|
+
<%= supervisor.last_checkin_at.strftime('%Y-%m-%dT%H:%M:%S%z') if supervisor.last_checkin_at %></th>
|
20
20
|
<th colspan="8"> - </th>
|
21
21
|
<td><a href="<%= url "/supervisors/#{supervisor.name}/delete" %>" data-confirm="Are you sure?" data-method="post" rel="nofollow">Delete</a><br>
|
22
22
|
</tr>
|
data/magistrate_monitor.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "magistrate_monitor"
|
3
|
-
s.version = "0.5.
|
3
|
+
s.version = "0.5.1"
|
4
4
|
|
5
5
|
s.summary = "The user frontend to monitoring and managing the magistrate gem"
|
6
6
|
s.description = "Receives checkins from the magistrate gem and sends back commands"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: magistrate_monitor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 9
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 1
|
10
|
+
version: 0.5.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Drew Blas
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-09-
|
18
|
+
date: 2011-09-23 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|