appoptics_apm 4.8.0 → 4.9.0

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: appoptics_apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.8.0
4
+ version: 4.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maia Engeli
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-05-14 00:00:00.000000000 Z
13
+ date: 2019-09-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: json
@@ -117,6 +117,7 @@ files:
117
117
  - ".dockerignore"
118
118
  - ".github/ISSUE_TEMPLATE/bug-or-feature-request.md"
119
119
  - ".gitignore"
120
+ - ".irbrc"
120
121
  - ".rubocop.yml"
121
122
  - ".travis.yml"
122
123
  - ".yardopts"
@@ -132,6 +133,7 @@ files:
132
133
  - build_gem_upload_to_packagecloud.sh
133
134
  - examples/SDK/01_basic_tracing.rb
134
135
  - examples/carrying_context.rb
136
+ - ext/oboe_metal/README.md
135
137
  - ext/oboe_metal/extconf.rb
136
138
  - ext/oboe_metal/lib/.keep
137
139
  - ext/oboe_metal/noop/noop.c
@@ -161,6 +163,7 @@ files:
161
163
  - lib/appoptics_apm/frameworks/rails/inst/action_controller3.rb
162
164
  - lib/appoptics_apm/frameworks/rails/inst/action_controller4.rb
163
165
  - lib/appoptics_apm/frameworks/rails/inst/action_controller5.rb
166
+ - lib/appoptics_apm/frameworks/rails/inst/action_controller6.rb
164
167
  - lib/appoptics_apm/frameworks/rails/inst/action_controller_api.rb
165
168
  - lib/appoptics_apm/frameworks/rails/inst/action_view.rb
166
169
  - lib/appoptics_apm/frameworks/rails/inst/action_view_30.rb
@@ -216,6 +219,7 @@ files:
216
219
  - lib/appoptics_apm/sdk/tracing.rb
217
220
  - lib/appoptics_apm/support/transaction_metrics.rb
218
221
  - lib/appoptics_apm/support/transaction_settings.rb
222
+ - lib/appoptics_apm/support/x_trace_options.rb
219
223
  - lib/appoptics_apm/support_report.rb
220
224
  - lib/appoptics_apm/test.rb
221
225
  - lib/appoptics_apm/thread_local.rb
@@ -230,6 +234,10 @@ files:
230
234
  - lib/oboe_metal.rb
231
235
  - lib/rails/generators/appoptics_apm/install_generator.rb
232
236
  - lib/rails/generators/appoptics_apm/templates/appoptics_apm_initializer.rb
237
+ - oboe.code-workspace
238
+ - scrap.rb
239
+ - scrap_gemfile
240
+ - scrap_gemfile.lock
233
241
  - yardoc_frontpage.md
234
242
  homepage: https://www.appoptics.com/
235
243
  licenses:
@@ -247,7 +255,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
247
255
  requirements:
248
256
  - - ">="
249
257
  - !ruby/object:Gem::Version
250
- version: 2.0.0
258
+ version: 2.4.0
251
259
  required_rubygems_version: !ruby/object:Gem::Requirement
252
260
  requirements:
253
261
  - - ">="
@@ -255,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
255
263
  version: '0'
256
264
  requirements: []
257
265
  rubyforge_project:
258
- rubygems_version: 2.7.3
266
+ rubygems_version: 2.7.6.2
259
267
  signing_key:
260
268
  specification_version: 4
261
269
  summary: AppOptics APM performance instrumentation gem for Ruby