Sha256: 479a3374baf13c24e07272fb1a072229b5293da782d9f4aa55a2541eed702148

Contents?: true

Size: 713 Bytes

Versions: 1

Compression:

Stored size: 713 Bytes

Contents

assets:
  rubygems.yml: yegor256/home#assets/rubygems.yml
  s3cfg: yegor256/home#assets/s3cfg
install: |
  export GEM_HOME=~/.ruby
  export GEM_PATH=$GEM_HOME:$GEM_PATH
  sudo apt-get -y update
  sudo gem install pdd -v 0.20.5
release:
  script: |-
    bundle install
    bundle exec rake
    rm -rf *.gem
    sed -i "s/0\.0\.0/${tag}/g" loog.gemspec
    git add loog.gemspec
    git commit -m "version set to ${tag}"
    gem build loog.gemspec
    chmod 0600 ../rubygems.yml
    gem push *.gem --config-file ../rubygems.yml
  commanders:
  - yegor256
architect:
- yegor256
merge:
  script: |-
    bundle install
    bundle exec rake
    pdd
deploy:
  script: |-
    echo "There is nothing to deploy"
    exit -1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
loog-0.2.1 .rultor.yml