sentry-jets 0.2.0 → 0.3.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 +4 -4
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +2 -2
- data/README.md +1 -1
- data/lib/sentry_jets/turbine.rb +1 -0
- data/lib/sentry_jets/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b7597bd1a4f2d5c79137333a70605c143e0cb726ccf44b8d41f7c5c748177ec
|
|
4
|
+
data.tar.gz: 4ddc05031fa7b4c0d0f9b567d576d4767847adf1e53c45dc57b7b427107be3b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4c785eb79ce5e230a8b3f2beb1db88328e3bf79f2da2b3d1d1b8e5f5197dac6a3df90712f25b1605606eb55592f1fe1b08137969ea3dc0df11bb641f9509e62
|
|
7
|
+
data.tar.gz: f66b29040a84cd47702ed817c16d590d73e477ef9a7d22e05fc4eb7695904f5f0589b83fb2d2a4bc12c3fc1388355605d2e73d6ed0eecf9af8077f4bb1ab9c95
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -25,7 +25,7 @@ GEM
|
|
|
25
25
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
26
26
|
rspec-support (~> 3.8.0)
|
|
27
27
|
rspec-support (3.8.0)
|
|
28
|
-
sentry-raven (2.
|
|
28
|
+
sentry-raven (2.9.0)
|
|
29
29
|
faraday (>= 0.7.6, < 1.0)
|
|
30
30
|
|
|
31
31
|
PLATFORMS
|
|
@@ -38,4 +38,4 @@ DEPENDENCIES
|
|
|
38
38
|
sentry-jets!
|
|
39
39
|
|
|
40
40
|
BUNDLED WITH
|
|
41
|
-
1.17.
|
|
41
|
+
1.17.3
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
This gem adds Sentry error reporting support to [Jets: Ruby Serverless Framework](http://rubyonjets.com/).
|
|
8
8
|
|
|
9
|
-
This gem is not officially associated and written by Sentry. This is written by [tongueroo](https://www.linkedin.com/in/tongueroo/). Looking for maintainers or someone who would like to see if they can get this integrated to the official [sentry-raven](https://github.com/getsentry/raven-ruby) gem
|
|
9
|
+
This gem is not officially associated and written by Sentry. This is written by [tongueroo](https://www.linkedin.com/in/tongueroo/). Looking for maintainers or someone who would like to see if they can get this integrated to the official [sentry-raven](https://github.com/getsentry/raven-ruby) gem instead. At which point, this gem should be deprecated.
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
data/lib/sentry_jets/turbine.rb
CHANGED
data/lib/sentry_jets/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.3.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:
|
|
11
|
+
date: 2019-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sentry-raven
|
|
@@ -108,8 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
109
|
version: '0'
|
|
110
110
|
requirements: []
|
|
111
|
-
|
|
112
|
-
rubygems_version: 2.7.6
|
|
111
|
+
rubygems_version: 3.0.2
|
|
113
112
|
signing_key:
|
|
114
113
|
specification_version: 4
|
|
115
114
|
summary: Sentry exception report support for Jets
|