Sha256: fd952bc48dc95cc3f18cd0b0981a0a35092ef995456a5127bff4c102ad99f80f
Contents?: true
Size: 906 Bytes
Versions: 1
Compression:
Stored size: 906 Bytes
Contents
assets: rubygems.yml: yegor256/home#assets/rubygems.yml s3cfg: yegor256/home#assets/s3cfg install: | export GEM_HOME=~/.ruby export GEM_PATH=$GEM_HOME:$GEM_PATH sudo gem install pdd -v 0.20.5 sudo apt-get update --fix-missing 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 --fix-missing sudo apt-get remove -y git sudo apt-get install -y git bundle install deploy: script: | echo There is nothing to deploy exit 1 merge: script: | bundle exec rake release: script: | pdd --verbose --file=/dev/null bundle exec 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 chmod 0600 ../rubygems.yml gem push *.gem --config-file ../rubygems.yml
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hoc-0.9.0 | .rultor.yml |