Releases: sourcegraph/scip-ruby
scip-ruby v0.3.5
Download the binary for your platform using:
TAG=scip-ruby-v0.3.5 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-ruby/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-ruby-x86_64-$OS" -o scip-ruby' && \
chmod +x scip-ruby
The -debug*
binaries are meant for debugging issues (for example, if you run into a crash with scip-ruby
), and are not recommended for general use.
OS key:
- Darwin 20 ~ macOS 11 Big Sur
- Darwin 21 ~ macOS 12 Monterey
- Darwin 22 ~ macOS 13 Ventura
scip-ruby v0.3.4
Download the binary for your platform using:
TAG=scip-ruby-v0.3.4 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-ruby/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-ruby-x86_64-$OS" -o scip-ruby' && \
chmod +x scip-ruby
The -debug*
binaries are meant for debugging issues (for example, if you run into a crash with scip-ruby
), and are not recommended for general use.
OS key:
- Darwin 20 ~ macOS 11 Big Sur
- Darwin 21 ~ macOS 12 Monterey
- Darwin 22 ~ macOS 13 Ventura
scip-ruby v0.3.3
Download the binary for your platform using:
TAG=scip-ruby-v0.3.3 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-ruby/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-ruby-x86_64-$OS" -o scip-ruby' && \
chmod +x scip-ruby
The -debug*
binaries are meant for debugging issues (for example, if you run into a crash with scip-ruby
), and are not recommended for general use.
OS key:
- Darwin 20 ~ macOS 11 Big Sur
- Darwin 21 ~ macOS 12 Monterey
- Darwin 22 ~ macOS 13 Ventura
scip-ruby v0.3.2
Download the binary for your platform using:
TAG=scip-ruby-v0.3.2 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-ruby/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-ruby-x86_64-$OS" -o scip-ruby' && \
chmod +x scip-ruby
The -debug*
binaries are meant for debugging issues (for example, if you run into a crash with scip-ruby
), and are not recommended for general use.
OS key:
- Darwin 20 ~ macOS 11 Big Sur
- Darwin 21 ~ macOS 12 Monterey
- Darwin 22 ~ macOS 13 Ventura
scip-ruby v0.3.1
Download the binary for your platform using:
TAG=scip-ruby-v0.3.1 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-ruby/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-ruby-x86_64-$OS" -o scip-ruby' && \
chmod +x scip-ruby
The -debug*
binaries are meant for debugging issues (for example, if you run into a crash with scip-ruby
), and are not recommended for general use.
OS key:
- Darwin 20 ~ macOS 11 Big Sur
- Darwin 21 ~ macOS 12 Monterey
- Darwin 22 ~ macOS 13 Ventura
scip-ruby v0.3.0
Download the binary for your platform using:
TAG=scip-ruby-v0.3.0 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-ruby/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-ruby-x86_64-$OS" -o scip-ruby' && \
chmod +x scip-ruby
The -debug*
binaries are meant for debugging issues (for example, if you run into a crash with scip-ruby
), and are not recommended for general use.
OS key:
- Darwin 20 ~ macOS 11 Big Sur
- Darwin 21 ~ macOS 12 Monterey
- Darwin 22 ~ macOS 13 Ventura
scip-ruby v0.2.0
Download the binary for your platform using:
TAG=scip-ruby-v0.2.0 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-ruby/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-ruby-x86_64-$OS" -o scip-ruby' && \
chmod +x scip-ruby
The -debug*
binaries are meant for debugging issues (for example, if you run into a crash with scip-ruby
), and are not recommended for general use.
OS key:
- Darwin 20 ~ macOS 11 Big Sur
- Darwin 21 ~ macOS 12 Monterey
- Darwin 22 ~ macOS 13 Ventura
scip-ruby v0.1.2
Download the binary for your platform using:
env \
TAG=scip-ruby-v0.1.2 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-ruby/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-ruby-x86_64-$OS" -o scip-ruby' && \
chmod +x scip-ruby
The -debug*
binaries are meant for debugging issues (for example, if you run into a crash with scip-ruby
), and are not recommended for general use.
OS key:
- Darwin 20 ~ macOS 11 Big Sur
- Darwin 21 ~ macOS 12 Monterey
- Darwin 22 ~ macOS 13 Ventura
scip-ruby v0.1.1
Includes fixes for source locations involving code generation, such as constructs like prop
, def_delegator
and so on.
Download the binary for your platform using:
TAG=scip-ruby-v0.1.1 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-ruby/releases/download/$TAG" \
curl -L "$RELEASE_URL/scip-ruby-x86_64-$OS" -o scip-ruby && \
chmod +x scip-ruby
The -debug*
binaries are meant for debugging issues (for example, if you run into a crash with scip-ruby
), and are not recommended for general use.
OS key:
- Darwin 20 ~ macOS 11 Big Sur
- Darwin 21 ~ macOS 12 Monterey
- Darwin 22 ~ macOS 13 Ventura
scip-ruby v0.1.0
Download the binary for your platform using:
TAG=scip-ruby-v0.1.0 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-ruby/releases/download/$TAG" \
curl -L "$RELEASE_URL/scip-ruby-x86_64-$OS" -o scip-ruby && \
chmod +x scip-ruby
The -debug*
binaries are meant for debugging issues (for example, if you run into a crash with scip-ruby
), and are not recommended for general use.
OS key:
- Darwin 20 ~ macOS 11 Big Sur
- Darwin 21 ~ macOS 12 Monterey
- Darwin 22 ~ macOS 13 Ventura