whoops 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.
@@ -19,7 +19,7 @@ Whoops is a logging system. It consists of a Rails engine (which records logs an
19
19
  * http://airbrakeapp.com/pages/home[Airbrake (the app formerly known as Hoptoad)]
20
20
  * https://papertrailapp.com/[papertrail]
21
21
  * http://graylog2.org/[Graylog2]
22
- * https://github.com/jdpace/errbit[errbit]
22
+ * https://github.com/errbit/errbit[errbit]
23
23
 
24
24
  == License
25
25
 
File without changes
@@ -56,7 +56,7 @@ class Whoops::NotificationRule
56
56
  end
57
57
 
58
58
  def matches
59
- @matches ||= Whoops::NotificationRule.where(:matchers => /^#{event_group.service}/)
59
+ @matches ||= Whoops::NotificationRule.where(:matchers => /^(#{event_group.service}\S*$|#{event_group.service}.*#{event_group.environment})/)
60
60
  end
61
61
  end
62
62
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whoops
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 2
10
- version: 0.3.2
9
+ - 3
10
+ version: 0.3.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Daniel Higginbotham
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-07-04 00:00:00 Z
18
+ date: 2012-08-27 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rails
@@ -174,6 +174,7 @@ files:
174
174
  - app/assets/stylesheets/autocomplete.scss
175
175
  - app/assets/stylesheets/bootstrap.scss
176
176
  - app/assets/stylesheets/forms.scss
177
+ - app/assets/stylesheets/ie.css
177
178
  - app/assets/stylesheets/main.css.scss
178
179
  - app/assets/stylesheets/mixins.scss
179
180
  - app/assets/stylesheets/patterns.scss
@@ -244,10 +245,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
244
245
  requirements: []
245
246
 
246
247
  rubyforge_project:
247
- rubygems_version: 1.8.10
248
+ rubygems_version: 1.8.24
248
249
  signing_key:
249
250
  specification_version: 3
250
251
  summary: A Rails engine which receives logs and provides an interface for them
251
252
  test_files: []
252
253
 
253
- has_rdoc: