mic_monitor_gem 0.3.2 → 0.3.3

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: 7df63ed5ae8c11fa20becfb17abc24c4f0cce253aa721222228f8c7d44ece668
4
- data.tar.gz: b151144467502b4bb9471057cce12ea9b55b1c10eaea4a941f75231c69a40a60
3
+ metadata.gz: cc8794ae888ccb1a573453f302e5aaf255edc222722cea7213e674cab288e394
4
+ data.tar.gz: a36fa91ae67e74d252e512e45401b9e499508864e000e2773b6293616bb2ef68
5
5
  SHA512:
6
- metadata.gz: 9c940a6ee06e33dbd57add44675937f3ea0ba6ca72f667236c895028b00dae7cbfa5e6adc8818b8ace05140d627698ea35aaaab9d17f3b396319eaeb29badb6e
7
- data.tar.gz: de404a1976b98a8b9a5ba5c980a4e2565501ec32ba376f05003df09c3a2df8810ca06d0b6d4cb3acb6637f45f30e0f12c3f6a39c0753420bc8d21deaff68d9a2
6
+ metadata.gz: 14d16f7b97f3b17d6da5d07da778def7dfee1bc9fb9e03f167a314c0ca03ad42d3fb3510a3a314aa78da35de89f5df5cc36ed8771f6562abee0462630a9c381d
7
+ data.tar.gz: afadf6b99fd9c0c100925467b5ca37af4fbadf2ac1542cff94bcda6c93b0aaf9a4e11cab2f793e4c6deb49c15b3c36f4bfd57b4436243c53cb635400da5b39dd
@@ -8,6 +8,7 @@ module MicMonitorGem
8
8
  def add_config_email_to_env_produciton
9
9
  append_to_file ENV_PATH do
10
10
  <<-'RUBY'
11
+
11
12
  Rails.application.config.middleware.use ExceptionNotification::Rack,
12
13
  email: {
13
14
  deliver_with: :deliver, # Rails >= 4.2.1 do not need this option since it defaults to :deliver_now
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MicMonitorGem
4
- VERSION = "0.3.2"
4
+ VERSION = "0.3.3"
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.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - mic-locnv
@@ -56,6 +56,7 @@ files:
56
56
  - mic_monitor_gem-0.2.9.gem
57
57
  - mic_monitor_gem-0.3.0.gem
58
58
  - mic_monitor_gem-0.3.1.gem
59
+ - mic_monitor_gem-0.3.2.gem
59
60
  - mic_monitor_gem.gemspec
60
61
  homepage: https://github.com/miclabs/mic_monitor_gem
61
62
  licenses: