cloudwatch-metrics 0.1.4 → 0.1.5

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: 1c72dffbea80fed693f0534fe877fb3e9c8b8a8ec3d61bb23b88f1926c0c16cb
4
- data.tar.gz: 1edd1d4e525d361a5e1d062148c4b01de76d4307d4f902673b89a26bbf973cec
3
+ metadata.gz: f1a79a68a8a6b1195bdee1f4b1cefe3762c5f85a410a3ce03ba039b37dc64405
4
+ data.tar.gz: ece68eb724a3de42e6ae7353a630c446da837965d1cfa8c73eb4164eedd2d3e1
5
5
  SHA512:
6
- metadata.gz: 5b400ec9737e28061e56fd0ed699390c41f4c65cfd640dbd9419f2a2f2fa9a2eeca88209d752bb9451a186e3a822410cdf029a503255b175ab3136d0b3e52d94
7
- data.tar.gz: 31f3b87b8975060825b12df6b4a56a78a19d6ae2ef6b083c43b2457ed008dbef054b9e6225ffbae1be5b553666c2fa3d1cb1016b7aed3fe12202f2ff255f0e6f
6
+ metadata.gz: 20ca2dc49826361768961f2498112add75b3e47ece63ac0d58dbccc038e7e4df44a52e7322e7564d926d7fddf772c539a82c0abae74769b1e041764071682223
7
+ data.tar.gz: b097432c0e9bd2fd7d75715fa4d11a49801133db538e7332df4c2f84e19deef46898c8aa2a563d5b86c1a488a2eaf684c5eab4581af7925524139c7c44ca644a
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CloudwatchMetrics
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
5
5
  end
@@ -4,6 +4,6 @@ class InitializerGenerator < Rails::Generators::Base
4
4
  source_root File.expand_path('templates', __dir__)
5
5
 
6
6
  def copy_initializer_file
7
- copy_file "initializer.rb", "config/initializers/cloudwatch_metrics.rb"
7
+ copy_file "cloudwatch_metrics.rb", "config/initializers/cloudwatch_metrics.rb"
8
8
  end
9
9
  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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Puckett
@@ -84,8 +84,8 @@ files:
84
84
  - lib/cloudwatch_metrics.rb
85
85
  - lib/cloudwatch_metrics/configuration.rb
86
86
  - lib/cloudwatch_metrics/version.rb
87
- - lib/generators/initializer/initializer_generator.rb
88
- - lib/generators/initializer/templates/initializer.rb
87
+ - lib/generators/cloudwatch_metrics/initializer_generator.rb
88
+ - lib/generators/cloudwatch_metrics/templates/cloudwatch_metrics.rb
89
89
  homepage: https://github.com/pathccm/cloudwatch_metrics
90
90
  licenses: []
91
91
  metadata: