seam 2.0.0b0 → 2.0.0b1

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: f62e294d25f9d5ed9508e9b5d240197d5a92809dbbbb31719722fb6075fecf85
4
- data.tar.gz: 51621ca4919764d502838e432d7722949ef504e1629bdb224a103d432cfc94ab
3
+ metadata.gz: c47615cf01fabbff89ed3fb2c39328d738ec2a4793c98a5dd91f0227806d2fbb
4
+ data.tar.gz: 6824424bfc7f8cfd753e91b25e8baf8c88f2e61ae9254a4fe0489afaa91609f4
5
5
  SHA512:
6
- metadata.gz: dc17fcb3c4583ccedf6aed31be275ca76ad721ed2364ac3820580ecd5954f4bb778a85e66eb26a804cc20ede4dd2aad8db1a7206ad5d829f3bfd40de6187e520
7
- data.tar.gz: 15de1ddba2b3b0d727aca93235634fa2fb60aece82a6238f06474c8795af1f7f8cd3b4f240d1facfe9d6ee0bc665bc91cae4af9ed8903a14da1b81f58c4190c2
6
+ metadata.gz: 990c8295e652aba9d0ccc06bf3af2a894ff1a1a095055438115e6a295e1082a04966dbeaffca13e34bc22dc41031a5cdbb1569f3c5a967130dfa507ffd6eb0e8
7
+ data.tar.gz: e0b2a61c39c454efba706c907779a73ed34781c921e893f2eb621f4ce91413111ea79a325947326c7a055d5438d209335cb6c9682f30ee7a02824b0bfe55e127
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seam (2.0.0b0)
4
+ seam (2.0.0b1)
5
5
  faraday (~> 2.7)
6
6
  faraday-retry (~> 2.2)
7
7
  svix (~> 1.30)
@@ -19,8 +19,6 @@ GEM
19
19
  rexml
20
20
  diff-lcs (1.5.1)
21
21
  docile (1.4.1)
22
- ethon (0.16.0)
23
- ffi (>= 1.15.0)
24
22
  faraday (2.12.0)
25
23
  faraday-net_http (>= 2.0, < 3.4)
26
24
  json
@@ -29,16 +27,14 @@ GEM
29
27
  net-http
30
28
  faraday-retry (2.2.1)
31
29
  faraday (~> 2.0)
32
- ffi (1.17.0)
33
- ffi (1.17.0-x86_64-linux-gnu)
34
30
  gem-release (2.2.2)
35
- hashdiff (1.1.1)
36
- json (2.7.2)
31
+ hashdiff (1.1.2)
32
+ json (2.8.1)
37
33
  language_server-protocol (3.17.0.3)
38
34
  lint_roller (1.1.0)
39
35
  logger (1.6.1)
40
36
  multi_json (1.15.0)
41
- net-http (0.4.1)
37
+ net-http (0.5.0)
42
38
  uri
43
39
  parallel (1.26.3)
44
40
  parse_gemspec (1.0.0)
@@ -46,7 +42,7 @@ GEM
46
42
  multi_json
47
43
  parse_gemspec
48
44
  thor
49
- parser (3.3.5.0)
45
+ parser (3.3.6.0)
50
46
  ast (~> 2.4.1)
51
47
  racc
52
48
  public_suffix (6.0.1)
@@ -54,7 +50,7 @@ GEM
54
50
  rainbow (3.1.1)
55
51
  rake (13.2.1)
56
52
  regexp_parser (2.9.2)
57
- rexml (3.3.8)
53
+ rexml (3.3.9)
58
54
  rspec (3.13.0)
59
55
  rspec-core (~> 3.13.0)
60
56
  rspec-expectations (~> 3.13.0)
@@ -78,7 +74,7 @@ GEM
78
74
  rubocop-ast (>= 1.32.2, < 2.0)
79
75
  ruby-progressbar (~> 1.7)
80
76
  unicode-display_width (>= 2.4.0, < 3.0)
81
- rubocop-ast (1.32.3)
77
+ rubocop-ast (1.35.0)
82
78
  parser (>= 3.3.1.0)
83
79
  rubocop-performance (1.22.1)
84
80
  rubocop (>= 1.48.1, < 2.0)
@@ -106,15 +102,12 @@ GEM
106
102
  standard-performance (1.5.0)
107
103
  lint_roller (~> 1.1)
108
104
  rubocop-performance (~> 1.22.0)
109
- svix (1.38.0)
110
- typhoeus (~> 1.0, >= 1.0.1)
105
+ svix (1.40.0)
111
106
  terminal-table (3.0.2)
112
107
  unicode-display_width (>= 1.1.1, < 3)
113
108
  thor (1.3.2)
114
- typhoeus (1.4.1)
115
- ethon (>= 0.9.0)
116
109
  unicode-display_width (2.6.0)
117
- uri (0.13.1)
110
+ uri (1.0.1)
118
111
  webmock (3.0.1)
119
112
  addressable (>= 2.3.6)
120
113
  crack (>= 0.3.2)
@@ -137,4 +130,4 @@ DEPENDENCIES
137
130
  webmock (~> 3.0.0)
138
131
 
139
132
  BUNDLED WITH
140
- 2.4.19
133
+ 2.5.16
data/lib/seam/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Seam
4
- VERSION = "2.0.0b0"
4
+ VERSION = "2.0.0b1"
5
5
  end
data/lib/seam/webhook.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "svix"
3
+ require "svix/webhook"
4
+ require "svix/errors"
4
5
  require_relative "base_resource"
5
6
  require_relative "routes/resources/event"
6
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seam
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0b0
4
+ version: 2.0.0b1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seam Labs, Inc.