cloudwatch-metrics 0.1.5 → 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: f1a79a68a8a6b1195bdee1f4b1cefe3762c5f85a410a3ce03ba039b37dc64405
4
- data.tar.gz: ece68eb724a3de42e6ae7353a630c446da837965d1cfa8c73eb4164eedd2d3e1
3
+ metadata.gz: 8fb68586c8d6e7fd44f5db65b31ee64d1ba6d1d8d002020c8970d3b07566c77a
4
+ data.tar.gz: 99bd2846d53be024ad53a55e169db488ba2866025685eaf60b86024aa1cf7abd
5
5
  SHA512:
6
- metadata.gz: 20ca2dc49826361768961f2498112add75b3e47ece63ac0d58dbccc038e7e4df44a52e7322e7564d926d7fddf772c539a82c0abae74769b1e041764071682223
7
- data.tar.gz: b097432c0e9bd2fd7d75715fa4d11a49801133db538e7332df4c2f84e19deef46898c8aa2a563d5b86c1a488a2eaf684c5eab4581af7925524139c7c44ca644a
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.5"
4
+ VERSION = "0.1.7"
5
5
  end
@@ -1,9 +1,13 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class 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.5
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Puckett