Sha256: b80b41ef6e89fa115e90b4e45d72f1cc27269f172977a99337b908c8428290d4
Contents?: true
Size: 725 Bytes
Versions: 3
Compression:
Stored size: 725 Bytes
Contents
assets: rubygems.yml: "yegor256/home#assets/rubygems.yml" s3cfg: "yegor256/home#assets/s3cfg" install: | sudo gem install pdd sudo apt-get install -y subversion diffstat sudo apt-get install -y software-properties-common sudo add-apt-repository -y ppa:git-core/ppa sudo apt-get update sudo apt-get remove -y git sudo apt-get install -y git release: script: | sudo bundle install rake rm -rf *.gem sed -i "s/1\.0\.snapshot/${tag}/g" lib/hoc/version.rb gem build hoc.gemspec chmod 0600 ../rubygems.yml gem push *.gem --config-file ../rubygems.yml pdd --source=$(pwd) --verbose --file=hoc.xml s3cmd --no-progress put hoc.xml --config=../s3cfg s3://pdd.teamed.io/hoc.xml
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hoc-0.4.2 | .rultor.yml |
hoc-0.4.1 | .rultor.yml |
hoc-0.4 | .rultor.yml |