airbrake-local 0.0.8 → 0.0.9

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.
@@ -56,7 +56,7 @@ Airbrake.instance_eval do
56
56
  # AirbrakeLocal::ErrorLog.create(errorlog)
57
57
  errorlog.save
58
58
 
59
- AirbrakeLocal::ErrorMailer.error_notify(errorlog_in_hash).deliver
59
+ # AirbrakeLocal::ErrorMailer.error_notify(errorlog_in_hash).deliver
60
60
 
61
61
  end
62
62
 
@@ -1,3 +1,3 @@
1
1
  module AirbrakeLocal
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -4,15 +4,15 @@ class AirbrakeLocalCreateErrorLogs < ActiveRecord::Migration
4
4
 
5
5
  t.text :exception
6
6
  t.text :backtrace
7
- t.string :error_class
7
+ t.text :error_class
8
8
  t.string :environment_name
9
9
  t.text :cgi_data
10
10
  t.text :error_message
11
11
  t.text :parameters
12
- t.string :component
13
- t.string :action
12
+ t.text :component
13
+ t.text :action
14
14
  t.text :session_data
15
- t.string :project_root, :limit=>512
15
+ t.text :project_root, :limit=>512
16
16
  t.text :url
17
17
 
18
18
  t.string :status, :default=>"Unsolved"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airbrake-local
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-07 00:00:00.000000000 Z
12
+ date: 2014-02-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: airbrake