Sha256: d28b70a697842e27e2fdf6c5aed8b7ed926988982ca7e527cfe1243106d1043d
Contents?: true
Size: 561 Bytes
Versions: 3
Compression:
Stored size: 561 Bytes
Contents
assets: rubygems.yml: zerocracy/home#assets/rubygems.yml install: |- export GEM_HOME=~/.ruby export GEM_PATH=$GEM_HOME:$GEM_PATH release: script: |- bundle install rake rm -rf *.gem sed -i "s/0\.0\.0/${tag}/g" total.gemspec git add total.gemspec git commit -m "Version set to ${tag}" gem build total.gemspec chmod 0600 ../rubygems.yml gem push *.gem --config-file ../rubygems.yml commanders: - yegor256 architect: - yegor256 merge: commanders: [] script: |- bundle install bundle exec rake deploy: {}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
total-0.3.0 | .rultor.yml |
total-0.2.0 | .rultor.yml |
total-0.1.0 | .rultor.yml |