airbrake-local 0.0.9 → 0.0.10

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6c4e94e9f22280391f648576e303a65921fc03af
4
+ data.tar.gz: c5853344119b912a53e8f39b63bec8031ab8124e
5
+ SHA512:
6
+ metadata.gz: a22c51915b7f59b353fa9fe1ba3a163f3620113f34d222f7ce7432312d7c148fb12d19a4deeb8e6916181f0e57b7bc89cce0b8ae757a7eabe0796fcea14aeb3f
7
+ data.tar.gz: bdc158f4a3b14801a4ee13c53ad9e8ce677c3315e16c003a93ce759420989ec82b1f77c35f09f575e9e521b2aaf5017fa31f18f5d18cda9724d9142eb00fad0c
@@ -52,11 +52,9 @@ Airbrake.instance_eval do
52
52
  errorlog_in_hash[attr] = notice[attr].to_s
53
53
  end
54
54
  end
55
-
56
- # AirbrakeLocal::ErrorLog.create(errorlog)
55
+
57
56
  errorlog.save
58
-
59
- # AirbrakeLocal::ErrorMailer.error_notify(errorlog_in_hash).deliver
57
+ AirbrakeLocal::ErrorMailer.error_notify(errorlog_in_hash).deliver
60
58
 
61
59
  end
62
60
 
@@ -1,3 +1,3 @@
1
1
  module AirbrakeLocal
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airbrake-local
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
5
- prerelease:
4
+ version: 0.0.10
6
5
  platform: ruby
7
6
  authors:
8
7
  - Kevin
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-02-12 00:00:00.000000000 Z
11
+ date: 2014-12-18 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: airbrake
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '3.0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '3.0'
30
27
  description: Host your error log in your own server with airbrake.
@@ -79,27 +76,26 @@ files:
79
76
  - test/test_helper.rb
80
77
  homepage: https://github.com/kevin-shu/airbrake-local
81
78
  licenses: []
79
+ metadata: {}
82
80
  post_install_message:
83
81
  rdoc_options: []
84
82
  require_paths:
85
83
  - lib
86
84
  required_ruby_version: !ruby/object:Gem::Requirement
87
- none: false
88
85
  requirements:
89
- - - ! '>='
86
+ - - '>='
90
87
  - !ruby/object:Gem::Version
91
88
  version: '0'
92
89
  required_rubygems_version: !ruby/object:Gem::Requirement
93
- none: false
94
90
  requirements:
95
- - - ! '>='
91
+ - - '>='
96
92
  - !ruby/object:Gem::Version
97
93
  version: '0'
98
94
  requirements: []
99
95
  rubyforge_project:
100
- rubygems_version: 1.8.23
96
+ rubygems_version: 2.0.14
101
97
  signing_key:
102
- specification_version: 3
98
+ specification_version: 4
103
99
  summary: Host your error log in your own server with airbrake.
104
100
  test_files:
105
101
  - test/airbrake-local_test.rb