Sha256: 44215662fa3f2452ccc77955f4f892f87ad7026794c1ae99a83aabb65d0170d4

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 Bytes

Contents

assets:
  rubygems.yml: yegor256/home#assets/rubygems.yml
install: |-
  export GEM_HOME=~/.ruby
  export GEM_PATH=$GEM_HOME:$GEM_PATH
release:
  script: |-
    bundle install
    rake
    rm -rf *.gem
    sed -i "s/0\.0\.0/${tag}/g" telepost.gemspec
    git add telepost.gemspec
    git commit -m "Version set to ${tag}"
    gem build telepost.gemspec
    chmod 0600 ../rubygems.yml
    gem push *.gem --config-file ../rubygems.yml
  commanders:
  - yegor256
architect:
- yegor256
merge:
  commanders: []
  script: |-
    bundle install
    bundle exec rake
deploy: {}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telepost-0.3.2 .rultor.yml