Sha256: d6f6c33911d464ca7837e6b9f9a9df6a4e5e8e42b781bcfffe2daac77718bb50

Contents?: true

Size: 408 Bytes

Versions: 24

Compression:

Stored size: 408 Bytes

Contents

defaults:
  deploy_cmd: gem push *.gem
  before_deploy_cmds:
    - /usr/local/bin/op tag-release
    - sed -i "" -e "s/\".*/\"$(git tag| sed s/v// | sort -n -t. -k1,1 -k2,2 -k3,3 | tail -1)\"/" lib/hubstats/version.rb
    - git add  lib/hubstats/version.rb
    - git commit -m "Version Bump" && git push
    - gem build hubstats.gemspec
  after_deploy_cmds:
    - rm *.gem
environments:
  -
    rubygems: {}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
hubstats-1.2.1 .soyuz.yml
hubstats-1.2.0 .soyuz.yml
hubstats-1.0.0 .soyuz.yml
hubstats-1.0.0.beta3 .soyuz.yml
hubstats-1.0.0.beta2 .soyuz.yml
hubstats-1.0.0.beta1 .soyuz.yml
hubstats-1.0.0.beta .soyuz.yml
hubstats-0.12.2 .soyuz.yml
hubstats-0.12.1 .soyuz.yml
hubstats-0.12.0 .soyuz.yml
hubstats-0.11.4 .soyuz.yml
hubstats-0.11.1 .soyuz.yml
hubstats-0.11.0 .soyuz.yml
hubstats-0.10.0 .soyuz.yml
hubstats-0.9.5 .soyuz.yml
hubstats-0.9.4 .soyuz.yml
hubstats-0.9.3 .soyuz.yml
hubstats-0.9.2 .soyuz.yml
hubstats-0.9.1 .soyuz.yml
hubstats-0.9.0 .soyuz.yml