Sha256: 6d380738e2b723092720b28eb39e3615104fc13485ca52eca72baf9851c8b82d
Contents?: true
Size: 388 Bytes
Versions: 11
Compression:
Stored size: 388 Bytes
Contents
.test_template: &test_definition stage: test script: - gem install bundler - bundle install - bundle exec rake verify build install test:2.6: image: ruby:2.6 <<: *test_definition test:2.5: image: ruby:2.5 <<: *test_definition test:2.4: image: ruby:2.4 <<: *test_definition deploy: stage: deploy script: - tools/deploy-rubygem.sh only: - tags
Version data entries
11 entries across 11 versions & 1 rubygems