mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-05-13 01:11:56 -04:00
Add combined RBI file and fixes non-required and emptyable types in params (#1555)
* Ship a combined RBI in the gem * Exclude combined from sorbet config * comment
This commit is contained in:
parent
15e2d8393c
commit
817f7ccd87
181402
rbi/stripe.rbi
Normal file
181402
rbi/stripe.rbi
Normal file
File diff suppressed because one or more lines are too long
@ -2,3 +2,4 @@
|
||||
.
|
||||
--ignore=tmp/
|
||||
--ignore=vendor/
|
||||
--ignore=rbi/stripe.rbi
|
||||
|
@ -35,7 +35,10 @@ Gem::Specification.new do |s|
|
||||
/\A\.vscode/,
|
||||
/\Abin/,
|
||||
/\Asorbet/,
|
||||
/\Atest/
|
||||
/\Atest/,
|
||||
# Ignores the contents of rbi/stripe/** but keeps rbi/stripe.rbi
|
||||
# Only rbi/stripe.rbi is included in the gem
|
||||
%r{\Arbi/stripe/}
|
||||
)
|
||||
s.files = `git ls-files`.split("\n").grep_v(ignored)
|
||||
s.bindir = "exe"
|
||||
|
Loading…
x
Reference in New Issue
Block a user