sorbet-static 0.5.9006-universal-darwin-21

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 +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 7a615abdc8da412c709bd95784a8d42f9458c0a2
4
+ data.tar.gz: 1ca5cda889c0f03fa23dee26dd3f80a19ffbc17a
5
+ SHA512:
6
+ metadata.gz: 733a25b91de2de68453dd3cae8dbca954cb2b3165df0bf9a9aaa02e669529c368e9939fcd8a4c4acdfadf57bf9352f817f173c4621b77d4274889c625e5036fb
7
+ data.tar.gz: 2992e32b188c032254cb21a6baa0a33f14c1bd2c843f4577930ca26640a7cec20de988081ace7ae129438fc414e365521b3dcda318dbac4cce05859d10d4173a
data/libexec/sorbet ADDED
Binary file
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sorbet-static
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.9006
5
+ platform: universal-darwin-21
6
+ authors:
7
+ - Stripe
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-08-05 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.run
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.3.0
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.5.2.3
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: A Typechecker for Ruby
45
+ test_files: []