sorbet 0.5.5384 → 0.5.5403

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/gem_loader.rb +111 -0
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d1c6aa5e1b9b7da4c19873b1530e1f58789a15be
4
- data.tar.gz: 52b7730f7e925e24e02518a53cf9bd4709da8081
3
+ metadata.gz: 9913dd4d9e85bfe20d7ce18bd0fef6bbdbba7d1b
4
+ data.tar.gz: 36a16e5ba01df92d6d1ec50b0478cfd1017de91c
5
5
  SHA512:
6
- metadata.gz: ca67d541335980280320c0e9c53cc4352029f0435f460d76ffb89458eded547c3cbc4b4c2ee8eabd57991ae57adaf47faa24a606b121ac4d630e8ef95d194205
7
- data.tar.gz: e439c75c926479c14c052df6c10442375dc619762d42205fd26bcd402c1c3b179e876d227e3c215d937baf99b219a2930592d75db006a2d8a9a1e7a356c668c6
6
+ metadata.gz: 558a34c04930bf2d2040f23a05168b5faf7aa4d7494431f386dc2a64bc1ac0bcba14db8c8c00ddf95a431bca5f44e6a810675fa25ba8d70b32f4bb49437cbd52
7
+ data.tar.gz: 5cbe6cc45c20102636e2ba4efda2d8617001567870675438c85e23c1ab6181fcfeaae93cef714972f1a2292c4e4f676c73e0d450d74f987537129cd37943df6d
data/lib/gem_loader.rb CHANGED
@@ -557,7 +557,28 @@ class Sorbet::Private::GemLoader
557
557
  my_require 'action_view/railtie'
558
558
  [
559
559
  ActionView::Base,
560
+ ActionView::Context,
561
+ ActionView::Digestor,
562
+ ActionView::Helpers,
563
+ ActionView::LookupContext,
564
+ ActionView::Layouts,
565
+ ActionView::PathSet,
566
+ ActionView::RecordIdentifier,
567
+ ActionView::Rendering,
568
+ ActionView::RoutingUrlFor,
569
+ ActionView::Template,
570
+ ActionView::Template::Error,
571
+ ActionView::Template::RawFile,
572
+ ActionView::Template::Handlers,
573
+ ActionView::Template::HTML,
574
+ ActionView::Template::Inline,
575
+ ActionView::Template::Sources,
576
+ ActionView::Template::Text,
577
+ ActionView::Template::Types,
578
+ ActionView::UnboundTemplate,
579
+ ActionView::ViewPaths,
560
580
  ActionView::TestCase,
581
+ ActionView::CacheExpiry,
561
582
  ]
562
583
  end,
563
584
  'actiontext' => proc do
@@ -571,6 +592,44 @@ class Sorbet::Private::GemLoader
571
592
  'actioncable' => proc do
572
593
  my_require 'action_cable'
573
594
  my_require 'action_cable/engine'
595
+ [
596
+ ActionCable::Server,
597
+ ActionCable::Server::Base,
598
+ ActionCable::Server::Broadcasting,
599
+ ActionCable::Server::Connections,
600
+ ActionCable::Server::Configuration,
601
+ ActionCable::Server::Worker,
602
+ ActionCable::Server::ActiveRecordConnectionManagement,
603
+ ActionCable::Connection,
604
+ ActionCable::Connection::Authorization,
605
+ ActionCable::Connection::Base,
606
+ ActionCable::Connection::ClientSocket,
607
+ ActionCable::Connection::Identification,
608
+ ActionCable::Connection::InternalChannel,
609
+ ActionCable::Connection::MessageBuffer,
610
+ ActionCable::Connection::Stream,
611
+ ActionCable::Connection::StreamEventLoop,
612
+ ActionCable::Connection::Subscriptions,
613
+ ActionCable::Connection::TaggedLoggerProxy,
614
+ ActionCable::Connection::TestCase,
615
+ ActionCable::Connection::WebSocket,
616
+ ActionCable::Channel,
617
+ ActionCable::Channel::Base,
618
+ ActionCable::Channel::Broadcasting,
619
+ ActionCable::Channel::Callbacks,
620
+ ActionCable::Channel::Naming,
621
+ ActionCable::Channel::PeriodicTimers,
622
+ ActionCable::Channel::Streams,
623
+ ActionCable::Channel::TestCase,
624
+ ActionCable::RemoteConnections,
625
+ ActionCable::SubscriptionAdapter,
626
+ ActionCable::SubscriptionAdapter::Base,
627
+ ActionCable::SubscriptionAdapter::Test,
628
+ ActionCable::SubscriptionAdapter::SubscriberMap,
629
+ ActionCable::SubscriptionAdapter::ChannelPrefix,
630
+ ActionCable::TestHelper,
631
+ ActionCable::TestCase,
632
+ ]
574
633
  end,
575
634
  'actionmailer' => proc do
576
635
  my_require 'action_mailer'
@@ -701,6 +760,58 @@ class Sorbet::Private::GemLoader
701
760
  FriendlyId::SequentiallySlugged
702
761
  ]
703
762
  end,
763
+ 'rdf' => proc do
764
+ my_require 'rdf'
765
+ my_require 'rdf/ntriples'
766
+ [
767
+ RDF::Countable,
768
+ RDF::Durable,
769
+ RDF::Enumerable,
770
+ RDF::Indexable,
771
+ RDF::Mutable,
772
+ RDF::Queryable,
773
+ RDF::Readable,
774
+ RDF::TypeCheck,
775
+ RDF::Transactable,
776
+ RDF::Writable,
777
+ RDF::Graph,
778
+ RDF::IRI,
779
+ RDF::Literal,
780
+ RDF::Node,
781
+ RDF::Resource,
782
+ RDF::Statement,
783
+ RDF::URI,
784
+ RDF::Value,
785
+ RDF::Term,
786
+ RDF::List,
787
+ RDF::Format,
788
+ RDF::Reader,
789
+ RDF::ReaderError,
790
+ RDF::Writer,
791
+ RDF::WriterError,
792
+ RDF::NTriples,
793
+ RDF::NQuads,
794
+ RDF::Changeset,
795
+ RDF::Dataset,
796
+ RDF::Repository,
797
+ RDF::Transaction,
798
+ RDF::Query,
799
+ RDF::Query::Pattern,
800
+ RDF::Query::Solution,
801
+ RDF::Query::Solutions,
802
+ RDF::Query::Variable,
803
+ RDF::Query::HashPatternNormalizer,
804
+ RDF::Vocabulary,
805
+ RDF::StrictVocabulary,
806
+ RDF::Util,
807
+ RDF::Util::Aliasing,
808
+ RDF::Util::Cache,
809
+ RDF::Util::File,
810
+ RDF::Util::Logger,
811
+ RDF::Util::UUID,
812
+ RDF::Util::Coercions,
813
+ ]
814
+ end,
704
815
  }
705
816
 
706
817
  # This is so that the autoloader doesn't treat these as manditory requires
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.5384
4
+ version: 0.5.5403
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-20 00:00:00.000000000 Z
11
+ date: 2020-02-28 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.5384
19
+ version: 0.5.5403
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.5384
26
+ version: 0.5.5403
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: minitest
29
29
  requirement: !ruby/object:Gem::Requirement