oboe 2.7.8.1 → 2.7.9.lynx1

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: 2b9bbd08a173607dee7479100a3d26a882dda4f1
4
- data.tar.gz: 8ae72fb3f10506ccc4947628e77a55f3af33c6b7
3
+ metadata.gz: d32f3c0a9bf9e1b7c6a633ea89f02d00b27706da
4
+ data.tar.gz: 282619b82dda020f3c4c05460d4836945034b086
5
5
  SHA512:
6
- metadata.gz: c2b91731560f39824bb91dd58c25cfc4b5c4f16a799477d29c1e8e1565100962665b273c4ac920c47fe413bad7c635b6d7071905f6f4df352fb5d11859643af4
7
- data.tar.gz: ae29ddce04ecec926340fedd43167a277e1afc05993c2405f868da6e37552d6ea7ff37e7770358547ebc9667b7ebf7c9f73abb61a66008ea6f1b9aa3b7594cce
6
+ metadata.gz: 6d5973ba9dd280ceaf46b29e1520d22a7daff3d79ba707f2d113a44082fdb8bbe937f7c8b2af6fda1907c7903547ea30845cc4a86dc5d8079fcdcb3a80b7c0cd
7
+ data.tar.gz: 2a9f1e99bd92629e76a49289534e85c9c83ed370042e984ed018a54e0ff9a58a6faac4a44265a9d4a58f94c3ffb3c4e0773970e424ebfcfc2d7a41b72ff2d220
@@ -4,6 +4,41 @@ https://github.com/appneta/oboe-ruby/releases
4
4
 
5
5
  Dates in this file are in the format MM/DD/YYYY.
6
6
 
7
+ # oboe 2.7.8.1
8
+
9
+ This patch release includes:
10
+
11
+ * Improved sampling management and reporting
12
+
13
+ Pushed to Rubygems:
14
+
15
+ https://rubygems.org/gems/oboe/versions/2.7.8.1
16
+ https://rubygems.org/gems/oboe/versions/2.7.8.1-java
17
+
18
+
19
+ # oboe 2.7.7.1
20
+
21
+ This patch release includes:
22
+
23
+ * Add support and instrumentation for Sequel: #91
24
+
25
+ Pushed to Rubygems:
26
+
27
+ https://rubygems.org/gems/oboe/versions/2.7.7.1
28
+ https://rubygems.org/gems/oboe/versions/2.7.7.1-java
29
+
30
+ # oboe 2.7.6.2
31
+
32
+ This patch release includes:
33
+
34
+ * Fixed metrics when hosting a JRuby application under a Java webserver such as Tomcat: #94
35
+ * Fix for moped aggregate calls: #95
36
+
37
+ Pushed to Rubygems:
38
+
39
+ https://rubygems.org/gems/oboe/versions/2.7.6.2
40
+ https://rubygems.org/gems/oboe/versions/2.7.6.2-java
41
+
7
42
  # oboe 2.7.5.1 (11/20/2014)
8
43
 
9
44
  This patch release includes:
@@ -80,7 +80,7 @@ module Oboe
80
80
  ensure
81
81
  if result && Oboe::XTrace.valid?(xtrace)
82
82
  unless defined?(JRUBY_VERSION) && Oboe.is_continued_trace?
83
- result[1]['X-Trace'] = xtrace
83
+ result[1]['X-Trace'] = xtrace if result[1].is_a?(Hash)
84
84
  end
85
85
  end
86
86
  return result
@@ -8,8 +8,8 @@ module Oboe
8
8
  module Version
9
9
  MAJOR = 2
10
10
  MINOR = 7
11
- PATCH = 8
12
- BUILD = 1
11
+ PATCH = 9
12
+ BUILD = "lynx1"
13
13
 
14
14
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oboe
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.8.1
4
+ version: 2.7.9.lynx1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Giacomo Lombardo
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-01-08 00:00:00.000000000 Z
12
+ date: 2015-01-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -177,12 +177,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
177
177
  version: 1.8.6
178
178
  required_rubygems_version: !ruby/object:Gem::Requirement
179
179
  requirements:
180
- - - ">="
180
+ - - ">"
181
181
  - !ruby/object:Gem::Version
182
- version: '0'
182
+ version: 1.3.1
183
183
  requirements: []
184
184
  rubyforge_project:
185
- rubygems_version: 2.2.2
185
+ rubygems_version: 2.4.5
186
186
  signing_key:
187
187
  specification_version: 4
188
188
  summary: AppNeta TraceView performance instrumentation gem for Ruby