oboe 2.7.15.1-java → 2.7.16.1-java

Sign up to get free protection for your applications and to get access to all the features.
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.15.1
4
+ version: 2.7.16.1
5
5
  platform: java
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-03-30 00:00:00.000000000 Z
12
+ date: 2015-04-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -101,6 +101,7 @@ files:
101
101
  - lib/oboe/inst/cassandra.rb
102
102
  - lib/oboe/inst/dalli.rb
103
103
  - lib/oboe/inst/em-http-request.rb
104
+ - lib/oboe/inst/excon.rb
104
105
  - lib/oboe/inst/faraday.rb
105
106
  - lib/oboe/inst/http.rb
106
107
  - lib/oboe/inst/memcache.rb
@@ -110,6 +111,7 @@ files:
110
111
  - lib/oboe/inst/rack.rb
111
112
  - lib/oboe/inst/redis.rb
112
113
  - lib/oboe/inst/resque.rb
114
+ - lib/oboe/inst/rest-client.rb
113
115
  - lib/oboe/inst/sequel.rb
114
116
  - lib/oboe/inst/typhoeus.rb
115
117
  - lib/oboe/instrumentation.rb
@@ -137,6 +139,7 @@ files:
137
139
  - test/instrumentation/cassandra_test.rb
138
140
  - test/instrumentation/dalli_test.rb
139
141
  - test/instrumentation/em_http_request_test.rb
142
+ - test/instrumentation/excon_test.rb
140
143
  - test/instrumentation/faraday_test.rb
141
144
  - test/instrumentation/http_test.rb
142
145
  - test/instrumentation/memcache_test.rb
@@ -152,12 +155,14 @@ files:
152
155
  - test/instrumentation/redis_sortedsets_test.rb
153
156
  - test/instrumentation/redis_strings_test.rb
154
157
  - test/instrumentation/resque_test.rb
158
+ - test/instrumentation/rest-client_test.rb
155
159
  - test/instrumentation/sequel_mysql2_test.rb
156
160
  - test/instrumentation/sequel_mysql_test.rb
157
161
  - test/instrumentation/sequel_pg_test.rb
158
162
  - test/instrumentation/typhoeus_test.rb
159
163
  - test/minitest_helper.rb
160
164
  - test/profiling/method_test.rb
165
+ - test/servers/rackapp_8101.rb
161
166
  - test/support/config_test.rb
162
167
  - test/support/dnt_test.rb
163
168
  - test/support/liboboe_settings_test.rb
@@ -188,6 +193,7 @@ specification_version: 4
188
193
  summary: AppNeta TraceView performance instrumentation gem for Ruby
189
194
  test_files:
190
195
  - test/minitest_helper.rb
196
+ - test/servers/rackapp_8101.rb
191
197
  - test/frameworks/grape_test.rb
192
198
  - test/frameworks/padrino_test.rb
193
199
  - test/frameworks/sinatra_test.rb
@@ -200,6 +206,7 @@ test_files:
200
206
  - test/instrumentation/sequel_pg_test.rb
201
207
  - test/instrumentation/redis_misc_test.rb
202
208
  - test/instrumentation/dalli_test.rb
209
+ - test/instrumentation/excon_test.rb
203
210
  - test/instrumentation/redis_keys_test.rb
204
211
  - test/instrumentation/redis_sortedsets_test.rb
205
212
  - test/instrumentation/redis_strings_test.rb
@@ -217,6 +224,7 @@ test_files:
217
224
  - test/instrumentation/sequel_mysql2_test.rb
218
225
  - test/instrumentation/cassandra_test.rb
219
226
  - test/instrumentation/memcached_test.rb
227
+ - test/instrumentation/rest-client_test.rb
220
228
  - test/profiling/method_test.rb
221
229
  - test/support/liboboe_settings_test.rb
222
230
  - test/support/config_test.rb