Sha256: 26469708ef8ab1dca82e2a00cea383b902c78cfec66ab5b1ab473089eafced9f
Contents?: true
Size: 251 Bytes
Versions: 53
Compression:
Stored size: 251 Bytes
Contents
#!/usr/bin/env bash set -eux bundle install rake generate git clone https://github.com/rubocop-hq/rubocop.git --depth=1 cd rubocop export BUNDLE_GEMFILE=Gemfile echo "gem 'parser', path: '../'" > Gemfile.local bundle install bundle exec rake spec
Version data entries
53 entries across 41 versions & 7 rubygems