Sha256: 05e137902a6d44ae72b2bc97c311c1395eb42635e95bfacc05318cd08d7dd16e

Contents?: true

Size: 492 Bytes

Versions: 9

Compression:

Stored size: 492 Bytes

Contents

image: "ruby:2.4"

stages:
  - publish
# This is a basic example for a gem or script which doesn't use
# services such as redis or postgres
before_script:
  - ruby -v
  - gem install bundler  --no-ri --no-rdoc
  - bundle install

# Use dpl to publish the tem
rubygems:
  stage: publish
  only:
  - tags
  environment:
    name: rubygems
    url: https://rubygems.org/gems/twstats
  script:
  - gem build twstats.gemspec
  - gem install dpl
  - dpl --provider=rubygems --api-key=$RUBYGEMS_KEY

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
twstats-0.3.1 .gitlab-ci.yml
twstats-0.3.0 .gitlab-ci.yml
twstats-0.2.5 .gitlab-ci.yml
twstats-0.2.4 .gitlab-ci.yml
twstats-0.2.3 .gitlab-ci.yml
twstats-0.2.2 .gitlab-ci.yml
twstats-0.2.1 .gitlab-ci.yml
twstats-0.2 .gitlab-ci.yml
twstats-0.1.4 .gitlab-ci.yml