rspec-twirp 0.3.1 → 0.4.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: 8a706ac42abbda25e9b6928b76a21b328fcd42809228d072e5a235e18f824970
4
- data.tar.gz: a9792cfc6fb182a13e368a73755de2680a83d2884d258b68f1b4f97050a4cc74
3
+ metadata.gz: 20ecb58d57f97e2f56012800ab921838dd305710d16656ae4db713374289d4bd
4
+ data.tar.gz: d30cde8ba8696b13843737c74fba1d28512b1a882509a514462f0cefbf165584
5
5
  SHA512:
6
- metadata.gz: 80b17dd294a3b9a003fd6ee9976caefa4fa8a79191aecc6589f2f04f547853111cfbeba1c2f12ce50709b323740ca6554e07cbb5454bec4d8178c0ce555ca891
7
- data.tar.gz: b47c5786903745444d2eb92bfdc08f1c45b2c531d42b23a89179a5c3a0b77bbcc4462fe170e21322379eb1b4028728f270e358ef079b9d5a70ab10eac194ef2b
6
+ metadata.gz: 5713899cae185f81e937b60e033064eaaf2247b08782c0176d4111fc428e41052379f6db91d2293fffca0213cd3a5f7d1bed8514dd1a7d5d440943512e46a5c5
7
+ data.tar.gz: aff9016263fe227d186326eeb17a6280bf16710bc0b3d6ea50df2d1446fa5b1b2fb17cf6bc4dc693990e9d104797296d088be0f19c5a6bb453fa8b9816bf96b0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### v0.4.0 (2023-02-12)
2
+ - support for twirp 1.10
3
+
1
4
  ### v0.3.1 (2022-12-15)
2
5
  - simplify dependencies
3
6
  - action permissions
data/Gemfile CHANGED
@@ -1,3 +1,9 @@
1
1
  source "https://rubygems.org"
2
2
 
3
+ gem "twirp", ENV["TWIRP_VERSION"]
4
+
5
+ # TODO: remove hack/fix after twirp 1.10.1
6
+ # https://github.com/github/twirp-ruby/commit/aa4000f8ea9ff84447060ab8a7f425ed70e0bf56
7
+ gem "rack"
8
+
3
9
  gemspec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rspec-twirp (0.3.0)
4
+ rspec-twirp (0.4.0)
5
5
  google-protobuf (>= 3)
6
6
  rspec-expectations (>= 3)
7
7
  rspec-protobuf (>= 0.2)
@@ -11,42 +11,25 @@ GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
13
  byebug (11.1.3)
14
- codecov (0.6.0)
15
- simplecov (>= 0.15, < 0.22)
14
+ codecov (0.2.12)
15
+ json
16
+ simplecov
16
17
  diff-lcs (1.5.0)
17
18
  docile (1.4.0)
18
- faraday (1.10.2)
19
- faraday-em_http (~> 1.0)
20
- faraday-em_synchrony (~> 1.0)
21
- faraday-excon (~> 1.1)
22
- faraday-httpclient (~> 1.0)
23
- faraday-multipart (~> 1.0)
24
- faraday-net_http (~> 1.0)
25
- faraday-net_http_persistent (~> 1.0)
26
- faraday-patron (~> 1.0)
27
- faraday-rack (~> 1.0)
28
- faraday-retry (~> 1.0)
19
+ faraday (2.7.4)
20
+ faraday-net_http (>= 2.0, < 3.1)
29
21
  ruby2_keywords (>= 0.0.4)
30
- faraday-em_http (1.0.0)
31
- faraday-em_synchrony (1.0.0)
32
- faraday-excon (1.1.0)
33
- faraday-httpclient (1.0.1)
34
- faraday-multipart (1.0.4)
35
- multipart-post (~> 2)
36
- faraday-net_http (1.0.1)
37
- faraday-net_http_persistent (1.2.0)
38
- faraday-patron (1.0.0)
39
- faraday-rack (1.0.0)
40
- faraday-retry (1.0.3)
22
+ faraday-net_http (3.0.2)
41
23
  google-protobuf (3.21.12)
42
- multipart-post (2.2.3)
24
+ json (2.6.3)
25
+ rack (3.0.4.1)
43
26
  rspec (3.12.0)
44
27
  rspec-core (~> 3.12.0)
45
28
  rspec-expectations (~> 3.12.0)
46
29
  rspec-mocks (~> 3.12.0)
47
30
  rspec-core (3.12.0)
48
31
  rspec-support (~> 3.12.0)
49
- rspec-expectations (3.12.0)
32
+ rspec-expectations (3.12.2)
50
33
  diff-lcs (>= 1.2.0, < 2.0)
51
34
  rspec-support (~> 3.12.0)
52
35
  rspec-mocks (3.12.1)
@@ -57,14 +40,14 @@ GEM
57
40
  rspec-expectations (>= 3)
58
41
  rspec-support (3.12.0)
59
42
  ruby2_keywords (0.0.5)
60
- simplecov (0.21.2)
43
+ simplecov (0.22.0)
61
44
  docile (~> 1.1)
62
45
  simplecov-html (~> 0.11)
63
46
  simplecov_json_formatter (~> 0.1)
64
47
  simplecov-html (0.12.3)
65
48
  simplecov_json_formatter (0.1.4)
66
- twirp (1.9.0)
67
- faraday (< 2)
49
+ twirp (1.10.0)
50
+ faraday (< 3)
68
51
  google-protobuf (~> 3.0, >= 3.7.0)
69
52
 
70
53
  PLATFORMS
@@ -73,9 +56,11 @@ PLATFORMS
73
56
  DEPENDENCIES
74
57
  byebug
75
58
  codecov
59
+ rack
76
60
  rspec (>= 3)
77
61
  rspec-twirp!
78
62
  simplecov
63
+ twirp
79
64
 
80
65
  BUNDLED WITH
81
66
  2.3.9
@@ -1,5 +1,5 @@
1
1
  module RSpec
2
2
  module Twirp
3
- VERSION = "0.3.1"
3
+ VERSION = "0.4.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-twirp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Pepper
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-15 00:00:00.000000000 Z
11
+ date: 2023-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf