Sha256: ae352b7e7d6b1e3ab06ed7f7e19f9dd78306e6c6ab6a040cff717f7a709f3c76

Contents?: true

Size: 598 Bytes

Versions: 7

Compression:

Stored size: 598 Bytes

Contents

assets:
  rubygems.yml: yegor256/home#assets/rubygems.yml
install: |-
  export GEM_HOME=~/.ruby
  export GEM_PATH=$GEM_HOME:$GEM_PATH
  sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"
release:
  script: |-
    bundle exec rake
    rm -rf *.gem
    sed -i "s/0\.0\.0/${tag}/g" tacky.gemspec
    git add tacky.gemspec
    git commit -m "Version set to ${tag}"
    gem build tacky.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

7 entries across 7 versions & 1 rubygems

Version Path
tacky-0.3.5 .rultor.yml
tacky-0.3.4 .rultor.yml
tacky-0.3.3 .rultor.yml
tacky-0.3.2 .rultor.yml
tacky-0.3.1 .rultor.yml
tacky-0.3.0 .rultor.yml
tacky-0.2.0 .rultor.yml