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 CHANGED
@@ -1,7 +1,11 @@
1
+ ## 0.5.2
2
+
3
+ * Updating authors and gemspec metadata.
4
+
1
5
  ## 0.5.1
2
6
 
3
7
  * Fixed Firefox layout, added some UI refinements, bumped up server_metrics gem requirement.
4
8
 
5
9
  ## 0.5.0
6
10
 
7
- * Beta release
11
+ * Initial beta release.
@@ -1,5 +1,5 @@
1
1
  module Scout
2
2
  module Realtime
3
- VERSION = "0.5.1"
3
+ VERSION = "0.5.2"
4
4
  end
5
5
  end
@@ -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 = ["andre@scoutapp.com"]
11
- spec.description = "Standalone realtime proof-of-concept"
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.com"
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.1
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: Standalone realtime proof-of-concept
128
+ description: Realtime server metrics in your browser.
127
129
  email:
128
- - andre@scoutapp.com
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.com
698
+ homepage: http://scoutapp.github.io/scout_realtime/
697
699
  licenses:
698
700
  - MIT
699
701
  post_install_message: