forked from erlcloud/erlcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure rebar.config for Rebar3, but with rebar.config.script changes to allow rebar2.x to work. Add some Hex-centric properties to the .app.src Configure Makefile to handle the differences appropriately Add a test axis to Travis to run both rebar2 and rebar3
- Loading branch information
Nathaniel Waisbrot
committed
Mar 24, 2016
1 parent
49012c5
commit 62f1b88
Showing
7 changed files
with
84 additions
and
13 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
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
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,5 +1,5 @@ | ||
Expm.Package.new(name: "erlcloud", description: "Cloud Computing library for Erlang (Amazon EC2, S3, SQS, SimpleDB, Mechanical Turk, ELB) ", | ||
version: "0.8.0", keywords: ["cloud", "api", "amazon", "ec2", "s3", "sqs"], | ||
maintainers: [[name: "Gleb Peregud", | ||
version: "0.13.1", keywords: ["cloud", "api", "amazon", "ec2", "s3", "sqs"], | ||
maintainers: [[name: "Gleb Peregud", | ||
email: "[email protected]"]], | ||
repositories: [[github: "gleber/erlcloud"]]) | ||
repositories: [[github: "gleber/erlcloud"]]) |
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
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
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[{<<"jsx">>,{pkg,<<"jsx">>,<<"2.8.0">>},0}, | ||
{<<"lhttpc">>,{pkg,<<"lhttpc">>,<<"1.4.0">>},0}]. |
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