Skip to content

Releases: sourcegraph/scip-ruby

scip-ruby v0.3.5

15 Jun 06:37
cbee333
Compare
Choose a tag to compare

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

14 Jun 06:45
3c0a8ca
Compare
Choose a tag to compare

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

07 Feb 15:52
5986fd1
Compare
Choose a tag to compare

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

22 Nov 06:02
a4de396
Compare
Choose a tag to compare

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

11 Nov 06:16
Compare
Choose a tag to compare

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

07 Nov 05:30
0c0be6a
Compare
Choose a tag to compare

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

06 Oct 04:03
210a450
Compare
Choose a tag to compare

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

26 Sep 01:25
148adb9
Compare
Choose a tag to compare

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

08 Sep 03:49
766abd8
Compare
Choose a tag to compare

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

16 Aug 09:51
Compare
Choose a tag to compare

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