Sha256: 2beb6f8d42c4274e41503c236bb83ebf9e8e19d4cb836c275d54c82fe9d56bac
Contents?: true
Size: 388 Bytes
Versions: 3
Compression:
Stored size: 388 Bytes
Contents
image: ruby:2.4.0 pipelines: tags: '0.1.1': - step: name: Deploy to Rubygems MRI image: ruby:2.5.0 deployment: production script: - bash .circleci/setup-rubygems.sh - gem build legion-json.gemspec - gem push "legion-json-$(git describe --tags).gem" definitions: caches: bundler: vendor/bundle
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
legion-json-1.1.2 | bitbucket-pipelines.yml |
legion-json-1.1.1 | bitbucket-pipelines.yml |
legion-json-1.1.0 | bitbucket-pipelines.yml |