зеркало из https://github.com/github/licensed.git
8 строки
94 B
Plaintext
8 строки
94 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
bundle exec rake test
|
||
|
bundle exec rubocop -S -D
|
||
|
gem build licensed.gemspec
|