sorbet 0.5.5391 → 0.5.5413
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/lib/gem_loader.rb +218 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 315561e571004522380445da8e0b9cb365f6468c
|
4
|
+
data.tar.gz: 6877ab0dd29bd02eebd27d7c21655cca4b581b02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 743856a0ebd2f176d55b6ce7ba8177c6bf41daaa1df01cbb0db06fc2f4df8409a8fef4742d9c26933c5aba7096189c53369ed4ea1ebad7760848179519138b76
|
7
|
+
data.tar.gz: 60c2bd31e3d9acbd02e0ed88339b0a9a68e351b07c72d7283fc902fca49a30708bf10f727ea70fe8b27dd9a3384c760ccc374a3fb8ec8c4d991769b6e7579743
|
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,43 @@ 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::Connection,
|
603
|
+
ActionCable::Connection::Authorization,
|
604
|
+
ActionCable::Connection::Base,
|
605
|
+
ActionCable::Connection::ClientSocket,
|
606
|
+
ActionCable::Connection::Identification,
|
607
|
+
ActionCable::Connection::InternalChannel,
|
608
|
+
ActionCable::Connection::MessageBuffer,
|
609
|
+
ActionCable::Connection::Stream,
|
610
|
+
ActionCable::Connection::StreamEventLoop,
|
611
|
+
ActionCable::Connection::Subscriptions,
|
612
|
+
ActionCable::Connection::TaggedLoggerProxy,
|
613
|
+
ActionCable::Connection::TestCase,
|
614
|
+
ActionCable::Connection::WebSocket,
|
615
|
+
ActionCable::Channel,
|
616
|
+
ActionCable::Channel::Base,
|
617
|
+
ActionCable::Channel::Broadcasting,
|
618
|
+
ActionCable::Channel::Callbacks,
|
619
|
+
ActionCable::Channel::Naming,
|
620
|
+
ActionCable::Channel::PeriodicTimers,
|
621
|
+
ActionCable::Channel::Streams,
|
622
|
+
ActionCable::Channel::TestCase,
|
623
|
+
ActionCable::RemoteConnections,
|
624
|
+
ActionCable::SubscriptionAdapter,
|
625
|
+
ActionCable::SubscriptionAdapter::Base,
|
626
|
+
ActionCable::SubscriptionAdapter::Test,
|
627
|
+
ActionCable::SubscriptionAdapter::SubscriberMap,
|
628
|
+
ActionCable::SubscriptionAdapter::ChannelPrefix,
|
629
|
+
ActionCable::TestHelper,
|
630
|
+
ActionCable::TestCase,
|
631
|
+
]
|
574
632
|
end,
|
575
633
|
'actionmailer' => proc do
|
576
634
|
my_require 'action_mailer'
|
@@ -605,6 +663,21 @@ class Sorbet::Private::GemLoader
|
|
605
663
|
'activestorage' => proc do
|
606
664
|
my_require 'active_storage'
|
607
665
|
my_require 'active_storage/engine'
|
666
|
+
[
|
667
|
+
ActiveStorage::Attached,
|
668
|
+
ActiveStorage::Attached::Changes::CreateOne,
|
669
|
+
ActiveStorage::Attached::Changes::CreateMany,
|
670
|
+
ActiveStorage::Attached::Changes::CreateOneOfMany,
|
671
|
+
ActiveStorage::Attached::Changes::DeleteOne,
|
672
|
+
ActiveStorage::Attached::Changes::DeleteMany,
|
673
|
+
ActiveStorage::Service,
|
674
|
+
ActiveStorage::Service::Configurator,
|
675
|
+
ActiveStorage::Previewer,
|
676
|
+
ActiveStorage::Analyzer,
|
677
|
+
ActiveStorage::Transformers::Transformer,
|
678
|
+
ActiveStorage::Transformers::ImageProcessingTransformer,
|
679
|
+
ActiveStorage::Transformers::MiniMagickTransformer,
|
680
|
+
]
|
608
681
|
end,
|
609
682
|
'rdoc' => proc do
|
610
683
|
my_require 'rdoc'
|
@@ -652,6 +725,9 @@ class Sorbet::Private::GemLoader
|
|
652
725
|
SPARQL::VERSION,
|
653
726
|
]
|
654
727
|
end,
|
728
|
+
'sparql-client' => proc do
|
729
|
+
my_require 'sparql/client'
|
730
|
+
end,
|
655
731
|
'selenium-webdriver' => proc do
|
656
732
|
my_require 'selenium/webdriver'
|
657
733
|
[
|
@@ -701,6 +777,148 @@ class Sorbet::Private::GemLoader
|
|
701
777
|
FriendlyId::SequentiallySlugged
|
702
778
|
]
|
703
779
|
end,
|
780
|
+
'rdf' => proc do
|
781
|
+
my_require 'rdf'
|
782
|
+
my_require 'rdf/ntriples'
|
783
|
+
[
|
784
|
+
RDF::Countable,
|
785
|
+
RDF::Durable,
|
786
|
+
RDF::Enumerable,
|
787
|
+
RDF::Indexable,
|
788
|
+
RDF::Mutable,
|
789
|
+
RDF::Queryable,
|
790
|
+
RDF::Readable,
|
791
|
+
RDF::TypeCheck,
|
792
|
+
RDF::Transactable,
|
793
|
+
RDF::Writable,
|
794
|
+
RDF::Graph,
|
795
|
+
RDF::IRI,
|
796
|
+
RDF::Literal,
|
797
|
+
RDF::Node,
|
798
|
+
RDF::Resource,
|
799
|
+
RDF::Statement,
|
800
|
+
RDF::URI,
|
801
|
+
RDF::Value,
|
802
|
+
RDF::Term,
|
803
|
+
RDF::List,
|
804
|
+
RDF::Format,
|
805
|
+
RDF::Reader,
|
806
|
+
RDF::ReaderError,
|
807
|
+
RDF::Writer,
|
808
|
+
RDF::WriterError,
|
809
|
+
RDF::NTriples,
|
810
|
+
RDF::NQuads,
|
811
|
+
RDF::Changeset,
|
812
|
+
RDF::Dataset,
|
813
|
+
RDF::Repository,
|
814
|
+
RDF::Transaction,
|
815
|
+
RDF::Query,
|
816
|
+
RDF::Query::Pattern,
|
817
|
+
RDF::Query::Solution,
|
818
|
+
RDF::Query::Solutions,
|
819
|
+
RDF::Query::Variable,
|
820
|
+
RDF::Query::HashPatternNormalizer,
|
821
|
+
RDF::Vocabulary,
|
822
|
+
RDF::StrictVocabulary,
|
823
|
+
RDF::Util,
|
824
|
+
RDF::Util::Aliasing,
|
825
|
+
RDF::Util::Cache,
|
826
|
+
RDF::Util::File,
|
827
|
+
RDF::Util::Logger,
|
828
|
+
RDF::Util::UUID,
|
829
|
+
RDF::Util::Coercions,
|
830
|
+
]
|
831
|
+
end,
|
832
|
+
'rspec-core' => proc do
|
833
|
+
my_require 'rspec/core'
|
834
|
+
[
|
835
|
+
RSpec::SharedContext,
|
836
|
+
RSpec::Core::ExampleStatusPersister,
|
837
|
+
RSpec::Core::Profiler,
|
838
|
+
RSpec::Core::DidYouMean,
|
839
|
+
RSpec::Core::Formatters::DocumentationFormatter,
|
840
|
+
RSpec::Core::Formatters::HtmlFormatter,
|
841
|
+
RSpec::Core::Formatters::FallbackMessageFormatter,
|
842
|
+
RSpec::Core::Formatters::ProgressFormatter,
|
843
|
+
RSpec::Core::Formatters::ProfileFormatter,
|
844
|
+
RSpec::Core::Formatters::JsonFormatter,
|
845
|
+
RSpec::Core::Formatters::BisectDRbFormatter,
|
846
|
+
RSpec::Core::Formatters::ExceptionPresenter,
|
847
|
+
RSpec::Core::Formatters::FailureListFormatter,
|
848
|
+
]
|
849
|
+
end,
|
850
|
+
'rspec-mocks' => proc do
|
851
|
+
my_require 'rspec/mocks'
|
852
|
+
[
|
853
|
+
RSpec::Mocks::AnyInstance,
|
854
|
+
RSpec::Mocks::ExpectChain,
|
855
|
+
RSpec::Mocks::StubChain,
|
856
|
+
RSpec::Mocks::MarshalExtension,
|
857
|
+
RSpec::Mocks::Matchers::HaveReceived,
|
858
|
+
RSpec::Mocks::Matchers::Receive,
|
859
|
+
RSpec::Mocks::Matchers::ReceiveMessageChain,
|
860
|
+
RSpec::Mocks::Matchers::ReceiveMessages,
|
861
|
+
]
|
862
|
+
end,
|
863
|
+
'rspec-support' => proc do
|
864
|
+
my_require 'rspec/support'
|
865
|
+
[
|
866
|
+
RSpec::Support::Differ,
|
867
|
+
]
|
868
|
+
end,
|
869
|
+
'rspec-expectations' => proc do
|
870
|
+
my_require 'rspec/expectations'
|
871
|
+
[
|
872
|
+
RSpec::Expectations::BlockSnippetExtractor,
|
873
|
+
RSpec::Expectations::FailureAggregator,
|
874
|
+
RSpec::Matchers::BuiltIn::BeAKindOf,
|
875
|
+
RSpec::Matchers::BuiltIn::BeAnInstanceOf,
|
876
|
+
RSpec::Matchers::BuiltIn::BeBetween,
|
877
|
+
RSpec::Matchers::BuiltIn::Be,
|
878
|
+
RSpec::Matchers::BuiltIn::BeComparedTo,
|
879
|
+
RSpec::Matchers::BuiltIn::BeFalsey,
|
880
|
+
RSpec::Matchers::BuiltIn::BeNil,
|
881
|
+
RSpec::Matchers::BuiltIn::BePredicate,
|
882
|
+
RSpec::Matchers::BuiltIn::BeTruthy,
|
883
|
+
RSpec::Matchers::BuiltIn::BeWithin,
|
884
|
+
RSpec::Matchers::BuiltIn::Change,
|
885
|
+
RSpec::Matchers::BuiltIn::Compound,
|
886
|
+
RSpec::Matchers::BuiltIn::ContainExactly,
|
887
|
+
RSpec::Matchers::BuiltIn::Cover,
|
888
|
+
RSpec::Matchers::BuiltIn::EndWith,
|
889
|
+
RSpec::Matchers::BuiltIn::Eq,
|
890
|
+
RSpec::Matchers::BuiltIn::Eql,
|
891
|
+
RSpec::Matchers::BuiltIn::Equal,
|
892
|
+
RSpec::Matchers::BuiltIn::Exist,
|
893
|
+
RSpec::Matchers::BuiltIn::Has,
|
894
|
+
RSpec::Matchers::BuiltIn::HaveAttributes,
|
895
|
+
RSpec::Matchers::BuiltIn::Include,
|
896
|
+
RSpec::Matchers::BuiltIn::All,
|
897
|
+
RSpec::Matchers::BuiltIn::Match,
|
898
|
+
RSpec::Matchers::BuiltIn::NegativeOperatorMatcher,
|
899
|
+
RSpec::Matchers::BuiltIn::OperatorMatcher,
|
900
|
+
RSpec::Matchers::BuiltIn::Output,
|
901
|
+
RSpec::Matchers::BuiltIn::PositiveOperatorMatcher,
|
902
|
+
RSpec::Matchers::BuiltIn::RaiseError,
|
903
|
+
RSpec::Matchers::BuiltIn::RespondTo,
|
904
|
+
RSpec::Matchers::BuiltIn::Satisfy,
|
905
|
+
RSpec::Matchers::BuiltIn::StartWith,
|
906
|
+
RSpec::Matchers::BuiltIn::ThrowSymbol,
|
907
|
+
RSpec::Matchers::BuiltIn::YieldControl,
|
908
|
+
RSpec::Matchers::BuiltIn::YieldSuccessiveArgs,
|
909
|
+
RSpec::Matchers::BuiltIn::YieldWithArgs,
|
910
|
+
RSpec::Matchers::BuiltIn::YieldWithNoArgs,
|
911
|
+
]
|
912
|
+
end,
|
913
|
+
'kaminari-core' => proc do
|
914
|
+
my_require 'kaminari/core'
|
915
|
+
end,
|
916
|
+
'kaminari-activerecord' => proc do
|
917
|
+
my_require 'kaminari/activerecord'
|
918
|
+
end,
|
919
|
+
'kaminari-actionview' => proc do
|
920
|
+
my_require 'kaminari/actionview'
|
921
|
+
end,
|
704
922
|
}
|
705
923
|
|
706
924
|
# 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.
|
4
|
+
version: 0.5.5413
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stripe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-03-04 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.
|
19
|
+
version: 0.5.5413
|
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.
|
26
|
+
version: 0.5.5413
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: minitest
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|