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 +4 -4
- data/Gemfile.lock +10 -17
- data/lib/seam/version.rb +1 -1
- data/lib/seam/webhook.rb +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c47615cf01fabbff89ed3fb2c39328d738ec2a4793c98a5dd91f0227806d2fbb
|
|
4
|
+
data.tar.gz: 6824424bfc7f8cfd753e91b25e8baf8c88f2e61ae9254a4fe0489afaa91609f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
36
|
-
json (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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
133
|
+
2.5.16
|
data/lib/seam/version.rb
CHANGED
data/lib/seam/webhook.rb
CHANGED