cloudwatch-metrics 0.1.6 → 0.1.7

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: 1c7b4c3a04dab08714fa7f31fb526c9852f915098d5e5aac435451d1a39fb432
4
- data.tar.gz: 7cc1a7aa292ba45bacd4d555f04f4c47d0dd8d8763412fad30c828505cff846f
3
+ metadata.gz: 8fb68586c8d6e7fd44f5db65b31ee64d1ba6d1d8d002020c8970d3b07566c77a
4
+ data.tar.gz: 99bd2846d53be024ad53a55e169db488ba2866025685eaf60b86024aa1cf7abd
5
5
  SHA512:
6
- metadata.gz: f0fd243beb040a3765d9a5329b7dd4057befbc0ddef84f746e295c0d470b8b687c6cab6e4afc89778dc56e4604149e13ba46f10640f8f82c6eac8c25e0f1f1a4
7
- data.tar.gz: 56a64f946197f6e579cfec577e9f885de6e7791e65955efaabdf28a7fc64e8b9f949ed96f4ca81dbc6a417958c801a2c66958472b4450e9a4683b39db82fa31e
6
+ metadata.gz: 3682d76828e310595720c636455b7b1257a0a0132db341d88b82455394fb5c26b30e61d133c7afeb22725d236da9544d98b63136082a96edca811fe0a6d20ea8
7
+ data.tar.gz: 8072681bc2ac5bd7fcdea34f7fc8f0e8212e35330227b52c7c04f604b136c503f69805db133cb8f184983a1da2fa96ef077db972de14fdb11d17b1fc672445b6
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CloudwatchMetrics
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
5
5
  end
@@ -1,9 +1,13 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class CloudwatchMetrics::InitializerGenerator < Rails::Generators::Base
4
- source_root File.expand_path('templates', __dir__)
3
+ module CloudwatchMetrics
4
+ module Generators
5
+ class InitializerGenerator < Rails::Generators::Base
6
+ source_root File.expand_path('templates', __dir__)
5
7
 
6
- def copy_initializer_file
7
- copy_file "cloudwatch_metrics.rb", "config/initializers/cloudwatch_metrics.rb"
8
+ def copy_initializer_file
9
+ copy_file "cloudwatch_metrics.rb", "config/initializers/cloudwatch_metrics.rb"
10
+ end
11
+ end
8
12
  end
9
13
  end
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.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Puckett