cloudwatch-metrics 0.1.28 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89456a4ecc93553f87d5e3d3f15f6f12d2af68f69077f74afa9d20a1c8c25430
4
- data.tar.gz: 771bc20ab3da441fe0a9aac3a33564193ca080807eb39a03b5d29715048385b6
3
+ metadata.gz: 7e76f596fe51773a068e074190d2b73a050772e565f57a9728d7e05e8d0dc426
4
+ data.tar.gz: 1be98427ad0a9f15b9090bf0275d53d929d47d461c873fe574960895a3d47fb1
5
5
  SHA512:
6
- metadata.gz: 226d953d7efca3e7d1a54ffd005e61eb5d43af2c3c7a4826851382ea21d2eba221aa09968b96f7f5539ac67694337501d7498d0ef77d385a2474eb48c1ce2bd2
7
- data.tar.gz: 262a589845d7bdbe79f2e756ad02b29fb71d5eb998181ead429ab16cefacbcf804297d8c4b323f8bb711ab562d1591cf196da50b658dc5eed96d437ff99b1609
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.27)
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.28'
4
+ VERSION = '1.0.0'
5
5
  end
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.28
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