nexus_semantic_logger 1.6.0 → 1.6.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: c46c9e6908dad2b296680d49614c23ded6233a745ddb27c3a597c44263551a1f
4
- data.tar.gz: 6ac671eeabd5d9e6b4d275763a46970249b395114bfa91906b2ad1de4695f5aa
3
+ metadata.gz: ea2a078005e99a203945c8892ccf965b7cada46f71e686e6e382a3c7b73fa39f
4
+ data.tar.gz: 5bcf83b9a9359a226ebcc8fa45818c34e9d117ccb70e61325dc7d4549a5983e4
5
5
  SHA512:
6
- metadata.gz: 9ba3d63127adaddb754280e5788039d2d34b6802e946c0e2416a8a4b9722f1ae99ba33e219d059cc69135c3d015795e7183ceb82059f606ffbf2da1546310c08
7
- data.tar.gz: 264e7d2376abf2e92aac3b38b274b578a662fd44cf31abc93d2120b1e4f8becba6347435ad2aa22f351fe1667420a484d32e2562e779a98154e4ef091b272727
6
+ metadata.gz: eb65aa0208df11d7fc46ac2dd23736978615952c411e71776a89eaa40962bc39b3540f90c4dfb2dccf1aab510dfe18864ad8e11cdf000d1a83292fc2715d9142
7
+ data.tar.gz: 54c00b54d3336e8c08f05c28380f400910d868995f446a089e93f9e2764fef9de8ed628fd9038661fd7a31942cb608821b7bb8b617a125f02d622ea810e6e9c1
@@ -14,7 +14,7 @@ module NexusSemanticLogger
14
14
  end
15
15
 
16
16
  def timing(metric, &block)
17
- super("#{@prefix}#{metric}", block)
17
+ super("#{@prefix}#{metric}", &block)
18
18
  end
19
19
  end
20
20
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module NexusSemanticLogger
3
- # Leave this as 1.6.0 in order for CI process to replace with the tagged version.
4
- VERSION = '1.6.0'
3
+ # Leave this as 1.6.1 in order for CI process to replace with the tagged version.
4
+ VERSION = '1.6.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexus_semantic_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johnathon Harris