Sha256: 75120d9ad1449c759c733b339d3dbfdce39272d8f450bf2b214bbd31f61ec819

Contents?: true

Size: 598 Bytes

Versions: 5

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" veils.gemspec
    git add veils.gemspec
    git commit -m "Version set to ${tag}"
    gem build veils.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

5 entries across 5 versions & 1 rubygems

Version Path
veils-0.3.0 .rultor.yml
veils-0.2.0 .rultor.yml
veils-0.1.1 .rultor.yml
veils-0.1.0 .rultor.yml
veils-0.0.1 .rultor.yml