traceview 3.1.0 → 3.2.1

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: traceview
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.2.1
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-08-03 00:00:00.000000000 Z
12
+ date: 2015-08-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -140,6 +140,7 @@ files:
140
140
  - lib/traceview/inst/twitter-cassandra.rb
141
141
  - lib/traceview/inst/typhoeus.rb
142
142
  - lib/traceview/instrumentation.rb
143
+ - lib/traceview/legacy_method_profiling.rb
143
144
  - lib/traceview/loading.rb
144
145
  - lib/traceview/logger.rb
145
146
  - lib/traceview/method_profiling.rb
@@ -185,7 +186,8 @@ files:
185
186
  - test/instrumentation/sequel_pg_test.rb
186
187
  - test/instrumentation/typhoeus_test.rb
187
188
  - test/minitest_helper.rb
188
- - test/profiling/method_test.rb
189
+ - test/profiling/legacy_method_profiling_test.rb
190
+ - test/profiling/method_profiling_test.rb
189
191
  - test/servers/rackapp_8101.rb
190
192
  - test/servers/rails3x_8140.rb
191
193
  - test/servers/rails4x_8140.rb
@@ -217,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
217
219
  version: '0'
218
220
  requirements: []
219
221
  rubyforge_project:
220
- rubygems_version: 2.4.5
222
+ rubygems_version: 2.4.8
221
223
  signing_key:
222
224
  specification_version: 4
223
225
  summary: AppNeta TraceView performance instrumentation gem for Ruby
@@ -251,7 +253,8 @@ test_files:
251
253
  - test/instrumentation/memcached_test.rb
252
254
  - test/instrumentation/em_http_request_test.rb
253
255
  - test/instrumentation/rest-client_test.rb
254
- - test/profiling/method_test.rb
256
+ - test/profiling/method_profiling_test.rb
257
+ - test/profiling/legacy_method_profiling_test.rb
255
258
  - test/frameworks/apps/grape_simple.rb
256
259
  - test/frameworks/apps/sinatra_simple.rb
257
260
  - test/frameworks/apps/padrino_simple.rb