canary_notifier 0.0.10 → 0.0.11

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.
data/Readme.md CHANGED
@@ -6,7 +6,7 @@ A simple way to get your ruby errors into Canary.
6
6
  Add this to your Gemfile:
7
7
 
8
8
  ```ruby
9
- gem 'canary_notifier' , '~> 0.0.9'
9
+ gem 'canary_notifier' , '~> 0.0.11'
10
10
  ```
11
11
 
12
12
  Do a `bundle install`.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'canary_notifier'
3
- s.version = '0.0.10'
3
+ s.version = '0.0.11'
4
4
  s.authors = ["Henry Scudder"]
5
5
  s.date = %q{2011-10-27}
6
6
  s.summary = "Exception notification to Canary for Rails apps"
@@ -37,7 +37,7 @@ class CanaryNotifier
37
37
  end
38
38
 
39
39
  def parse_backtrace_line(line)
40
- parts = first_line.split(':')
40
+ parts = line.split(':')
41
41
 
42
42
  # the backtrace will always parse funny on Windows due to paths containing things like
43
43
  # 'c:\ruby\etc...'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: canary_notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-10-27 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
16
- requirement: &70327292043020 !ruby/object:Gem::Requirement
16
+ requirement: &70190247541560 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70327292043020
24
+ version_requirements: *70190247541560
25
25
  description:
26
26
  email: support@canaryhq.com
27
27
  executables: []