mic_monitor_gem 0.2.0 → 0.2.1

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: 01a513f17127fc2ae50c24851172750113afcfc8f70d8841ab2ee55705178648
4
- data.tar.gz: 63c2249c263fabed88e0c680208725f1bf32569cde66e487dbc52b0e1cbcbf0c
3
+ metadata.gz: 3ec3658ff2ef10b17d49456cafd2c3c190755bb325dbf2ce5bcf5247ac973d63
4
+ data.tar.gz: f46de5785a4afcf060903225bd187421ee63731dd78451203989c16a692f1c39
5
5
  SHA512:
6
- metadata.gz: f52cd05b1d7fef9e8d30fa057eb52c4143a8004766c6700ba8476288161fbf4cdaf4b363ec1547ca2a590eaa74519d248a5119e0bfd31ab2ad4e078250a28fcc
7
- data.tar.gz: ce6b64857374f0fba95885a692664f0d59ea513f2fcfb2c4edef6cd57d3d09d846e2ac480f2b009f320f9159299fdf935704109c799f5c9f885287709a007374
6
+ metadata.gz: 8fbce47b5d78d6af2c79e61a56cdb5cf974633ff146c2bf883970eed090713f329db9e33c46a7ed67cb5c6f7dbb6b1168b5a9a1486e62758bb1b2f536f005543
7
+ data.tar.gz: a39a9f290b2a25ff845c7b0f9f1e6bef8b90a582538d4c3775cd6c3c510270bad13a8a89f4ea5567e7adc71e3392f4bcd85f0d4775c0f8c65bb51988bdf56c8b
@@ -0,0 +1,2 @@
1
+ class MicMonitorGem::ApplicationController < MicMonitorGem.parent_controller.constantize
2
+ end
@@ -0,0 +1,7 @@
1
+ module MicMonitorGem
2
+ class MicMonitorGemsController < ApplicationController
3
+ def index
4
+ render json: {status: 200}
5
+ end
6
+ end
7
+ end
@@ -0,0 +1,6 @@
1
+ Rails.application.config.middleware.use ExceptionNotification::Rack,
2
+ email: {
3
+ email_prefix: '[PREFIX] ',
4
+ sender_address: %{"notifier" <loc2miclabs.co>},
5
+ exception_recipients: %w{loc@miclabs.co}
6
+ }
data/config/routes.rb ADDED
@@ -0,0 +1,3 @@
1
+ MicMonitorGem::Engine.routes.draw do
2
+ resources :mic_monitor_gems, only: [:index]
3
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MicMonitorGem
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mic-locnv
@@ -24,10 +24,25 @@ files:
24
24
  - LICENSE.txt
25
25
  - README.md
26
26
  - Rakefile
27
+ - app/controller/mic_monitor_gem/application_controller.rb
28
+ - app/controller/mic_monitor_gem/mic_monitor_gems_controller.rb
27
29
  - bin/console
28
30
  - bin/setup
31
+ - config/environments/production.rb
32
+ - config/routes.rb
29
33
  - lib/mic_monitor_gem.rb
30
34
  - lib/mic_monitor_gem/version.rb
35
+ - mic_monitor_gem-0.1.0.gem
36
+ - mic_monitor_gem-0.1.1.gem
37
+ - mic_monitor_gem-0.1.2.gem
38
+ - mic_monitor_gem-0.1.3.gem
39
+ - mic_monitor_gem-0.1.4.gem
40
+ - mic_monitor_gem-0.1.5.gem
41
+ - mic_monitor_gem-0.1.6.gem
42
+ - mic_monitor_gem-0.1.7.gem
43
+ - mic_monitor_gem-0.1.8.gem
44
+ - mic_monitor_gem-0.1.9.gem
45
+ - mic_monitor_gem-0.2.0.gem
31
46
  - mic_monitor_gem.gemspec
32
47
  homepage: https://github.com/miclabs/mic_monitor_gem
33
48
  licenses: