cloudwatch-metrics 0.1.27 → 0.1.28

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: 6d7d28d4963176ca824c32cf128a14b3f81a60b8ab3c65d93b4de269c9c449e2
4
- data.tar.gz: 799852f71ad7af881945fe6d85ce8108d11e390cf9497efead271fc21997fd75
3
+ metadata.gz: 89456a4ecc93553f87d5e3d3f15f6f12d2af68f69077f74afa9d20a1c8c25430
4
+ data.tar.gz: 771bc20ab3da441fe0a9aac3a33564193ca080807eb39a03b5d29715048385b6
5
5
  SHA512:
6
- metadata.gz: c2a45abd818bf26c0675fbe26820c1ec04981f5375b271424c3b1cc9c51fe1f65b61ee4b5952d6ba15fab524e7e23d2c71bd2c611c9342ad80ff893e60ae5eab
7
- data.tar.gz: 1f2299c37be6a0cfcbf9cdaf89e5f91e74bf064f4470f9f16174e4e23ad34f3699148136f2f7711e52b85d435ea1d919131a7a7d0ed3e9bd81215b2371788c95
6
+ metadata.gz: 226d953d7efca3e7d1a54ffd005e61eb5d43af2c3c7a4826851382ea21d2eba221aa09968b96f7f5539ac67694337501d7498d0ef77d385a2474eb48c1ce2bd2
7
+ data.tar.gz: 262a589845d7bdbe79f2e756ad02b29fb71d5eb998181ead429ab16cefacbcf804297d8c4b323f8bb711ab562d1591cf196da50b658dc5eed96d437ff99b1609
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cloudwatch-metrics (0.1.25)
4
+ cloudwatch-metrics (0.1.27)
5
5
  activesupport (~> 7.0)
6
6
  aws-sdk-cloudwatch (~> 1.73)
7
7
  rake (~> 13.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CloudwatchMetrics
4
- VERSION = '0.1.27'
4
+ VERSION = '0.1.28'
5
5
  end
@@ -30,6 +30,8 @@ module CloudwatchMetrics
30
30
 
31
31
  def configure
32
32
  yield(configuration)
33
+
34
+ Object.const_set(:CW, CloudwatchMetrics) unless CloudwatchMetrics.configuration.no_cw_alias
33
35
  end
34
36
 
35
37
  def record(
@@ -104,5 +106,3 @@ module CloudwatchMetrics
104
106
  end
105
107
  end
106
108
  end
107
-
108
- Object.const_set(:CW, CloudwatchMetrics) unless CloudwatchMetrics.configuration.no_cw_alias
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudwatch-metrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.27
4
+ version: 0.1.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Puckett