merb_hoptoad_notifier 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
|
|
1
1
|
module Merb
|
2
2
|
module HoptoadNotifier
|
3
|
-
VERSION = '1.1.
|
3
|
+
VERSION = '1.1.1'
|
4
4
|
class << self
|
5
5
|
attr_accessor :api_key, :logger, :environment_filters
|
6
6
|
end
|
@@ -19,7 +19,7 @@ module Merb
|
|
19
19
|
end
|
20
20
|
|
21
21
|
def self.environment_filters=(filters)
|
22
|
-
|
22
|
+
environment_filters << filters
|
23
23
|
end
|
24
24
|
|
25
25
|
def self.logger
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: merb_hoptoad_notifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Corey Donohoe
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2010-02-16 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|