Sha256: ddac75dd18b06fdbc26c7ca7bc54cd7050c564323dd17ef9ecf1a89535ae40e1

Contents?: true

Size: 165 Bytes

Versions: 52

Compression:

Stored size: 165 Bytes

Contents

FROM ruby:2.3.0

WORKDIR /usr/local/src/

ADD . /usr/local/src/
RUN cd /usr/local/src/
RUN gem install bundler
RUN bundle install

CMD bundle exec rspec -cfd spec/*

Version data entries

52 entries across 52 versions & 6 rubygems

Version Path
soar_authentication_token-5.0.3 Dockerfile
soar_authentication_token-5.0.2 Dockerfile
soar_authentication_token-5.0.1 Dockerfile
soar_authentication_token-5.0.0 Dockerfile
soar_authentication_token-4.0.1 Dockerfile
soar_authentication_token-4.0.0 Dockerfile
auth_token_store_provider-1.2.1 Dockerfile
auth_token_store_provider-1.2.0 Dockerfile
auth_token_store_provider-1.1.0 Dockerfile
soar_authentication_token-3.0.9 Dockerfile
soar_authentication_token-3.0.8 Dockerfile
soar_authentication_token-3.0.7 Dockerfile
soar_authentication_token-3.0.6 Dockerfile
soar_authentication_token-3.0.5 Dockerfile
soar_authentication_token-3.0.4 Dockerfile
soar_authentication_token-3.0.3 Dockerfile
soar_authentication_token-3.0.2 Dockerfile
auth_token_store_provider-1.0.1 Dockerfile
authenticated_client-0.0.2 Dockerfile
authenticated_client-0.0.1 Dockerfile