Skip to content

The Pact Ruby Standalone public homebrew tap for OS X homebrew formulae

License

Notifications You must be signed in to change notification settings

YOU54F/homebrew-pact

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-pact

The Pact public homebrew tap for MacOS/Linux homebrew formulae.

The easier way to install the Pact bundle of tools on your MacOS/Linux machine using Homebrew.

Installation

Tap the repo (Optional)

If you choose not to tap the repo upfront, you'll need to prefix your install commands with the tap name. It will still be tapped. They are shown in full in this section for ease of use

    brew tap you54f/pact

List all available formulas

    brew tap-info you54f/pact --json | jq -r '.[].formula_names|.[]' | sort -nr

Install your tool

pact-ruby-standalone

    brew install you54f/pact/pact-ruby-standalone

pact_mock_server_cli

    brew install you54f/pact/pact_mock_server_cli

pact_verifier_cli

    brew install you54f/pact/pact_verifier_cli

pact-ruby-standalone

Installation

Install Latest

brew install you54f/pact/pact-ruby-standalone

Install Major Tag

append @<major_tag> to the name

Latest 2.x

brew install you54f/pact/pact-ruby-standalone@2

Latest 1.x

brew install you54f/pact/pact-ruby-standalone@1

Included tools

├── pact
├── pactflow
├── pact-broker
├── pact-message
├── pact-plugin-cli
├── pact-mock-service
├── pact-stub-service
└── pact-provider-verifier

Supported Platforms

OS Architecture Supported Version
OSX x86_64 all
Linux x86_64 all
OSX arm64 >= 2
Linux aarch64 >= 2
Linux x86 ⚠️ <= 1.88.90

Ruby Runtime Versions

Ruby Version Pact-Ruby-Standalone Version
3.2.2 >= 2
2.4.10 >= 1.89.00 && < 2
2.2 <=1.88.90

About

The Pact Ruby Standalone public homebrew tap for OS X homebrew formulae

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 72.8%
  • Ruby 25.7%
  • Dockerfile 1.5%