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 +4 -4
- data/lib/{mic_monitor_gem/generator → generators}/mic_monitor_gem/install_generator.rb +1 -3
- data/lib/mic_monitor_gem/version.rb +1 -1
- data/mic_monitor_gem-0.2.6.gem +0 -0
- data/mic_monitor_gem-0.2.7.gem +0 -0
- data/mic_monitor_gem-0.2.8.gem +0 -0
- data/mic_monitor_gem-0.2.9.gem +0 -0
- metadata +6 -3
- data/lib/mic_monitor_gem/generator/mic_monitor_gem/USAGE +0 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53099f88627390a66c11e102643195badc1e75533fb53c5bf1f7701604d293f6
|
4
|
+
data.tar.gz: d84713fd461149e545393d63a41e057360ef6cdbb8d79f357717a0f0a8c42ae9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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('
|
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
|
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.
|
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:
|