scout_realtime 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +5 -1
- data/lib/scout_realtime/version.rb +1 -1
- data/scout_realtime.gemspec +4 -4
- metadata +6 -4
data/CHANGELOG.md
CHANGED
data/scout_realtime.gemspec
CHANGED
|
@@ -6,11 +6,11 @@ require 'scout_realtime/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "scout_realtime"
|
|
8
8
|
spec.version = Scout::Realtime::VERSION
|
|
9
|
-
spec.authors = ["Andre Lewis"]
|
|
10
|
-
spec.email = ["
|
|
11
|
-
spec.description = "
|
|
9
|
+
spec.authors = ["Andre Lewis", "Derek Haynes", "Matt Rose"]
|
|
10
|
+
spec.email = ["support@scoutapp.com"]
|
|
11
|
+
spec.description = "Realtime server metrics in your browser."
|
|
12
12
|
spec.summary = ""
|
|
13
|
-
spec.homepage = "http://scoutapp.
|
|
13
|
+
spec.homepage = "http://scoutapp.github.io/scout_realtime/"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scout_realtime
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Andre Lewis
|
|
9
|
+
- Derek Haynes
|
|
10
|
+
- Matt Rose
|
|
9
11
|
autorequire:
|
|
10
12
|
bindir: bin
|
|
11
13
|
cert_chain: []
|
|
@@ -123,9 +125,9 @@ dependencies:
|
|
|
123
125
|
- - ~>
|
|
124
126
|
- !ruby/object:Gem::Version
|
|
125
127
|
version: 1.1.0.pre
|
|
126
|
-
description:
|
|
128
|
+
description: Realtime server metrics in your browser.
|
|
127
129
|
email:
|
|
128
|
-
-
|
|
130
|
+
- support@scoutapp.com
|
|
129
131
|
executables:
|
|
130
132
|
- scout_realtime
|
|
131
133
|
extensions: []
|
|
@@ -693,7 +695,7 @@ files:
|
|
|
693
695
|
- test/models/processes_test.rb
|
|
694
696
|
- test/runner_test.rb
|
|
695
697
|
- test/test_helper.rb
|
|
696
|
-
homepage: http://scoutapp.
|
|
698
|
+
homepage: http://scoutapp.github.io/scout_realtime/
|
|
697
699
|
licenses:
|
|
698
700
|
- MIT
|
|
699
701
|
post_install_message:
|