.rultor.yml in random-port-0.3.2 vs .rultor.yml in random-port-0.4.0
- old
+ new
@@ -1,10 +1,10 @@
assets:
rubygems.yml: zerocracy/home#assets/rubygems.yml
install: |-
export GEM_HOME=~/.ruby
export GEM_PATH=$GEM_HOME:$GEM_PATH
- bundle install
+ bundle install --no-color
release:
script: |-
bundle exec rake
rm -rf *.gem
sed -i "s/0\.0\.0/${tag}/g" random-port.gemspec