magistrate_monitor 0.2.3 → 0.2.4
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.rb +1 -5
- data/lib/{public → magistrate_monitor/public}/404.html +0 -0
- data/lib/{public → magistrate_monitor/public}/apple-touch-icon-114x114-precomposed.png +0 -0
- data/lib/{public → magistrate_monitor/public}/apple-touch-icon-57x57-precomposed.png +0 -0
- data/lib/{public → magistrate_monitor/public}/apple-touch-icon-72x72-precomposed.png +0 -0
- data/lib/{public → magistrate_monitor/public}/apple-touch-icon-precomposed.png +0 -0
- data/lib/{public → magistrate_monitor/public}/apple-touch-icon.png +0 -0
- data/lib/{public → magistrate_monitor/public}/crossdomain.xml +0 -0
- data/lib/{public → magistrate_monitor/public}/css/application.css +0 -0
- data/lib/{public → magistrate_monitor/public}/css/style.css +0 -0
- data/lib/{public → magistrate_monitor/public}/favicon.ico +0 -0
- data/lib/{public → magistrate_monitor/public}/humans.txt +0 -0
- data/lib/{public → magistrate_monitor/public}/js/application.js +0 -0
- data/lib/{public → magistrate_monitor/public}/js/libs/jquery-1.6.2.min.js +0 -0
- data/lib/{public → magistrate_monitor/public}/js/libs/modernizr-2.0.6.min.js +0 -0
- data/lib/{public → magistrate_monitor/public}/js/plugins.js +0 -0
- data/lib/{public → magistrate_monitor/public}/js/script.js +0 -0
- data/lib/{public → magistrate_monitor/public}/robots.txt +0 -0
- data/lib/{server.rb → magistrate_monitor/server.rb} +2 -2
- data/lib/{sinatra-activerecord.rb → magistrate_monitor/sinatra-activerecord.rb} +0 -0
- data/lib/{supervisor.rb → magistrate_monitor/supervisor.rb} +0 -0
- data/lib/{views → magistrate_monitor/views}/index.erb +0 -0
- data/lib/{views → magistrate_monitor/views}/layout.erb +0 -0
- data/lib/{views → magistrate_monitor/views}/show.erb +0 -0
- data/magistrate_monitor.gemspec +1 -1
- data/spec/spec_helper.rb +3 -1
- data/spec/supervisor_spec.rb +0 -1
- metadata +27 -27
data/db/test.sqlite3
CHANGED
Binary file
|
data/lib/magistrate_monitor.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
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.2.
|
3
|
+
s.version = "0.2.4"
|
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"
|
data/spec/spec_helper.rb
CHANGED
data/spec/supervisor_spec.rb
CHANGED
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: 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
|
- Drew Blas
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-09-01 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -180,30 +180,30 @@ files:
|
|
180
180
|
- db/development.sqlite3
|
181
181
|
- db/migrate/20110808122502_create_magistrate_monitor_table.rb
|
182
182
|
- db/test.sqlite3
|
183
|
+
- lib/magistrate_monitor/public/404.html
|
184
|
+
- lib/magistrate_monitor/public/apple-touch-icon-114x114-precomposed.png
|
185
|
+
- lib/magistrate_monitor/public/apple-touch-icon-57x57-precomposed.png
|
186
|
+
- lib/magistrate_monitor/public/apple-touch-icon-72x72-precomposed.png
|
187
|
+
- lib/magistrate_monitor/public/apple-touch-icon-precomposed.png
|
188
|
+
- lib/magistrate_monitor/public/apple-touch-icon.png
|
189
|
+
- lib/magistrate_monitor/public/crossdomain.xml
|
190
|
+
- lib/magistrate_monitor/public/css/application.css
|
191
|
+
- lib/magistrate_monitor/public/css/style.css
|
192
|
+
- lib/magistrate_monitor/public/favicon.ico
|
193
|
+
- lib/magistrate_monitor/public/humans.txt
|
194
|
+
- lib/magistrate_monitor/public/js/application.js
|
195
|
+
- lib/magistrate_monitor/public/js/libs/jquery-1.6.2.min.js
|
196
|
+
- lib/magistrate_monitor/public/js/libs/modernizr-2.0.6.min.js
|
197
|
+
- lib/magistrate_monitor/public/js/plugins.js
|
198
|
+
- lib/magistrate_monitor/public/js/script.js
|
199
|
+
- lib/magistrate_monitor/public/robots.txt
|
200
|
+
- lib/magistrate_monitor/server.rb
|
201
|
+
- lib/magistrate_monitor/sinatra-activerecord.rb
|
202
|
+
- lib/magistrate_monitor/supervisor.rb
|
203
|
+
- lib/magistrate_monitor/views/index.erb
|
204
|
+
- lib/magistrate_monitor/views/layout.erb
|
205
|
+
- lib/magistrate_monitor/views/show.erb
|
183
206
|
- lib/magistrate_monitor.rb
|
184
|
-
- lib/public/404.html
|
185
|
-
- lib/public/apple-touch-icon-114x114-precomposed.png
|
186
|
-
- lib/public/apple-touch-icon-57x57-precomposed.png
|
187
|
-
- lib/public/apple-touch-icon-72x72-precomposed.png
|
188
|
-
- lib/public/apple-touch-icon-precomposed.png
|
189
|
-
- lib/public/apple-touch-icon.png
|
190
|
-
- lib/public/crossdomain.xml
|
191
|
-
- lib/public/css/application.css
|
192
|
-
- lib/public/css/style.css
|
193
|
-
- lib/public/favicon.ico
|
194
|
-
- lib/public/humans.txt
|
195
|
-
- lib/public/js/application.js
|
196
|
-
- lib/public/js/libs/jquery-1.6.2.min.js
|
197
|
-
- lib/public/js/libs/modernizr-2.0.6.min.js
|
198
|
-
- lib/public/js/plugins.js
|
199
|
-
- lib/public/js/script.js
|
200
|
-
- lib/public/robots.txt
|
201
|
-
- lib/server.rb
|
202
|
-
- lib/sinatra-activerecord.rb
|
203
|
-
- lib/supervisor.rb
|
204
|
-
- lib/views/index.erb
|
205
|
-
- lib/views/layout.erb
|
206
|
-
- lib/views/show.erb
|
207
207
|
- LICENSE.txt
|
208
208
|
- README.md
|
209
209
|
- Gemfile
|