Sha256: c098511864a1474d16413028ec0b9ae9f09e6da216007b01711d98ac11b3128d
Contents?: true
Size: 570 Bytes
Versions: 7
Compression:
Stored size: 570 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" telepost.gemspec git add telepost.gemspec git commit -m "Version set to ${tag}" gem build telepost.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
7 entries across 7 versions & 1 rubygems