mic_monitor_gem 0.2.7 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b064ae06e7aba1bfcf6f5891c5bcf7457a04f5cd97f292610412cb5ec582d45
4
- data.tar.gz: f2d4344d9595e57d2f3981e2f17e652c8a850b228d72b2dba7a66d8926bb9122
3
+ metadata.gz: 610707a9d73bceb81b1fe9dea484b2e4eb523c7efaa0348fe548955a42a36ee6
4
+ data.tar.gz: 3c9d63345154cefd7bdee5a1514ba7573efe770fe728cd11f01c2189aac8a0a2
5
5
  SHA512:
6
- metadata.gz: 2fccaffd3315d42b9306a68a30d2b5050d4fe89983d17e0e4073dbc7814945e8459fe7e147ab4d79ef58198c01a0aed4d6de15beab8ae7b1ffe0c0996aab11f8
7
- data.tar.gz: a368a2be45f3b5d8c9ad6124c2d43cfb2f249e3231a3d3a7eb317659f54a0bf25e258f89be843a922c31bba8a381642f54735df31523ac5f39d2ba42a0658e03
6
+ metadata.gz: bf3de95d4b5e7fc838f53e2dba733a1db35529f6037afe5a947ea8cd504cf1ad05e2d75482df5b61643d9f0fc59dd8daffcf021460a910482f0c2e7d71fc6e27
7
+ data.tar.gz: 4af3da7534dd5a86c097a7cb9d64a6d8f182ac562174564d1f5a9fbb7c3aa87dd20ec308e26ef8e597ebc739fb5383df93e994c6021e0395834504ea35a43630
@@ -1,4 +1,4 @@
1
- class MicMonitorGem::InstallGenerator < ::Rails::Generators::Base
1
+ class MicMonitorGem::InstallGenerator < Rails::Generators::Base
2
2
  source_root File.expand_path('templates', __dir__)
3
3
 
4
4
  ENV_PATH = "#{Rails.root}/config/environments/production.rb"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MicMonitorGem
4
- VERSION = "0.2.7"
4
+ VERSION = "0.2.8"
5
5
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mic_monitor_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - mic-locnv
@@ -32,7 +32,6 @@ files:
32
32
  - config/routes.rb
33
33
  - lib/mic_monitor_gem.rb
34
34
  - lib/mic_monitor_gem/engine.rb
35
- - lib/mic_monitor_gem/generator/mic_monitor_gem/USAGE
36
35
  - lib/mic_monitor_gem/generator/mic_monitor_gem/install_generator.rb
37
36
  - lib/mic_monitor_gem/version.rb
38
37
  - mic_monitor_gem-0.1.0.gem
@@ -52,6 +51,7 @@ files:
52
51
  - mic_monitor_gem-0.2.4.gem
53
52
  - mic_monitor_gem-0.2.5.gem
54
53
  - mic_monitor_gem-0.2.6.gem
54
+ - mic_monitor_gem-0.2.7.gem
55
55
  - mic_monitor_gem.gemspec
56
56
  homepage: https://github.com/miclabs/mic_monitor_gem
57
57
  licenses:
@@ -1,5 +0,0 @@
1
- Description:
2
- Add config email to environments production
3
-
4
- Usage:
5
- rails generate mic_monitor_gem:install