scip-ruby-debug 0.0.1-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/bin/scip-ruby +0 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 68e72d875c482ed87bf3574df7ab325578569f9c5dfce56c395309f03f77995e
4
+ data.tar.gz: 1e1652825bffd0d3bf6f504e1ed316c0711b1da8d2d128e86ba70206eb11d5cb
5
+ SHA512:
6
+ metadata.gz: 388f96c8d16f80d648853876f10b6dd7c112734ed1f2a4b7ea6c139ee379fb5cd53d6906205b5da9f94c749414d36038781c008397bcc0c000fad4ea2471135a
7
+ data.tar.gz: 91607b9740b02b648d1d9bd4be9ff1f8ea3bc0d79d74308394b5cddbf819aa737ccd63b958a7883329db6b8e7b9ab941926edb75aab9e8d81b2f85ebe4ff7600
data/bin/scip-ruby ADDED
Binary file
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: scip-ruby-debug
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: universal-darwin-21
6
+ authors:
7
+ - Sourcegraph
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-08-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Wrapper for the scip-ruby binary
14
+ email: code-intel@sourcegraph.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - bin/scip-ruby
20
+ homepage: https://github.com/sourcegraph/scip-ruby
21
+ licenses:
22
+ - Apache-2.0
23
+ metadata:
24
+ source_code_uri: https://github.com/sourcegraph/scip-ruby
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
+ rubygems_version: 3.3.19
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: A SCIP indexer for Ruby
44
+ test_files: []