Sha256: 4851a65424f987141f762ba72f98994181c79f794e13819564d7926e274803b3
Contents?: true
Size: 558 Bytes
Versions: 1
Compression:
Stored size: 558 Bytes
Contents
assets: rubygems.yml: yegor256/home#assets/rubygems.yml install: |- export GEM_HOME=~/.ruby export GEM_PATH=$GEM_HOME:$GEM_PATH bundle install release: script: |- bundle exec rake rm -rf *.gem sed -i "s/0\.0\.0/${tag}/g" syncem.gemspec git add syncem.gemspec git commit -m "Version set to ${tag}" gem build syncem.gemspec chmod 0600 ../rubygems.yml gem push *.gem --config-file ../rubygems.yml merge: script: |- bundle install bundle exec rake deploy: script: |- echo 'Nothing to deploy' exit -1
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
syncem-0.1.2 | .rultor.yml |