blinkist-airbrake-scrubber 4.4.0 → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 384474ed46015fbd829291dee4447f62f298cc5350c785553dfdec1a1bfdcfa1
|
4
|
+
data.tar.gz: 01ae174a8654423131efc1a0553bcf73522aa8c49bd28d68bb129b27721ee0e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65975aaba1e9a49c176e9f2163d332a6666b0875d391aab1fe0bca9cee0e03046310d5ef6045a8fb2f078d39460bdc8dffe798c52f38ea765de83a4bc73470a6
|
7
|
+
data.tar.gz: 6d4de8de1e728188bb318e27134af4af1423c71907d422ae6d3f4ca8d1f21c5a3c44134beac2ecf61527c63c819700582e8e3d0565af75fa755a6077e93122ac
|
@@ -14,8 +14,8 @@ Gem::Specification.new do |gem|
|
|
14
14
|
gem.homepage = "https://github.com/blinkist/airbrake-scrubber"
|
15
15
|
gem.license = "MIT"
|
16
16
|
|
17
|
-
#
|
18
|
-
gem.add_dependency "airbrake", ">= 9", "<
|
17
|
+
# https://github.com/airbrake/airbrake
|
18
|
+
gem.add_dependency "airbrake", ">= 9", "< 14"
|
19
19
|
|
20
20
|
gem.files = Dir["{lib,spec}/**/*", "README.md", "Rakefile", "Gemfile", "*.gemspec"]
|
21
21
|
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
|
data/spec/specs/version_spec.rb
CHANGED
@@ -7,11 +7,11 @@ describe Blinkist::AirbrakeScrubber::VERSION do
|
|
7
7
|
it 'provides the current version' do
|
8
8
|
version = Blinkist::AirbrakeScrubber::VERSION
|
9
9
|
expect(version).to_not be nil
|
10
|
-
expect(version
|
10
|
+
expect(version).to be_a String
|
11
11
|
end
|
12
12
|
|
13
|
-
it 'equals
|
13
|
+
it 'equals 5.0.0 for auto-check purposes' do
|
14
14
|
version = Blinkist::AirbrakeScrubber::VERSION
|
15
|
-
expect(version).to eq '
|
15
|
+
expect(version).to eq '5.0.0'
|
16
16
|
end
|
17
17
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blinkist-airbrake-scrubber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 5.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Blinkist
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: airbrake
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '9'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '
|
22
|
+
version: '14'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '9'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '
|
32
|
+
version: '14'
|
33
33
|
description: Email scrubbing configuration for Airbrake at Blinkist
|
34
34
|
email:
|
35
35
|
- operations@blinkist.com
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '0'
|
78
78
|
requirements: []
|
79
|
-
rubygems_version: 3.2.
|
79
|
+
rubygems_version: 3.2.32
|
80
80
|
signing_key:
|
81
81
|
specification_version: 4
|
82
82
|
summary: With this, Airbrake will not leak emails via exception notifications
|