puma / puma-dev

A tool to manage rack apps in development with puma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew pulling older version (default domain is .dev, not .test)

matholroyd opened this issue · comments

Not sure how homebrew works, but it appears to be pulling an older version, such that the default domain is .dev not .test.

Hence when it comes to setup, I needed to override the default domain with the command:

puma-dev -install -d test

Sorry for the long delay, v0.12 is out now with that change.