scout_realtime 0.5.5.pre → 0.5.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +4 -1
- data/lib/scout_realtime/version.rb +1 -1
- data/scout_realtime.gemspec +1 -1
- metadata +7 -7
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Stream realtime server and process metrics to your browser!
|
4
4
|
|
5
|
-
<img src="https://dl.dropboxusercontent.com/u/468982/blog/realtime_screen.png">
|
5
|
+
<a href="http://scoutapp.github.io/scout_realtime/"><img src="https://dl.dropboxusercontent.com/u/468982/blog/realtime_screen.png"></a>
|
6
6
|
|
7
7
|
|
8
8
|
|
@@ -35,3 +35,6 @@ Scout realtime is a better `top` command: it gives you disk, memory, network, CP
|
|
35
35
|
* **How much resources will this take if I leave it running?** About the same CPU resources as htop. A bit more memory because it's written in Ruby.
|
36
36
|
|
37
37
|
|
38
|
+
Learn more at [scoutapp.github.io/scout_realtime](http://scoutapp.github.io/scout_realtime/).
|
39
|
+
|
40
|
+
|
data/scout_realtime.gemspec
CHANGED
metadata
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scout_realtime
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.5
|
5
|
-
prerelease:
|
4
|
+
version: 0.5.5
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Andre Lewis
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2014-03-
|
14
|
+
date: 2014-03-05 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: bundler
|
@@ -116,7 +116,7 @@ dependencies:
|
|
116
116
|
requirements:
|
117
117
|
- - ~>
|
118
118
|
- !ruby/object:Gem::Version
|
119
|
-
version: 1.
|
119
|
+
version: 1.2.0
|
120
120
|
type: :runtime
|
121
121
|
prerelease: false
|
122
122
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -124,7 +124,7 @@ dependencies:
|
|
124
124
|
requirements:
|
125
125
|
- - ~>
|
126
126
|
- !ruby/object:Gem::Version
|
127
|
-
version: 1.
|
127
|
+
version: 1.2.0
|
128
128
|
description: Realtime server metrics in your browser.
|
129
129
|
email:
|
130
130
|
- support@scoutapp.com
|
@@ -711,9 +711,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
711
711
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
712
712
|
none: false
|
713
713
|
requirements:
|
714
|
-
- - ! '
|
714
|
+
- - ! '>='
|
715
715
|
- !ruby/object:Gem::Version
|
716
|
-
version:
|
716
|
+
version: '0'
|
717
717
|
requirements: []
|
718
718
|
rubyforge_project:
|
719
719
|
rubygems_version: 1.8.23
|