cloudwatch-metrics 0.1.27 → 1.0.0

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: 7e76f596fe51773a068e074190d2b73a050772e565f57a9728d7e05e8d0dc426
4
+ data.tar.gz: 1be98427ad0a9f15b9090bf0275d53d929d47d461c873fe574960895a3d47fb1
5
5
  SHA512:
6
- metadata.gz: c2a45abd818bf26c0675fbe26820c1ec04981f5375b271424c3b1cc9c51fe1f65b61ee4b5952d6ba15fab524e7e23d2c71bd2c611c9342ad80ff893e60ae5eab
7
- data.tar.gz: 1f2299c37be6a0cfcbf9cdaf89e5f91e74bf064f4470f9f16174e4e23ad34f3699148136f2f7711e52b85d435ea1d919131a7a7d0ed3e9bd81215b2371788c95
6
+ metadata.gz: 33bcd4130b0fc125d24fae7827ffa16005d2b43217e457a817ac419f4560885d9a7410249e22a8aca85ab8358e3e012a2a9d86d38f58c8ace23265449db76fa5
7
+ data.tar.gz: 1bd146a97750aa9be1b00f10491087a5b69933eda91f97821a467bcd2caf5415971641707bab97a9874843219ed9ddc51a6fefc0a3edce75f6754fab02667d7e
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 (1.0.0)
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 = '1.0.0'
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,14 +1,14 @@
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: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Puckett
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-15 00:00:00.000000000 Z
11
+ date: 2023-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -76,7 +76,8 @@ files:
76
76
  - lib/generators/cloudwatch_metrics/templates/cloudwatch_metrics.rb
77
77
  - pull_request_template.md
78
78
  homepage: https://github.com/pathccm/cloudwatch_metrics
79
- licenses: []
79
+ licenses:
80
+ - Nonstandard
80
81
  metadata:
81
82
  homepage_uri: https://github.com/pathccm/cloudwatch_metrics
82
83
  source_code_uri: https://github.com/pathccm/cloudwatch_metrics