appmap 0.76.0 → 0.77.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15371b6980bcc95640c4d579c323da11db85509c0f50110c318da0d9cc04f189
4
- data.tar.gz: 03a4e889edcfaf15629a7e9662f230df18b3b1123c86ce463edf4ba03c9e7280
3
+ metadata.gz: 72b52604fce9e01c3e4bc760d12f877a47b846a2f42a3e880dc3fbe3a3caf07b
4
+ data.tar.gz: 50428860dafdf6f79add97f9f51787014358b6178f5206ebc915c85dced62eb7
5
5
  SHA512:
6
- metadata.gz: a1bc1b230b3e946400acbc3d1bc8ee87508973ce594ca488c17f2d39d1280346959e2c5acb5c9d3f6cd62627b61764f5cd0d96ef60639c645337df2ac850409b
7
- data.tar.gz: e0bb0223a99795cedc38470d49dae428a720f0638674dc4e04b26d15aa085286d51c42aacc1ee490ff713122711728af9df1064adcb66a6dff7ccb89292b72a5
6
+ metadata.gz: ae7670741f126ccf52fc7916229f29831a4320a673db755ab9c38fa9286e970baa447134c96acab4f443a4115bd8bca8f49552a983212e328bacabd88abd8352
7
+ data.tar.gz: 5e7b760bc10d31a40ae44996a9200e1ef6c3976364b4a43e5dd6b7b9b81005f57e1efac758f54b4d8274dc420cc74baebf91629ab12bc2a26b8959642feba56d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # [0.77.0](https://github.com/applandinc/appmap-ruby/compare/v0.76.0...v0.77.0) (2022-03-22)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add label job.perform ([fb5e220](https://github.com/applandinc/appmap-ruby/commit/fb5e220a1f4fd724d8d0178fd4282fed73ff9371))
7
+ * Add labels for devise ([734ec61](https://github.com/applandinc/appmap-ruby/commit/734ec617aa81d756acf3cb392b5eaabcf9521934))
8
+
1
9
  # [0.76.0](https://github.com/applandinc/appmap-ruby/compare/v0.75.0...v0.76.0) (2022-03-19)
2
10
 
3
11
 
@@ -1,2 +1,6 @@
1
1
  - method: ActiveJob::Enqueuing#enqueue
2
2
  label: job.create
3
+ - methods:
4
+ - ActiveJob::Execution#perform
5
+ - ActiveJob::Execution#perform_now
6
+ label: job.perform
@@ -0,0 +1,8 @@
1
+ - method: Devise::TokenGenerator#generate
2
+ label: secret
3
+ - method: Devise.friendly_token
4
+ label: secret
5
+ - method: Devise.secure_compare
6
+ label: security.secure_compare
7
+ - method: Devise::Strategies::DatabaseAuthenticatable#authenticate!
8
+ label: security.authentication
@@ -3,7 +3,7 @@
3
3
  module AppMap
4
4
  URL = 'https://github.com/applandinc/appmap-ruby'
5
5
 
6
- VERSION = '0.76.0'
6
+ VERSION = '0.77.0'
7
7
 
8
8
  APPMAP_FORMAT_VERSION = '1.5.1'
9
9
 
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.76.0
4
+ version: 0.77.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-03-19 00:00:00.000000000 Z
11
+ date: 2022-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -369,6 +369,7 @@ files:
369
369
  - lib/appmap/gem_hooks/activerecord.yml
370
370
  - lib/appmap/gem_hooks/activesupport.yml
371
371
  - lib/appmap/gem_hooks/cancancan.yml
372
+ - lib/appmap/gem_hooks/devise.yml
372
373
  - lib/appmap/gem_hooks/rails.yml
373
374
  - lib/appmap/gem_hooks/railties.yml
374
375
  - lib/appmap/gem_hooks/resque.yml