Sha256: e944ffc3a6dfd4e8e92dfc3a30bb3a06387e1c8a121f1fecf6f2fab1ef01561c

Contents?: true

Size: 536 Bytes

Versions: 1

Compression:

Stored size: 536 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" total.gemspec
    git add total.gemspec
    git commit -m "Version set to ${tag}"
    gem build total.gemspec
    chmod 0600 ../rubygems.yml
    gem push *.gem --config-file ../rubygems.yml
merge:
  script: |-
    bundle exec rake
deploy:
  script: |-
    echo 'Nothing to deploy'
    exit -1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
total-0.4.0 .rultor.yml