.rultor.yml in hoc-0.8 vs .rultor.yml in hoc-0.8.1
- old
+ new
@@ -14,10 +14,10 @@
sudo bundle install
rake
release:
script: |
pdd --verbose --file=/dev/null
- sudo bundle install
+ bundle install
rake
rm -rf *.gem
sed -i "s/1\.0\.snapshot/${tag}/g" lib/hoc/version.rb
git commit -m "${tag}" lib/hoc/version.rb
gem build hoc.gemspec