sorbet 0.5.5400 → 0.5.5403
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gem_loader.rb +21 -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: 9913dd4d9e85bfe20d7ce18bd0fef6bbdbba7d1b
|
4
|
+
data.tar.gz: 36a16e5ba01df92d6d1ec50b0478cfd1017de91c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.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-
|
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.
|
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.
|
26
|
+
version: 0.5.5403
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: minitest
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|