venture 0.0.1
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 +7 -0
- data/.ruby-version +1 -0
- data/.standard.yml +6 -0
- data/.tool-versions +1 -0
- data/CHANGELOG.md +1 -0
- data/CODE_OF_CONDUCT.md +84 -0
- data/Gemfile +22 -0
- data/Gemfile.lock +132 -0
- data/LICENSE.txt +21 -0
- data/README.md +39 -0
- data/Rakefile +22 -0
- data/lib/venture/response.rb +7 -0
- data/lib/venture.rb +28 -0
- data/sorbet/config +5 -0
- data/sorbet/rbi/gems/.gitattributes +1 -0
- data/sorbet/rbi/gems/ast@2.4.2.rbi +585 -0
- data/sorbet/rbi/gems/erubi@1.13.0.rbi +150 -0
- data/sorbet/rbi/gems/io-console@0.7.2.rbi +9 -0
- data/sorbet/rbi/gems/json@2.7.2.rbi +1562 -0
- data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +14238 -0
- data/sorbet/rbi/gems/lint_roller@1.1.0.rbi +240 -0
- data/sorbet/rbi/gems/minitest@5.24.1.rbi +2249 -0
- data/sorbet/rbi/gems/netrc@0.11.0.rbi +159 -0
- data/sorbet/rbi/gems/parallel@1.25.1.rbi +287 -0
- data/sorbet/rbi/gems/parser@3.3.3.0.rbi +5519 -0
- data/sorbet/rbi/gems/prism@0.30.0.rbi +39212 -0
- data/sorbet/rbi/gems/psych@5.1.2.rbi +1769 -0
- data/sorbet/rbi/gems/racc@1.8.0.rbi +162 -0
- data/sorbet/rbi/gems/rainbow@3.1.1.rbi +403 -0
- data/sorbet/rbi/gems/rake@13.2.1.rbi +3028 -0
- data/sorbet/rbi/gems/rbi@0.1.13.rbi +3078 -0
- data/sorbet/rbi/gems/regexp_parser@2.9.2.rbi +3772 -0
- data/sorbet/rbi/gems/reline@0.5.9.rbi +9 -0
- data/sorbet/rbi/gems/rexml@3.3.1.rbi +4813 -0
- data/sorbet/rbi/gems/rubocop-ast@1.31.3.rbi +7012 -0
- data/sorbet/rbi/gems/rubocop-performance@1.21.1.rbi +9 -0
- data/sorbet/rbi/gems/rubocop-sorbet@0.7.8.rbi +9 -0
- data/sorbet/rbi/gems/rubocop@1.64.1.rbi +58099 -0
- data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1318 -0
- data/sorbet/rbi/gems/sorbet-http@0.0.1.rbi +143 -0
- data/sorbet/rbi/gems/sorbet-result@1.1.0.rbi +224 -0
- data/sorbet/rbi/gems/spoom@1.3.2.rbi +4421 -0
- data/sorbet/rbi/gems/standard-custom@1.0.2.rbi +9 -0
- data/sorbet/rbi/gems/standard-performance@1.4.0.rbi +9 -0
- data/sorbet/rbi/gems/standard-sorbet@0.0.2.rbi +53 -0
- data/sorbet/rbi/gems/standard@1.39.1.rbi +923 -0
- data/sorbet/rbi/gems/stringio@3.1.1.rbi +9 -0
- data/sorbet/rbi/gems/strscan@3.1.0.rbi +9 -0
- data/sorbet/rbi/gems/tapioca@0.15.0.rbi +3566 -0
- data/sorbet/rbi/gems/thor@1.3.1.rbi +4352 -0
- data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +66 -0
- data/sorbet/rbi/gems/yard-sorbet@0.9.0.rbi +435 -0
- data/sorbet/rbi/gems/yard@0.9.36.rbi +18221 -0
- data/sorbet/rbi/gems/zeitwerk@2.6.16.rbi +9 -0
- data/sorbet/tapioca/config.yml +4 -0
- data/sorbet/tapioca/require.rb +7 -0
- metadata +145 -0
@@ -0,0 +1,9 @@
|
|
1
|
+
# typed: true
|
2
|
+
|
3
|
+
# DO NOT EDIT MANUALLY
|
4
|
+
# This is an autogenerated file for types exported from the `standard-custom` gem.
|
5
|
+
# Please instead update this file by running `bin/tapioca gem standard-custom`.
|
6
|
+
|
7
|
+
|
8
|
+
# THIS IS AN EMPTY RBI FILE.
|
9
|
+
# see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# typed: true
|
2
|
+
|
3
|
+
# DO NOT EDIT MANUALLY
|
4
|
+
# This is an autogenerated file for types exported from the `standard-performance` gem.
|
5
|
+
# Please instead update this file by running `bin/tapioca gem standard-performance`.
|
6
|
+
|
7
|
+
|
8
|
+
# THIS IS AN EMPTY RBI FILE.
|
9
|
+
# see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
|
@@ -0,0 +1,53 @@
|
|
1
|
+
# typed: true
|
2
|
+
|
3
|
+
# DO NOT EDIT MANUALLY
|
4
|
+
# This is an autogenerated file for types exported from the `standard-sorbet` gem.
|
5
|
+
# Please instead update this file by running `bin/tapioca gem standard-sorbet`.
|
6
|
+
|
7
|
+
|
8
|
+
# source://standard-sorbet//lib/standard/sorbet/version.rb#1
|
9
|
+
module Standard; end
|
10
|
+
|
11
|
+
# source://standard-sorbet//lib/standard/sorbet/version.rb#2
|
12
|
+
module Standard::Sorbet; end
|
13
|
+
|
14
|
+
# source://standard-sorbet//lib/standard/sorbet/plugin.rb#2
|
15
|
+
class Standard::Sorbet::Plugin < ::LintRoller::Plugin
|
16
|
+
# @return [Plugin] a new instance of Plugin
|
17
|
+
#
|
18
|
+
# source://standard-sorbet//lib/standard/sorbet/plugin.rb#3
|
19
|
+
def initialize(config); end
|
20
|
+
|
21
|
+
# source://standard-sorbet//lib/standard/sorbet/plugin.rb#8
|
22
|
+
def about; end
|
23
|
+
|
24
|
+
# source://standard-sorbet//lib/standard/sorbet/plugin.rb#21
|
25
|
+
def rules(context); end
|
26
|
+
|
27
|
+
# @return [Boolean]
|
28
|
+
#
|
29
|
+
# source://standard-sorbet//lib/standard/sorbet/plugin.rb#17
|
30
|
+
def supported?(context); end
|
31
|
+
|
32
|
+
private
|
33
|
+
|
34
|
+
# This is not fantastic.
|
35
|
+
#
|
36
|
+
# When you `require "rubocop-sorbet"`, it will not only load the cops,
|
37
|
+
# but it will also monkey-patch RuboCop's default_configuration, which is
|
38
|
+
# something that can't be undone for the lifetime of the process.
|
39
|
+
#
|
40
|
+
# See: https://github.com/Shopify/rubocop-sorbet/blob/main/lib/rubocop/sorbet/inject.rb
|
41
|
+
#
|
42
|
+
# As an alternative, standard-sorbet loads the cops directly, and then
|
43
|
+
# simply tells the RuboCop config loader that it's been loaded. This is
|
44
|
+
# taking advantage of a private API of an `attr_reader` that probably wasn't
|
45
|
+
# meant to be mutated externally, but it's better than the `Inject` monkey
|
46
|
+
# patching that rubocop-sorbet does (and many other RuboCop plugins do)
|
47
|
+
#
|
48
|
+
# source://standard-sorbet//lib/standard/sorbet/plugin.rb#51
|
49
|
+
def trick_rubocop_into_thinking_we_required_rubocop_sorbet!; end
|
50
|
+
end
|
51
|
+
|
52
|
+
# source://standard-sorbet//lib/standard/sorbet/version.rb#3
|
53
|
+
Standard::Sorbet::VERSION = T.let(T.unsafe(nil), String)
|