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