scip-ruby 0.0.1-x86_64-linux → 0.1.0-x86_64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/scip-ruby +0 -0
- data/native/scip-ruby +0 -0
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: faea700a8fbb019f15e0f34d5e4c7c628eb24c15274975e5793951ac3c484aec
|
4
|
+
data.tar.gz: 9ba29c26860bbb9d906fd494829fc9ae9477b677e7f562698a0c85f83e568981
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb78393a09080c640b8fcac73be5984fa077e62f1050d9b05c382a85f141aa5939eb2e611111f0f90d8bf19eb4425c4392fc5e1ed3373847c1de0e227c8c0bc5
|
7
|
+
data.tar.gz: b103a0c96eaa488113450188edb2573d1484b999c74a832ca82f72b305d6e02753559f192dde8f16cca96086e36221943adc3e2cfb5076d35fcc8e0666e09859
|
data/bin/scip-ruby
CHANGED
Binary file
|
data/native/scip-ruby
ADDED
Binary file
|
metadata
CHANGED
@@ -1,22 +1,24 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scip-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Sourcegraph
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-08-
|
11
|
+
date: 2022-08-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Wrapper for the scip-ruby binary
|
14
14
|
email: code-intel@sourcegraph.com
|
15
|
-
executables:
|
15
|
+
executables:
|
16
|
+
- scip-ruby
|
16
17
|
extensions: []
|
17
18
|
extra_rdoc_files: []
|
18
19
|
files:
|
19
20
|
- bin/scip-ruby
|
21
|
+
- native/scip-ruby
|
20
22
|
homepage: https://github.com/sourcegraph/scip-ruby
|
21
23
|
licenses:
|
22
24
|
- Apache-2.0
|
@@ -37,7 +39,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
39
|
- !ruby/object:Gem::Version
|
38
40
|
version: '0'
|
39
41
|
requirements: []
|
40
|
-
rubygems_version: 3.
|
42
|
+
rubygems_version: 3.3.7
|
41
43
|
signing_key:
|
42
44
|
specification_version: 4
|
43
45
|
summary: A SCIP indexer for Ruby
|