infinum_graylog 0.12.0 → 0.12.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3ecccc453d879a760efdc5911d6dbe6fa4ab247db8c2526f1efa37d26e31a23
4
- data.tar.gz: 5c8b8e51604a0ea368949ad44acfd1a5bdf19ba542fc54c512899c98c9817705
3
+ metadata.gz: 25481ce40a400c1292b0a1480735232b7f99ba05a42d0a4c031238b703f37739
4
+ data.tar.gz: 661e493da599b2faff3e7447fab17eee6f1be9e951dea9520368bf8e13f4521b
5
5
  SHA512:
6
- metadata.gz: 96692cb33c879683f03a5ee87b6899bfe51561b79864fa90db72095280bc9e9fb73cc8bec2013fe9ac34206613d454c35c40f9f274299c3fc95beaf0b691eb24
7
- data.tar.gz: 16b6d01cc003a52abe61a8cd8ccb15e5a77714857d33432f20dfbebb898c640ad2d2848ca483cdf36215ab5e545aadd9e7d0acff8e0afa841dc6cadb03dc0593
6
+ metadata.gz: 4ab13454730f3e0daed0d0d25f415882a87a2002140acf599d6a2208bc7f73cf166554a10309120c70c176c98198461cfc3d9db13c00184b1020f0fd36ff3773
7
+ data.tar.gz: ade44688c6afd9c6b266976bc03464008932b04e9da7b54709d067899ac8aae44c6c10e6fedd7008074b4e8091a9d5439aa51ba4ad7f03d5face7673a8cc39df
@@ -3,8 +3,6 @@ module InfinumGraylog
3
3
  def self.subscribe
4
4
  return unless InfinumGraylog.can_subscribe?
5
5
 
6
- puts '[InfinumGraylog] notifications configured'
7
-
8
6
  ActiveSupport::Notifications.subscribe 'process_action.action_controller' do |*args|
9
7
  event = ActiveSupport::Notifications::Event.new(*args)
10
8
  Notifier.notify(ProcessActionController.new(event).format)
@@ -1,3 +1,3 @@
1
1
  module InfinumGraylog
2
- VERSION = '0.12.0'
2
+ VERSION = '0.12.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infinum_graylog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stjepan Hadjic
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-12 00:00:00.000000000 Z
11
+ date: 2019-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler