server_timing 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf99b600497254e308fd74362017f96bdd508a14
4
- data.tar.gz: 4d4e0096db8236d9d7bf46e024e5e9bcce8934dc
3
+ metadata.gz: f7e45473ce34344f2809de13c5f492c112e6cb69
4
+ data.tar.gz: 4d1696eb9bcd62d4d7895fac2ebb3d758458bf78
5
5
  SHA512:
6
- metadata.gz: be6282053487a8a35044f941af1780930e317a3cf0a19432941774f4558f5e9293fd081a8232cf9ff62eab0b732d26cad6eabe1a3081081a8f68cac69777c003
7
- data.tar.gz: 05031e19f2cbfb2baa6eab0c21d734c253050ff3ee9f109f2a229e8e1200a149423a1a4974a80b05c9b490122d470bebe07044a7243516d5fa164fdb23ad19d7
6
+ metadata.gz: 560e6f7e4866aee67287f7fd2262a75f5fcbf87d4b86e2c8a160bd081bb0f258dd46ee97fa445d7ea1d98b455e195285a58edda3e8b1e8c70dbb839c62ba87c5
7
+ data.tar.gz: 4e1982926f3e4b4f98af724bf68082b5f5de5184295aada64a180b540d8e967159e37179abab04ed76d07ef23ab6daf80ac572cf60f4e3eaf1db9791d4272bf0
@@ -0,0 +1,9 @@
1
+ # Changelog
2
+
3
+ # 1.0.1
4
+
5
+ * Fix when `scout_apm` isn't installed separately
6
+
7
+ # 1.0.0
8
+
9
+ 🚀
data/README.md CHANGED
@@ -40,7 +40,9 @@ If you have a Scout account, no extra configuration is required. If you wish to
40
40
 
41
41
  ## Browser Support
42
42
 
43
- As of this writing, [Chrome Canary](https://www.google.com/chrome/browser/canary.html) Versions 66+ display this information.
43
+ - Chrome 65+
44
+ - Firefox 59+
45
+ - Opera 52+
44
46
 
45
47
  ## Instrumentation
46
48
 
@@ -4,6 +4,8 @@ module ServerTiming
4
4
  end
5
5
  end
6
6
 
7
+ require "scout_apm"
8
+
7
9
  require "server_timing/auth"
8
10
  require "server_timing/middleware"
9
11
  require "server_timing/railtie" if ServerTiming.rails?
@@ -1,3 +1,3 @@
1
1
  module ServerTiming
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: server_timing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Haynes
@@ -60,6 +60,7 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - ".gitignore"
63
+ - CHANGELOG.md
63
64
  - Gemfile
64
65
  - LICENSE.txt
65
66
  - README.md
@@ -100,4 +101,3 @@ signing_key:
100
101
  specification_version: 4
101
102
  summary: View server-side performance metrics in your browser.
102
103
  test_files: []
103
- has_rdoc: