.rultor.yml in jgd-1.7 vs .rultor.yml in jgd-1.7.1

- old
+ new

@@ -1,11 +1,12 @@ decrypt: rubygems.yml: repo/rubygems.yml.asc +install: |- + git config --global user.email "test@example.com" + git config --global user.name "Test" release: script: |- - git config --global user.email "test@example.com" - git config --global user.name "Test" ./test.sh rm -rf *.gem sed -i "s/2.0.snapshot/${tag}/g" jgd.gemspec gem build jgd.gemspec chmod 0600 ../rubygems.yml @@ -15,6 +16,8 @@ architect: - yegor256 - davvd merge: commanders: [] -deploy: {} \ No newline at end of file + script: |- + ./test.sh +deploy: {}