Sha256: c0cac4363664ed85ecb6e7ab8f990c0ce33ce35294431ef9e2a90c074a092829

Contents?: true

Size: 1.02 KB

Versions: 2

Compression:

Stored size: 1.02 KB

Contents

assets:
  rubygems.yml: yegor256/home#assets/rubygems.yml
  s3cfg: yegor256/home#assets/s3cfg
install: |
  sudo gem install pdd
  sudo gem install est
release:
  script: |-
    sudo bundle install
    rake
    rm -rf *.gem
    sed -i "s/1\.0\.snapshot/${tag}/g" lib/est/version.rb
    git add lib/est/version.rb
    git commit -m "version set to ${tag}"
    gem build est.gemspec
    chmod 0600 ../rubygems.yml
    gem push *.gem --config-file ../rubygems.yml
    pdd --source=$(pwd) --verbose --file=est.xml
    s3cmd --no-progress put est.xml --config=../s3cfg s3://pdd.teamed.io/est.xml
    s3cmd --no-progress put assets/est.xsd --acl-public --config=../s3cfg s3://est-xsd.teamed.io/${tag}.xsd
    s3cmd --no-progress put assets/est.xsl --acl-public --config=../s3cfg s3://est-xsl.teamed.io/${tag}.xsl
    est --dir=./est --format=xml --file=est-estimate.xml
    s3cmd --no-progress put est-estimate.xml --config=../s3cfg s3://est.teamed.io/est.xml
  commanders:
  - yegor256
architect:
- yegor256
- davvd
merge:
  commanders: []
deploy: {}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
est-0.3.2 .rultor.yml
est-0.3.1 .rultor.yml