sorbet-static 0.5.11010-universal-darwin

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 +7 -0
  2. data/libexec/sorbet +0 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: bba490aac03106e53ef1069c961331cfd0154045ef08a2ceafcd8557193f06b9
4
+ data.tar.gz: d0e7c879484ff11ce91686be0df0651c3b6b418a392692bf05496b43d158ed73
5
+ SHA512:
6
+ metadata.gz: b7e76113bd3eae29e6d1bce81ecc61071ea626beea03e9330d8db3ec39901cb08c357b33f95a03929e221f7560c768b657f36e54831b62a7babac81d14b34c51
7
+ data.tar.gz: 0b36175232f4e04c8c995db652c84c424040b833d6945e3e1769a27dfad509a40cafd67b319f3868a49953a9a9192d169851a495600265abef565d0b87aff46c
data/libexec/sorbet ADDED
Binary file
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sorbet-static
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.11010
5
+ platform: universal-darwin
6
+ authors:
7
+ - Stripe
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-09-07 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: The Sorbet typechecker binary
14
+ email: sorbet@stripe.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - libexec/sorbet
20
+ homepage: https://sorbet.org
21
+ licenses:
22
+ - Apache-2.0
23
+ metadata:
24
+ source_code_uri: https://github.com/sorbet/sorbet
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 2.7.0
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.0.3.1
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: A Typechecker for Ruby
44
+ test_files: []