Sha256: ce816708c03d07ed3728c2a12e920c59880dabe7d9a6ca18a8cc82ffe3a347ea
Contents?: true
Size: 549 Bytes
Versions: 15
Compression:
Stored size: 549 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: [] script: |- bundle install rake deploy: {}
Version data entries
15 entries across 15 versions & 1 rubygems