cloudwatch-metrics 0.1.8 → 0.1.9

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: 93a69ab5c230e1d20a5e27d6bec7aef7d2ac1dfc77565ef488a00a7c5b58cd1d
4
- data.tar.gz: 1ef2071a486021492269cd66229bf5244027e9ed653674462cafc2693df42bb9
3
+ metadata.gz: 586e6288f7bb28dc0f45870852ea72130d9451fbdf5c9156014cfcfa153c0589
4
+ data.tar.gz: c47d772e45bbe741b1a8ea3579000d893c4318b74a64b361ee2663e3954d837c
5
5
  SHA512:
6
- metadata.gz: 997371f4ba7bf239ce91ef238625a3bedd84be61a9f7c1ed9c8df68bd2b09928b485d22d572e12d1079ac6f8addcc23af63c6aacd55d6302bc7110d8286a3275
7
- data.tar.gz: '019efd24444ef901e4b5212085012bbee3f81757b7fd2bf81e7ced58a8db273b09dc872741eec4f9baacd566f18fe6fd5ea48d54b8c1c9248c44d242062828de'
6
+ metadata.gz: 7c899e1748bbc566958933a8a2ea7cc0082c64ebf65ce4ad726e2d327778140da564ce49a6afef6d0e264b84296c9a548542583c2b44fcd4eecaad1d7cdf5239
7
+ data.tar.gz: 5d2c76ec9505340252ed5eb3273c30ca759777eccc02062902a6e0b6fa489a98ed38931c81bfdafcfd93b5499a59853bee8da26d25655a08cf9ca772879dc4d7
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CloudwatchMetrics
4
- VERSION = "0.1.8"
4
+ VERSION = "0.1.9"
5
5
  end
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'cloudwatch_metrics'
4
+
3
5
  CloudwatchMetrics.configure do |config|
4
6
  # This is the default namespace that all metrics from this application will be published to.
5
7
  # It should most likely be the name of the application/service.
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.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Puckett