appmap 0.70.0 → 0.70.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 64006e414b4b6cece101a113b5b5359c370b77b96761cfcb02818c07e621d8c5
4
- data.tar.gz: e7ab888c17031adb8ae993dae863539b32359e967c706b2cc2b13f1f2bb11761
3
+ metadata.gz: e422b7f6bd3e851eea84202adfba2e8b33eb9e2c942eb7ffca3285a937dda7d0
4
+ data.tar.gz: 1ef8422eff3e6b1603746f07cb3a4f6a90256c917a064bb1d0cd5f2303deadfc
5
5
  SHA512:
6
- metadata.gz: e9b9fbf621b59dfb72875365d2c4485e174b4532b159d62854883e77fd741451f1e8ca4609b0a5323cccc562fcf31ead2ef19923bd3be3e6b0d5d28d5c188635
7
- data.tar.gz: 4a079f0b5ae28e45a065187e0044446bdbef6a5a91df88f9072b71a825a18c86e3ba6eaf8dc54102b224eb16f3eae1ea0b9e3b8da3958b209bdd9f5d78d0ac50
6
+ metadata.gz: e2a542ee8155931b63fe07388ff8b9ca40e5c58a505fe41e302a0f2018caf20646fcfc1fbfcf7f7f58e1242c071a70324654980097818281e07f054af9ce5cbb
7
+ data.tar.gz: a92a8b40984e4410715cb9f1965741e113c21cdee75ef17e18c6e2d7de90a7a1e8e4a8c11329d3e0428611f25f4b087f74ce5c4a34c418b547fe2ccc2589819e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.70.1](https://github.com/applandinc/appmap-ruby/compare/v0.70.0...v0.70.1) (2021-12-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Use require_name as the default package 'path' for builtins ([bcb4367](https://github.com/applandinc/appmap-ruby/commit/bcb4367811992c924c76950a22d11ddc3057c1ee))
7
+
1
8
  # [0.70.0](https://github.com/applandinc/appmap-ruby/compare/v0.69.0...v0.70.0) (2021-12-08)
2
9
 
3
10
 
data/lib/appmap/config.rb CHANGED
@@ -163,7 +163,7 @@ module AppMap
163
163
  def package_hooks(methods, path: nil, gem: nil, force: false, builtin: false, handler_class: nil, require_name: nil)
164
164
  Array(methods).map do |method|
165
165
  package = if builtin
166
- Package.build_from_builtin(path, require_name: require_name, labels: method.labels, shallow: false)
166
+ Package.build_from_builtin(path || require_name, require_name: require_name, labels: method.labels, shallow: false)
167
167
  elsif gem
168
168
  Package.build_from_gem(gem, require_name: require_name, labels: method.labels, shallow: false, force: force, optional: true)
169
169
  elsif path
@@ -3,7 +3,7 @@
3
3
  module AppMap
4
4
  URL = 'https://github.com/applandinc/appmap-ruby'
5
5
 
6
- VERSION = '0.70.0'
6
+ VERSION = '0.70.1'
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.70.0
4
+ version: 0.70.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Gilpin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-08 00:00:00.000000000 Z
11
+ date: 2021-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport