Sha256: ec8818010cb6d4871ae71a9838bbc79d933ca142c75a6b02bb0aaa0c5085912a

Contents?: true

Size: 486 Bytes

Versions: 9

Compression:

Stored size: 486 Bytes

Contents

.ruby: &ruby
  variables:
    LANG: "C.UTF-8"
  before_script:
    - ruby -v
    - bundle config set --local deployment true
    - bundle install -j $(nproc)
  parallel:
    matrix:
      - RUBY_VERSION: ['2.7', '3.0', '3.1']
  image: "ruby:$RUBY_VERSION"
  cache:
    paths:
      - vendor/ruby
    key: 'ruby-$RUBY_VERSION'

gem:
  extends: .ruby
  script:
    - bundle exec rspec
    - bundle exec rake build
    - bundle exec rake install
  artifacts:
    paths:
      - pkg/*.gem

Version data entries

9 entries across 9 versions & 5 rubygems

Version Path
docspring-2.0.0 .gitlab-ci.yml
clerk-http-client-1.0.0 resources/templates/gitlab-ci.mustache
clerk-http-client-0.0.1 resources/templates/gitlab-ci.mustache
dropbox-sign-1.8.0 templates/gitlab-ci.mustache
dropbox-sign-1.7.0 templates/gitlab-ci.mustache
dropbox-sign-1.6.1 templates/gitlab-ci.mustache
dropbox-sign-1.6.0 templates/gitlab-ci.mustache
kabustation_client-1.2.0 .gitlab-ci.yml
docraptor-3.1.0 .gitlab-ci.yml