.rultor.yml in syncem-0.1.0 vs .rultor.yml in syncem-0.1.1
- old
+ new
@@ -4,10 +4,10 @@
export GEM_HOME=~/.ruby
export GEM_PATH=$GEM_HOME:$GEM_PATH
release:
script: |-
bundle install
- rake
+ bundle exec rake
rm -rf *.gem
sed -i "s/0\.0\.0/${tag}/g" syncem.gemspec
git add syncem.gemspec
git commit -m "Version set to ${tag}"
gem build syncem.gemspec