Sha256: d7dc69e9ce6b808d0a154d3dedb9aa35935d91126ea3ad95b125cf00c56e49f2

Contents?: true

Size: 553 Bytes

Versions: 2

Compression:

Stored size: 553 Bytes

Contents

assets:
  rubygems.yml: yegor256/home#assets/rubygems.yml
install: |
  pdd -f /dev/null
  sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"
release:
  script: |-
    bundle exec rake
    rm -rf *.gem
    sed -i "s/0\.0\.0/${tag}/g" lib/xcop/version.rb
    git add lib/xcop/version.rb
    git commit -m "version set to ${tag}"
    gem build xcop.gemspec
    chmod 0600 ../rubygems.yml
    gem push *.gem --config-file ../rubygems.yml
merge:
  script: |-
    bundle exec rake
deploy:
  script: |-
    echo "There is nothing to deploy"
    exit -1

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xcop-0.7.1 .rultor.yml
xcop-0.7.0 .rultor.yml