Sha256: 04775fb881afcbc0955eddfcd40232d0435825af5d5b40da4fc9f6cd872889cd

Contents?: true

Size: 275 Bytes

Versions: 2

Compression:

Stored size: 275 Bytes

Contents

#!/bin/bash

RELEASES_URL="https://github.com/jekyll/jekyll/releases"
JEKYLL_VERSION=`curl http://jekyllrb.com/latest_version.txt`
JEKYLL_BUNDLE="jekyll-${JEKYLL_VERSION}.tar.gz"

wget "${RELEASES_URL}/download/v${JEKYLL_VERSION}/${JEKYLL_BUNDLE}"
tar -xzvf ${JEKYLL_BUNDLE}

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
scoot-0.0.4 .bundle/gems/ruby/2.2.0/gems/jekyll-paginate-1.1.0/script/unbundle
jekyll-paginate-1.1.0 script/unbundle