Sha256: 1c4ab6ab09a64ce292db0eb3210de25a6c8dfeb15d5a3989caa675fec85d7f58

Contents?: true

Size: 331 Bytes

Versions: 7

Compression:

Stored size: 331 Bytes

Contents

dependencies:
  override:
    - bundle install --path=./data/bundler

deploy:
  override:
    - |
      BUILD=`bundle exec rake build`
      if [ $? != 0 ]; then
        echo $BUILD;
        exit 1;
      fi
      PKG=`echo $BUILD | cut -d" " -f5 | sed -e s/\.$//`;
      VERSION=`echo $BUILD | cut -d" " -f2`;
      gem push $PKG

Version data entries

7 entries across 7 versions & 6 rubygems

Version Path
statsd-instrument-2.0.3 shipit.rubygems.yml
locationary-0.0.5 shipit.rubygems.yml
shopify_api-3.2.4 shipit.rubygems.yml
active_utils-2.2.1 shipit.rubygems.yml
dynect_email-0.0.2 shipit.rubygems.yml
structured-event-logger-0.1.5 shipit.rubygems.yml
statsd-instrument-2.0.2 shipit.rubygems.yml