sentry-jets 0.1.0 → 0.2.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d8c82da265c78824e39756bc21b73a257d804e06e935d484c4c6fa846909092
4
- data.tar.gz: 82cec02122c640a4aea3ede395c90af21826fd7647c87fb4fd884857c8bf126a
3
+ metadata.gz: a58f167b8e5be7140ff8878240ad78ac274c40f0b7eb2ae7931adf3a66c5980c
4
+ data.tar.gz: e7a4ec58f98441db5f5077999c52b4713279baf2173bc3f31bfd17c178c7e098
5
5
  SHA512:
6
- metadata.gz: e4efaa2d8d8475619a183f03209e4ec060f216a81c20f75962b5c9bcf0bd1d77c65d62594ec1580e091c90a6421817606b9f932bb2bd99b56164764e3fedacca
7
- data.tar.gz: cb30a960b84928689f1710e818ee916a4b2da89ddcd38f77cc2e1eb60aa8bd0f2555acf2a0b6515802ef1daadec9b1aa96c4923a46904f7b487fede64a7396e5
6
+ metadata.gz: 697fc5ddb259e345cf9068f48ae78d43654e3a3e4b0d9af565bf477b17c8fba9c5b9e5b5700547e633fe0b7877a9df1133a5343281dcf97ce43070abfb21e39c
7
+ data.tar.gz: d65eee21207cc70354aaf2667b536558bc2d956e1afa96f661705e8cbad316f1676c2160880c844c5aba748ed6bae46bf6f31c91158edfb75a66637eecb5df45
data/CHANGELOG.md ADDED
@@ -0,0 +1,10 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
+
6
+ ## [0.2.0]
7
+ - Use on_exception hook
8
+
9
+ ## [0.1.0]
10
+ - Initial release
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sentry_jets (0.1.0)
4
+ sentry-jets (0.2.0)
5
5
  sentry-raven
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  diff-lcs (1.3)
11
- faraday (0.15.3)
11
+ faraday (0.15.4)
12
12
  multipart-post (>= 1.2, < 3)
13
13
  multipart-post (2.0.0)
14
14
  rake (10.5.0)
@@ -35,7 +35,7 @@ DEPENDENCIES
35
35
  bundler (~> 1.16)
36
36
  rake (~> 10.0)
37
37
  rspec (~> 3.0)
38
- sentry_jets!
38
+ sentry-jets!
39
39
 
40
40
  BUNDLED WITH
41
- 1.16.3
41
+ 1.17.2
@@ -8,7 +8,7 @@ module SentryJets
8
8
  end
9
9
  end
10
10
 
11
- exception_reporter 'sentry.capture' do |exception|
11
+ on_exception 'sentry.capture' do |exception|
12
12
  Raven.capture_exception(exception)
13
13
  end
14
14
  end
@@ -1,3 +1,3 @@
1
1
  module SentryJets
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sentry-jets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-15 00:00:00.000000000 Z
11
+ date: 2018-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sentry-raven
@@ -76,6 +76,7 @@ files:
76
76
  - ".gitignore"
77
77
  - ".rspec"
78
78
  - ".travis.yml"
79
+ - CHANGELOG.md
79
80
  - Gemfile
80
81
  - Gemfile.lock
81
82
  - LICENSE.txt