sorbet 0.5.5420 → 0.5.5427

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17b8d33c4accdfd1479095a6b586e4617923b019
4
- data.tar.gz: 2e8eb2c61fc0b417861480e29c15c45bcb72adcf
3
+ metadata.gz: 1dcdebc287d0a3e7cf869962435efc1502fde719
4
+ data.tar.gz: 83d3cf201af7642ba3cc0e3b1f7959f9085e54cd
5
5
  SHA512:
6
- metadata.gz: c09bcad05664762e0ea4928d7dfee28d3c9a8caf4d883957b5117cd9202fc56fc85a677dab9ba682221ec2ab076218f53c33804f970baa271a175f990a1848df
7
- data.tar.gz: c0dcfa343a5d6227fc2f1e74dfd82d386c180cc11777b8f5c35217dfbdf00f9302518a6d8a3fa18892b991edc9ead879af4b5894e8c8255d8f2249111cf6676f
6
+ metadata.gz: 84dc38bb60215fa1a02eb27ed22c67a76a6a2e01cc83c9977aea87a5b1f615b1463e3071209225d37c48c93abeed63c31f721a4f0b584598c496adc3ddf7a4c4
7
+ data.tar.gz: 7207e513f813f063c50f8530bda91ee89783ad22dd48d9b32147adc1c22df49126d138851d16ea7440cc1b5551c05bec93e4f02a9b7ea526948ed3b966fd76c7
data/lib/gem_loader.rb CHANGED
@@ -222,15 +222,63 @@ class Sorbet::Private::GemLoader
222
222
  'rack' => proc do
223
223
  my_require 'rack'
224
224
  [
225
- Rack::Auth::Basic::Request,
226
- Rack::Builder,
227
- Rack::Deflater,
225
+ Rack::BodyProxy,
226
+ Rack::Cascade,
227
+ Rack::Chunked,
228
+ Rack::CommonLogger,
229
+ Rack::ConditionalGet,
230
+ Rack::Config,
231
+ Rack::ContentLength,
232
+ Rack::ContentType,
233
+ Rack::ETag,
234
+ Rack::Events,
228
235
  Rack::File,
236
+ Rack::Files,
237
+ Rack::Deflater,
238
+ Rack::Directory,
239
+ Rack::ForwardRequest,
240
+ Rack::Handler,
241
+ Rack::Head,
242
+ Rack::Lint,
243
+ Rack::Lock,
244
+ Rack::Logger,
245
+ Rack::MediaType,
246
+ Rack::MethodOverride,
229
247
  Rack::Mime,
230
- Rack::MockRequest,
248
+ Rack::NullLogger,
249
+ Rack::Recursive,
250
+ Rack::Reloader,
251
+ Rack::RewindableInput,
252
+ Rack::Runtime,
253
+ Rack::Sendfile,
254
+ Rack::Server,
255
+ Rack::ShowExceptions,
256
+ Rack::ShowStatus,
257
+ Rack::Static,
258
+ Rack::TempfileReaper,
259
+ Rack::URLMap,
260
+ Rack::Utils,
261
+ Rack::Multipart,
231
262
  Rack::MockResponse,
263
+ Rack::Response,
264
+ Rack::Auth::Basic,
265
+ Rack::Auth::AbstractRequest,
266
+ Rack::Auth::AbstractHandler,
267
+ Rack::Auth::Digest::MD5,
268
+ Rack::Auth::Digest::Nonce,
269
+ Rack::Auth::Digest::Params,
270
+ Rack::Auth::Digest::Request,
232
271
  Rack::Session::Cookie,
233
- Rack::Static,
272
+ Rack::Session::Pool,
273
+ Rack::Session::Memcache,
274
+ Rack::Handler::CGI,
275
+ Rack::Handler::FastCGI,
276
+ Rack::Handler::WEBrick,
277
+ Rack::Handler::LSWS,
278
+ Rack::Handler::SCGI,
279
+ Rack::Handler::Thin,
280
+ Rack::Multipart::Generator,
281
+ Rack::Multipart::UploadedFile,
234
282
  ]
235
283
  end,
236
284
  'poncho' => proc do
@@ -364,7 +412,27 @@ class Sorbet::Private::GemLoader
364
412
  'coderay' => proc do
365
413
  my_require 'coderay'
366
414
  [
415
+ CodeRay::VERSION,
416
+ CodeRay::FileType,
417
+ CodeRay::Tokens,
418
+ CodeRay::TokensProxy,
419
+ CodeRay::TokenKinds,
367
420
  CodeRay::PluginHost,
421
+ CodeRay::Plugin,
422
+ CodeRay::Scanners,
423
+ CodeRay::Scanners::Scanner,
424
+ CodeRay::Scanners::Java::BuiltinTypes,
425
+ CodeRay::Scanners::Ruby::Patterns,
426
+ CodeRay::Scanners::Ruby::StringState,
427
+ CodeRay::Encoders,
428
+ CodeRay::Encoders::Encoder,
429
+ CodeRay::Encoders::HTML::Output,
430
+ CodeRay::Encoders::HTML::CSS,
431
+ CodeRay::Encoders::HTML::Numbering,
432
+ CodeRay::Styles,
433
+ CodeRay::Styles::Style,
434
+ CodeRay::Duo,
435
+ CodeRay::WordList,
368
436
  ]
369
437
  end,
370
438
  'byebug' => proc do
@@ -584,10 +652,33 @@ class Sorbet::Private::GemLoader
584
652
  'actiontext' => proc do
585
653
  my_require 'action_text'
586
654
  my_require 'action_text/engine'
655
+ [
656
+ ActionText::Attachable,
657
+ ActionText::Attachables::ContentAttachment,
658
+ ActionText::Attachables::MissingAttachable,
659
+ ActionText::Attachables::RemoteImage,
660
+ ActionText::AttachmentGallery,
661
+ ActionText::Attachment,
662
+ ActionText::Attachments::Caching,
663
+ ActionText::Attachments::Minification,
664
+ ActionText::Attachments::TrixConversion,
665
+ ActionText::Attribute,
666
+ ActionText::Content,
667
+ ActionText::Fragment,
668
+ ActionText::HtmlConversion,
669
+ ActionText::PlainTextConversion,
670
+ ActionText::Serialization,
671
+ ActionText::TrixAttachment,
672
+ ]
587
673
  end,
588
674
  'actionmailbox' => proc do
589
675
  my_require 'action_mailbox'
590
676
  my_require 'action_mailbox/engine'
677
+ [
678
+ ActionMailbox::Base,
679
+ ActionMailbox::Router,
680
+ ActionMailbox::TestCase,
681
+ ]
591
682
  end,
592
683
  'actioncable' => proc do
593
684
  my_require 'action_cable'
@@ -651,6 +742,67 @@ class Sorbet::Private::GemLoader
651
742
  end,
652
743
  'activesupport' => proc do
653
744
  my_require 'active_support'
745
+ [
746
+ ActiveSupport::Concern,
747
+ ActiveSupport::ActionableError,
748
+ ActiveSupport::CurrentAttributes,
749
+ ActiveSupport::Dependencies,
750
+ ActiveSupport::DescendantsTracker,
751
+ ActiveSupport::ExecutionWrapper,
752
+ ActiveSupport::Executor,
753
+ ActiveSupport::FileUpdateChecker,
754
+ ActiveSupport::EventedFileUpdateChecker,
755
+ ActiveSupport::LogSubscriber,
756
+ ActiveSupport::Notifications,
757
+ ActiveSupport::Reloader,
758
+ ActiveSupport::BacktraceCleaner,
759
+ ActiveSupport::ProxyObject,
760
+ ActiveSupport::Benchmarkable,
761
+ ActiveSupport::Cache,
762
+ ActiveSupport::Cache::FileStore,
763
+ ActiveSupport::Cache::MemoryStore,
764
+ ActiveSupport::Cache::NullStore,
765
+ ActiveSupport::Cache::Strategy::LocalCache,
766
+ ActiveSupport::Cache::Strategy::LocalCache::Middleware,
767
+ ActiveSupport::Callbacks,
768
+ ActiveSupport::Configurable,
769
+ ActiveSupport::Deprecation,
770
+ ActiveSupport::Digest,
771
+ ActiveSupport::Gzip,
772
+ ActiveSupport::Inflector,
773
+ ActiveSupport::JSON,
774
+ ActiveSupport::KeyGenerator,
775
+ ActiveSupport::MessageEncryptor,
776
+ ActiveSupport::MessageVerifier,
777
+ ActiveSupport::Multibyte,
778
+ ActiveSupport::Multibyte::Chars,
779
+ ActiveSupport::Multibyte::Unicode,
780
+ ActiveSupport::NumberHelper,
781
+ ActiveSupport::NumberHelper::NumberConverter,
782
+ ActiveSupport::NumberHelper::RoundingHelper,
783
+ ActiveSupport::NumberHelper::NumberToRoundedConverter,
784
+ ActiveSupport::NumberHelper::NumberToDelimitedConverter,
785
+ ActiveSupport::NumberHelper::NumberToHumanConverter,
786
+ ActiveSupport::NumberHelper::NumberToHumanSizeConverter,
787
+ ActiveSupport::NumberHelper::NumberToPhoneConverter,
788
+ ActiveSupport::NumberHelper::NumberToCurrencyConverter,
789
+ ActiveSupport::NumberHelper::NumberToPercentageConverter,
790
+ ActiveSupport::OptionMerger,
791
+ ActiveSupport::OrderedHash,
792
+ ActiveSupport::OrderedOptions,
793
+ ActiveSupport::StringInquirer,
794
+ ActiveSupport::TaggedLogging,
795
+ ActiveSupport::XmlMini,
796
+ ActiveSupport::ArrayInquirer,
797
+ ActiveSupport::Duration,
798
+ ActiveSupport::Duration::ISO8601Parser,
799
+ ActiveSupport::Duration::ISO8601Serializer,
800
+ ActiveSupport::TimeWithZone,
801
+ ActiveSupport::TimeZone,
802
+ ActiveSupport::Rescuable,
803
+ ActiveSupport::SafeBuffer,
804
+ ActiveSupport::TestCase,
805
+ ]
654
806
  end,
655
807
  'activerecord' => proc do
656
808
  my_require 'active_record'
@@ -727,6 +879,12 @@ class Sorbet::Private::GemLoader
727
879
  end,
728
880
  'sparql-client' => proc do
729
881
  my_require 'sparql/client'
882
+ [
883
+ SPARQL::Client::Query,
884
+ SPARQL::Client::Repository,
885
+ SPARQL::Client::Update,
886
+ SPARQL::Client::VERSION,
887
+ ]
730
888
  end,
731
889
  'selenium-webdriver' => proc do
732
890
  my_require 'selenium/webdriver'
@@ -919,6 +1077,35 @@ class Sorbet::Private::GemLoader
919
1077
  'kaminari-actionview' => proc do
920
1078
  my_require 'kaminari/actionview'
921
1079
  end,
1080
+ 'sxp' => proc do
1081
+ my_require 'sxp'
1082
+ [
1083
+ SXP::Pair,
1084
+ SXP::List,
1085
+ SXP::Generator,
1086
+ SXP::Reader,
1087
+ SXP::Reader::Basic,
1088
+ SXP::Reader::Extended,
1089
+ SXP::Reader::Scheme,
1090
+ SXP::Reader::CommonLisp,
1091
+ SXP::Reader::SPARQL,
1092
+ ]
1093
+ end,
1094
+ 'ebnf' => proc do
1095
+ my_require 'ebnf'
1096
+ [
1097
+ EBNF::Base,
1098
+ EBNF::BNF,
1099
+ EBNF::LL1,
1100
+ EBNF::LL1::Lexer,
1101
+ EBNF::LL1::Parser,
1102
+ EBNF::LL1::Scanner,
1103
+ EBNF::Parser,
1104
+ EBNF::Rule,
1105
+ EBNF::Writer,
1106
+ EBNF::VERSION,
1107
+ ]
1108
+ end,
922
1109
  }
923
1110
 
924
1111
  # This is so that the autoloader doesn't treat these as manditory requires
@@ -226,8 +226,9 @@ class Sorbet::Private::HiddenMethodFinder
226
226
  return if !Sorbet::Private::RealStdlib.real_is_a?(my_klass, Class) && !Sorbet::Private::RealStdlib.real_is_a?(my_klass, Module)
227
227
 
228
228
  # We specifically don't typecheck anything in T:: since it is hardcoded
229
- # into sorbet
230
- return if real_name(my_klass) == 'T'
229
+ # into sorbet. We don't include anything in Sorbet::Private:: because
230
+ # it's private.
231
+ return if ['T', 'Sorbet::Private'].include?(real_name(my_klass))
231
232
 
232
233
  source_type = nil
233
234
  if !source_entry
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sorbet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5420
4
+ version: 0.5.5427
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-06 00:00:00.000000000 Z
11
+ date: 2020-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sorbet-static
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.5.5420
19
+ version: 0.5.5427
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: 0.5.5420
26
+ version: 0.5.5427
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: minitest
29
29
  requirement: !ruby/object:Gem::Requirement