Skip to content

pact-1.2.3

Compare
Choose a tag to compare
@bethesque bethesque released this 05 Aug 07:41
· 788 commits to master since this release

Pact standalone executables

This package contains the Ruby implementations of the Pact Mock Service and Pact Provider Verifier, packaged with Travelling Ruby so that they can be run from the command line without a Ruby installation.

Package contents

This version (1.2.3) of the Pact standalone executables package contains:

  • pact gem 1.14.0
  • pact-mock_service gem 2.1.0
  • pact-support gem 1.1.5
  • pact-provider-verifier gem 1.1.4
  • pact-provider-proxy gem 2.2.0

Usage

  • Once the package has been extracted:
cd pact/bin
./pact-mock-service --help start # will display the options for the mock service
./pact-provider-verifier --help verify # will display the options for the verifier

Installation

OSX

curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/vv1.2.3/pact-1.2.3-osx.tar.gz
tar xzf pact-1.2.3-osx.tar.gz
cd pact/bin
./pact-mock-service --help start
./pact-provider-verifier --help verify

Linux 64 bit

curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/vv1.2.3/pact-1.2.3-linux-x86_64.tar.gz
tar xzf pact-1.2.3-linux-x86_64.tar.gz
cd pact/bin
./pact-mock-service --help start
./pact-provider-verifier --help verify

Linux 32 bit

curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/vv1.2.3/pact-1.2.3-linux-x86.tar.gz
tar xzf pact-1.2.3-linux-x86.tar.gz
cd pact/bin
./pact-mock-service --help start
./pact-provider-verifier --help verify

Windows

Download package, unzip, then run:

$ cd pact
$ .\bin\pact-mock-service.bat --help start
$ .\bin\pact-provider-verifier.bar --help verify