Sha256: 51a076baa16078cba8ff58f3415ce6b5f972a42f4155baf2fc98100876f764b2
Contents?: true
Size: 705 Bytes
Versions: 2
Compression:
Stored size: 705 Bytes
Contents
assets: rubygems.yml: zerocracy/home#assets/rubygems.yml s3cfg: zerocracy/home#assets/s3cfg install: | export GEM_HOME=~/.ruby export GEM_PATH=$GEM_HOME:$GEM_PATH sudo apt-get -y update sudo gem install pdd release: script: |- bundle install bundle exec rake rm -rf *.gem sed -i "s/0\.0\.0/${tag}/g" loog.gemspec git add loog.gemspec git commit -m "version set to ${tag}" gem build loog.gemspec chmod 0600 ../rubygems.yml gem push *.gem --config-file ../rubygems.yml commanders: - yegor256 architect: - yegor256 merge: script: |- bundle install bundle exec rake pdd deploy: script: |- echo "There is nothing to deploy" exit -1
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
loog-0.2.0 | .rultor.yml |
loog-0.1.0 | .rultor.yml |