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 +4 -4
- data/CHANGELOG.md +35 -0
- data/lib/oboe/inst/rack.rb +1 -1
- data/lib/oboe/version.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d32f3c0a9bf9e1b7c6a633ea89f02d00b27706da
|
4
|
+
data.tar.gz: 282619b82dda020f3c4c05460d4836945034b086
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d5973ba9dd280ceaf46b29e1520d22a7daff3d79ba707f2d113a44082fdb8bbe937f7c8b2af6fda1907c7903547ea30845cc4a86dc5d8079fcdcb3a80b7c0cd
|
7
|
+
data.tar.gz: 2a9f1e99bd92629e76a49289534e85c9c83ed370042e984ed018a54e0ff9a58a6faac4a44265a9d4a58f94c3ffb3c4e0773970e424ebfcfc2d7a41b72ff2d220
|
data/CHANGELOG.md
CHANGED
@@ -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:
|
data/lib/oboe/inst/rack.rb
CHANGED
data/lib/oboe/version.rb
CHANGED
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.
|
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-
|
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:
|
182
|
+
version: 1.3.1
|
183
183
|
requirements: []
|
184
184
|
rubyforge_project:
|
185
|
-
rubygems_version: 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
|