e3b0c442 / pact-ruby-standalone

A standalone pact command line executable using the ruby pact implementation and Travelling Ruby

Home Page:https://pact.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pact Ruby Standalone

Build

Creates a standalone pact command line executable using the ruby pact implementation and Travelling Ruby

Installation

See the releases page for installation instructions.

Usage

Download the appropriate package for your operating system from the releases page and unzip it.

$ cd pact/bin
$ ./pact-mock-service --help start
$ ./pact-provider-verifier --help verify

## Supported Platforms

Ruby is not required on the host platform, Ruby 3.2.2 is provided in the distributable.

OS Ruby Architecture Supported
MacOS 3.2.2 x86_64
MacOS 3.2.2 aarch64 (arm64)
Linux 3.2.2 x86_64
Linux 3.2.2 aarch64 (arm64)
Windows 3.2.2 x86_64
Windows 3.2.2 x86
Windows 3.2.2 aarch64 (arm64) 🚧

About

A standalone pact command line executable using the ruby pact implementation and Travelling Ruby

https://pact.io

License:MIT License


Languages

Language:Ruby 45.5%Language:Shell 44.6%Language:Batchfile 9.9%