mic_monitor_gem 0.3.6 → 0.3.7
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 399fe928b934d4af255df83fdfc8673e80819c12c7d7736597694f1a18df7329
|
4
|
+
data.tar.gz: a6348cd40ce109414c9dac56f8f579eac72eac2c6addb63892441ab3dec019d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6e27dce0577fb4f0a32f69079f647f7a09b49d731d67fb3cd905ad06aa94cd187f01aed6b370f5eb78388a137dc1a448eb933a692baa4bb3a488a9dc22120be
|
7
|
+
data.tar.gz: bf1f629e43666f87b9b61d64b5c687cfa3345df86ec719d3344d37f6401e44b637f6e4caf93090dc872cc9416f5b201ea22a5c1e9e2e7f6872f6a7dad2764ae5
|
@@ -1,8 +1,9 @@
|
|
1
1
|
module MicMonitorGem
|
2
2
|
module Generators
|
3
3
|
class InstallGenerator < Rails::Generators::Base
|
4
|
-
|
5
|
-
|
4
|
+
def self.source_root
|
5
|
+
@source_root ||= File.expand_path(File.join(File.dirname(__FILE__), 'templates'))
|
6
|
+
end
|
6
7
|
def create_file_mic_monitor_gem
|
7
8
|
template 'mic_monitor_gem.rb', 'config/initializers/mic_monitor_gem.rb'
|
8
9
|
end
|
File without changes
|
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.3.
|
4
|
+
version: 0.3.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mic-locnv
|
@@ -21,7 +21,7 @@ files:
|
|
21
21
|
- app/controller/mic_monitor_gem/ping_controller.rb
|
22
22
|
- config/routes.rb
|
23
23
|
- lib/generators/mic_monitor_gem/install_generator.rb
|
24
|
-
- lib/generators/mic_monitor_gem/
|
24
|
+
- lib/generators/mic_monitor_gem/templates/mic_monitor_gem.rb
|
25
25
|
- lib/mic_monitor_gem.rb
|
26
26
|
- lib/mic_monitor_gem/engine.rb
|
27
27
|
- lib/mic_monitor_gem/version.rb
|