sentry-gruf 1.0.1 → 1.0.2

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: 215a50c0ee9e9e2b840da772e4283680202cbebb885678d7f8dafcc0fda0da5a
4
- data.tar.gz: 5ddb3f7f8909c1107fb40c7a4c6599edbeabfc03a09e936aeea5bcc03c3f4a0a
3
+ metadata.gz: 24ff0c577e744986e81a26dbdc2cf376d3ad0d909c79d96068df030ab4dec855
4
+ data.tar.gz: e1c182989769d24173a8569207564ae6c1f0f2f4f7f1d3b2d6a06c1c9132d9a5
5
5
  SHA512:
6
- metadata.gz: f2443f7adc8b6834225b05659674772b7d645ae7101a3b0347c5a528d53cef4ca1b189be03dfb9717c0ee6453b79651e7b24bde4d91d6facc3ee26e66b947594
7
- data.tar.gz: 8bef74f5fb71a8c33099de555b1f4ecd9a262e2b221bb7aa5d32aa7eb37403b12455859fd7ed325e539ab25dfda68b37f00ef5971e6382492046ca9773213c8e
6
+ metadata.gz: 67a6ac9f50e356a19e03a7b7d5e90f83f0482eac6b59334fdca63f1f42a8c0a6a5bcef049d54402e0471e616e09a440196163420a3a26e112356e0ab8cdd41d6
7
+ data.tar.gz: 7bf588cd1b376d75e3c0ca378c152c26a1383dae3ed0ee2cba89275cb6a18323194958b35326883beacbd5eb65e7f7e6b029c82b639a7fe44dc65a47e1968519
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sentry-gruf (1.0.1)
5
- gruf (~> 2.10.0)
4
+ sentry-gruf (1.0.2)
5
+ gruf (~> 2.10)
6
6
  sentry-ruby-core (~> 4.8)
7
7
 
8
8
  GEM
@@ -52,19 +52,19 @@ GEM
52
52
  google-protobuf (3.19.1-x86_64-linux)
53
53
  googleapis-common-protos-types (1.3.0)
54
54
  google-protobuf (~> 3.14)
55
- grpc (1.42.0-x86_64-linux)
56
- google-protobuf (~> 3.18)
55
+ grpc (1.41.0-x86_64-linux)
56
+ google-protobuf (~> 3.17)
57
57
  googleapis-common-protos-types (~> 1.0)
58
- grpc-tools (1.42.0)
59
- gruf (2.10.0)
58
+ grpc-tools (1.41.0)
59
+ gruf (2.11.0)
60
60
  activesupport (> 4)
61
61
  concurrent-ruby (> 1)
62
- e2mmap (~> 0.1)
63
- grpc (~> 1.10)
64
- grpc-tools (~> 1.10)
62
+ e2mmap (>= 0.1)
63
+ grpc (~> 1.10, <= 1.41.0)
64
+ grpc-tools (~> 1.10, <= 1.41.0)
65
65
  json (>= 2.3)
66
- slop (~> 4.6)
67
- thwait (~> 0.1)
66
+ slop (>= 4.6)
67
+ thwait (>= 0.1)
68
68
  i18n (1.8.11)
69
69
  concurrent-ruby (~> 1.0)
70
70
  json (2.6.1)
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 JustAnotherDude
3
+ Copyright (c) 2021 Cado Labs
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -13,6 +13,6 @@ module Sentry
13
13
  # * c is for incremental version, it is updated in other cases
14
14
  # According to this, it is enough to specify '~> a.b'
15
15
  # if private API was not used and to specify '~> a.b.c' if it was
16
- VERSION = "1.0.1"
16
+ VERSION = "1.0.2"
17
17
  end
18
18
  end
data/sentry_gruf.gemspec CHANGED
@@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
29
29
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
30
30
  spec.require_paths = ["lib"]
31
31
 
32
- spec.add_dependency "gruf", "~> 2.10.0"
32
+ spec.add_dependency "gruf", "~> 2.10"
33
33
  spec.add_dependency "sentry-ruby-core", "~> 4.8"
34
34
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sentry-gruf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - JustAnotherDude
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 2.10.0
19
+ version: '2.10'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 2.10.0
26
+ version: '2.10'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sentry-ruby-core
29
29
  requirement: !ruby/object:Gem::Requirement