Sha256: 9c1417ad7306cdccd69a82168af08d9445b1a3d2a7bb730252109aad0ef629ec

Contents?: true

Size: 531 Bytes

Versions: 7

Compression:

Stored size: 531 Bytes

Contents

machine:
  ruby:
    version: 2.3.1
  timezone: Asia/Tokyo

test:
  pre:
    - bundle
  override:
    - bundle exec rspec

deployment:
  rubygems:
    branch: master
    commands:
      - curl -u $RUBYGEMS_USER:$RUBYGEMS_PASSWORD https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials; chmod 0600 ~/.gem/credentials
      - git config user.name $RUBYGEMS_USER
      - git config user.email $RUBYGEMS_EMAIL
      - bundle exec rake build
      - git add .
      - git commit -am 'Release Gem'
      - bundle exec rake release

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
etude_for_aws-0.7.10 circle.yml
etude_for_aws-0.7.9 circle.yml
etude_for_aws-0.7.8 circle.yml
etude_for_aws-0.7.7 circle.yml
etude_for_aws-0.7.6 circle.yml
etude_for_aws-0.7.5 circle.yml
etude_for_aws-0.7.4 circle.yml