-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the compiled Ruby applications from pact-mock-service and pact-pr…
…ovider-verifier - Switch the install scripts to download the appropriate package from the Github releases pages for each Ruby app - Add a custom `develop` command that does the same installation when installing in `developer mode`
- Loading branch information
1 parent
fd151d2
commit db3e7c3
Showing
3 changed files
with
119 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
include LICENSE | ||
include *.gz | ||
include *.txt | ||
include *.md | ||
prune *test | ||
prune e2e/* | ||
prune pact/test | ||
prune pact/bin | ||
prune e2e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ e2e: | |
|
||
|
||
.PHONY: package | ||
package: pact/bin | ||
package: | ||
python setup.py sdist | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters