Sha256: da9ac2ac9ec29575eb3bf2f1f234bdbda89b35a58914f76a78baf5d1bcf41755

Contents?: true

Size: 547 Bytes

Versions: 1

Compression:

Stored size: 547 Bytes

Contents

docker:
  image: yegor256/rultor-image:1.21.0
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" jekyll-git-hash.gemspec
    git add jekyll-git-hash.gemspec
    git commit -m "version set to ${tag}"
    gem build jekyll-git-hash.gemspec
    chmod 0600 ../rubygems.yml
    gem push *.gem --config-file ../rubygems.yml
merge:
  script: |-
    bundle exec rake

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-git-hash-0.1.0 .rultor.yml