appmap 0.94.1 → 0.95.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.94.1
4
+ version: 0.95.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Gilpin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-11-23 00:00:00.000000000 Z
11
+ date: 2022-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: method_source
@@ -320,9 +320,12 @@ files:
320
320
  - ".dockerignore"
321
321
  - ".github/workflows/main.yml"
322
322
  - ".gitignore"
323
+ - ".nvmrc"
323
324
  - ".rbenv-gemsets"
324
325
  - ".releaserc.yml"
325
326
  - ".rubocop.yml"
327
+ - ".ruby-version"
328
+ - ".rufo"
326
329
  - ".travis.yml"
327
330
  - ARCHITECTURE.md
328
331
  - CHANGELOG.md
@@ -353,7 +356,7 @@ files:
353
356
  - ext/appmap/extconf.rb
354
357
  - lib/appmap.rb
355
358
  - lib/appmap/agent.rb
356
- - lib/appmap/builtin_hooks/activesupport.yml
359
+ - lib/appmap/builtin_hooks/active_support.yml
357
360
  - lib/appmap/builtin_hooks/json.yml
358
361
  - lib/appmap/builtin_hooks/logger.yml
359
362
  - lib/appmap/builtin_hooks/net/http.yml
@@ -384,7 +387,6 @@ files:
384
387
  - lib/appmap/gem_hooks/actionview.yml
385
388
  - lib/appmap/gem_hooks/activejob-cancel.yml
386
389
  - lib/appmap/gem_hooks/activejob.yml
387
- - lib/appmap/gem_hooks/activerecord.yml
388
390
  - lib/appmap/gem_hooks/cancancan.yml
389
391
  - lib/appmap/gem_hooks/devise.yml
390
392
  - lib/appmap/gem_hooks/jwt.yml
@@ -409,6 +411,7 @@ files:
409
411
  - lib/appmap/hook/method.rb
410
412
  - lib/appmap/hook/method/ruby2.rb
411
413
  - lib/appmap/hook/method/ruby3.rb
414
+ - lib/appmap/hook_log.rb
412
415
  - lib/appmap/metadata.rb
413
416
  - lib/appmap/middleware/remote_recording.rb
414
417
  - lib/appmap/minitest.rb
@@ -1,4 +0,0 @@
1
- - method: ActiveRecord::Relation#records
2
- label: dao.materialize
3
- - method: ActiveRecord::FixtureSet::File#raw_rows
4
- # label: deserialize.safe