scout_apm 1.5.2 → 1.5.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63d6bfdf9e557d66a065ff10e5572f7216fa5313
4
- data.tar.gz: 8985462f9fe11d8f0c9b1a7e754754b404e1ac72
3
+ metadata.gz: 27f05793dcadc7719efffe143482e56f78c869f4
4
+ data.tar.gz: c1edab9ff98a8a78076eaeb42d77bf63c5e970ca
5
5
  SHA512:
6
- metadata.gz: 5096255086114087eb5ebe349ca32de5fee8ab1c17348bb2cdaa79a6e1307cc7f87cd48e0c1dd136c9b5cbe6943d37c8b7afc0231ecf0b73c4f4d38c3211c72e
7
- data.tar.gz: 830663da6a9c1e1a549ae91c89bcb5d78badb9e44b341c30ec9849fc1d94b40ae32003e1b25095974a9128c08cd90b880f10ce74936be1367ba980d089ee20ca
6
+ metadata.gz: 83b0652fd7a20995670d3a2d2670d3945fcd7a122bbcd31f617509c977904f8f4d60e31c3a554aa3b56ccc71cfeb965869e7ddb080e8035c4676c47c569b6dc4
7
+ data.tar.gz: be85c7d2de39976a10940a89839c242b9f8866d13b0991e3cf787a6d863ec050dd2ea12213540b6336ca2a5b1ccc079365ccd79ea40e5bffd88bc3c6ac13f04f
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.5.3
2
+
3
+ * Fix another minor bug related to iso8601 timestamps
4
+
1
5
  # 1.5.2
2
6
 
3
7
  * Force timestamps to be iso8601 format
@@ -60,7 +60,7 @@ module ScoutApm
60
60
  when Numeric
61
61
  formatee
62
62
  when Time
63
- formatee.iso8601
63
+ %Q["#{formatee.iso8601}"]
64
64
  when nil
65
65
  "null"
66
66
  else # strings and everything
@@ -1,4 +1,4 @@
1
1
  module ScoutApm
2
- VERSION = "1.5.2"
2
+ VERSION = "1.5.3"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout_apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Haynes
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-05-13 00:00:00.000000000 Z
12
+ date: 2016-05-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest