Skip to content

pact-1.2.0

Compare
Choose a tag to compare
@bethesque bethesque released this 03 Aug 04:50
· 797 commits to master since this release

Standalone release of the Pact Ruby implementation.

To install and run on OSX:

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

To install and run on Linux 64 bit:

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

To install and run on Linux 32 bit:

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

To install and run on Windows:

Download package, unzip, then run:

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