Sha256: e0f27089c20a8a736a0b84a95a4b1be30d5a68bbab4a81abb7b37c4e9d79607d

Contents?: true

Size: 573 Bytes

Versions: 3

Compression:

Stored size: 573 Bytes

Contents

docker:
  image: yegor256/rultor-image:1.21.0
readers:
  - "urn:github:526301"
decrypt:
  rubygems.yml: repo/rubygems.yml.asc
install: |-
  git config --global user.email "test@example.com"
  git config --global user.name "Test"
  sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"
release:
  script: |-
    bundle exec rake
    ./test.sh
    rm -rf *.gem
    sed -i "s/2.0.snapshot/${tag}/g" jgd.gemspec
    gem build jgd.gemspec
    chmod 0600 ../rubygems.yml
    gem push *.gem --config-file ../rubygems.yml
merge:
  script: |-
    bundle exec rake
    ./test.sh

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jgd-1.14.0 .rultor.yml
jgd-1.13.1 .rultor.yml
jgd-1.13.0 .rultor.yml