mic_monitor_gem 0.2.6 → 0.3.0

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: 4fd3f8ec8fe5290df14099de1045a61942b6254f5997bf7ba0c912fc41d4de4d
4
- data.tar.gz: a9b828a5b724161cca23996eb6252a5605e5ba0052fabae24607a2779fe762f0
3
+ metadata.gz: 53099f88627390a66c11e102643195badc1e75533fb53c5bf1f7701604d293f6
4
+ data.tar.gz: d84713fd461149e545393d63a41e057360ef6cdbb8d79f357717a0f0a8c42ae9
5
5
  SHA512:
6
- metadata.gz: ee5ac64ff11e2579159538411e431043224549ac9495ad0407fee8f260fb87feae796eac7f037029693ec9d1f8fd8944e4c22703d84e6769396bec6ead36cc4e
7
- data.tar.gz: a98d71fd355f33fc1eb889f7bd19556fb3b0797593155ea964888ffde72c9e6698676d154f0afc18202ef77999215c11827f30f5edf569d098f97abb79f6117a
6
+ metadata.gz: 325a4588b605e398caeea4b4ef7d4a3fa141cf8968e9e729c3c81d19a5e9efaf9ed560b4c8957341666932bde8084627c784823be9fab2216c684b1d422430e6
7
+ data.tar.gz: ac0a7216603cd2080b28c40fc8ed6a401dfa274b2901e4e39ba19e8c9be00089c834000aec39317a58047ffb2777cdd415125cc0a740a937d2abae05a7f6568d
@@ -1,7 +1,7 @@
1
1
  module MicMonitorGem
2
2
  module Generators
3
3
  class InstallGenerator < Rails::Generators::Base
4
- source_root File.expand_path('../templates', __FILE__)
4
+ source_root File.expand_path('templates', __dir__)
5
5
 
6
6
  ENV_PATH = "#{Rails.root}/config/environments/production.rb"
7
7
 
@@ -16,10 +16,8 @@ module MicMonitorGem
16
16
  exception_recipients: ENV['EXCEPTION_RECINPIENTS']
17
17
  }
18
18
  RUBY
19
-
20
19
  end
21
20
  end
22
-
23
21
  end
24
22
  end
25
23
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MicMonitorGem
4
- VERSION = "0.2.6"
4
+ VERSION = "0.3.0"
5
5
  end
Binary file
Binary file
Binary file
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.6
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - mic-locnv
@@ -30,10 +30,9 @@ files:
30
30
  - bin/setup
31
31
  - config/environments/production.rb
32
32
  - config/routes.rb
33
+ - lib/generators/mic_monitor_gem/install_generator.rb
33
34
  - lib/mic_monitor_gem.rb
34
35
  - lib/mic_monitor_gem/engine.rb
35
- - lib/mic_monitor_gem/generator/mic_monitor_gem/USAGE
36
- - 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
39
38
  - mic_monitor_gem-0.1.1.gem
@@ -51,6 +50,10 @@ files:
51
50
  - mic_monitor_gem-0.2.3.gem
52
51
  - mic_monitor_gem-0.2.4.gem
53
52
  - mic_monitor_gem-0.2.5.gem
53
+ - mic_monitor_gem-0.2.6.gem
54
+ - mic_monitor_gem-0.2.7.gem
55
+ - mic_monitor_gem-0.2.8.gem
56
+ - mic_monitor_gem-0.2.9.gem
54
57
  - mic_monitor_gem.gemspec
55
58
  homepage: https://github.com/miclabs/mic_monitor_gem
56
59
  licenses:
@@ -1,5 +0,0 @@
1
- Description:
2
- Add config email to environments production
3
-
4
- Usage:
5
- rails generate mic_monitor_gem:install