.rultor.yml in est-0.3.2 vs .rultor.yml in est-0.3.3

- old
+ new

@@ -1,24 +1,23 @@ assets: - rubygems.yml: yegor256/home#assets/rubygems.yml - s3cfg: yegor256/home#assets/s3cfg + rubygems.yml: zerocracy/home#assets/rubygems.yml + s3cfg: zerocracy/home#assets/s3cfg install: | sudo gem install pdd sudo gem install est release: script: |- + pdd --verbose --file=/dev/null sudo bundle install rake rm -rf *.gem sed -i "s/1\.0\.snapshot/${tag}/g" lib/est/version.rb git add lib/est/version.rb git commit -m "version set to ${tag}" gem build est.gemspec chmod 0600 ../rubygems.yml gem push *.gem --config-file ../rubygems.yml - pdd --source=$(pwd) --verbose --file=est.xml - s3cmd --no-progress put est.xml --config=../s3cfg s3://pdd.teamed.io/est.xml s3cmd --no-progress put assets/est.xsd --acl-public --config=../s3cfg s3://est-xsd.teamed.io/${tag}.xsd s3cmd --no-progress put assets/est.xsl --acl-public --config=../s3cfg s3://est-xsl.teamed.io/${tag}.xsl est --dir=./est --format=xml --file=est-estimate.xml s3cmd --no-progress put est-estimate.xml --config=../s3cfg s3://est.teamed.io/est.xml commanders: @@ -26,6 +25,6 @@ architect: - yegor256 - davvd merge: commanders: [] -deploy: {} \ No newline at end of file +deploy: {}