Sha256: e701b58b5c7ebe354f12d2addeb775cf779e1e97feab7921eb2e40eb35229087
Contents?: true
Size: 508 Bytes
Versions: 2
Compression:
Stored size: 508 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" zache.gemspec git add zache.gemspec git commit -m "Version set to ${tag}" gem build zache.gemspec chmod 0600 ../rubygems.yml gem push *.gem --config-file ../rubygems.yml commanders: - yegor256 architect: - yegor256 merge: commanders: [] deploy: {}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zache-0.2.0 | .rultor.yml |
zache-0.1.0 | .rultor.yml |