instrument_all_the_things 1.1.0 → 1.1.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: f01d0f55884f47cb265247957c24e7fbbb8f0f37635cb914d55c91f79ec78c98
4
- data.tar.gz: 34a0f3a4a11a52f91514eaaec81e630f4791e214cb8e2a80d5a0ecad17b4bb1d
3
+ metadata.gz: cec4e44eca4faaa307a125d4bf90f55059ab93ba947fd2febb6f3b7cde27aee7
4
+ data.tar.gz: 849f7d9a971efc7329c8d4b998770935c7b4d0a91f53c6e27a447a5a1828dbc6
5
5
  SHA512:
6
- metadata.gz: 0cd9747694b38c9df3c950b0a18d9238fda0ce54b96a8b9e2fc5bfddc4f28c009c37b3328f0937858c78313f118f903c0d7e3243edd21dba070bc2b03d543116
7
- data.tar.gz: 1111549516d8ce51924392e2a5ea6af7ce799394606cba348bf6a2091dbebf961c3e61c2e0b27281b768fbcccf8ce9eec5492bfc5f489f865e0efab802c8cd62
6
+ metadata.gz: 67cd0dd88165297532c4c88eabca252d3302c51c67d38f6a4de75761936945dc5021b9b145897a39d0da02899501a1d893314fdfabba3a10129fbd5164cd1315
7
+ data.tar.gz: 66309b014384610db04fccc8171b94c261bad0ada11f4014fe44a010e7e13fed444219b07d8e1345de6b2f95ce179944e12d5a042cd335cf90b177a8eb1a482b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- instrument_all_the_things (1.0.4)
4
+ instrument_all_the_things (1.1.1)
5
5
  ddtrace
6
6
  dogstatsd-ruby
7
7
 
@@ -11,7 +11,7 @@ GEM
11
11
  ast (2.4.0)
12
12
  benchmark-ips (2.7.2)
13
13
  coderay (1.1.2)
14
- ddtrace (0.34.0)
14
+ ddtrace (0.34.2)
15
15
  msgpack
16
16
  diff-lcs (1.3)
17
17
  docile (1.3.2)
@@ -50,6 +50,9 @@ module InstrumentAllTheThings
50
50
 
51
51
  def self.included(other_class)
52
52
  other_class.extend(ClassMethods)
53
+
54
+ InstrumentAllTheThings::MethodProxy.for_class(other_class)
55
+ InstrumentAllTheThings::MethodProxy.for_class(other_class.singleton_class)
53
56
  end
54
57
  end
55
58
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstrumentAllTheThings
4
- VERSION = '1.1.0'
4
+ VERSION = '1.1.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instrument_all_the_things
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Malinconico
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-17 00:00:00.000000000 Z
11
+ date: 2020-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ddtrace
@@ -176,7 +176,7 @@ files:
176
176
  - vendor/cache/ast-2.4.0.gem
177
177
  - vendor/cache/benchmark-ips-2.7.2.gem
178
178
  - vendor/cache/coderay-1.1.2.gem
179
- - vendor/cache/ddtrace-0.34.0.gem
179
+ - vendor/cache/ddtrace-0.34.2.gem
180
180
  - vendor/cache/diff-lcs-1.3.gem
181
181
  - vendor/cache/docile-1.3.2.gem
182
182
  - vendor/cache/dogstatsd-ruby-4.7.0.gem