-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from JuliaWeb/tan/misc
use Project.toml, update travis configuration, handle change to Base.is_id_start_char
- Loading branch information
Showing
6 changed files
with
50 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name = "JuliaWebAPI" | ||
uuid = "480116ec-64ea-5dec-baca-db6b11e96e37" | ||
keywords = ["julia", "rest", "api"] | ||
license = "MIT" | ||
desc = "Julia package for deploying APIs" | ||
version = "0.6.1" | ||
|
||
[deps] | ||
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | ||
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" | ||
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" | ||
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" | ||
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" | ||
ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1" | ||
|
||
[compat] | ||
HTTP = "≥ 0.8.0" | ||
ZMQ = "≥ 0.3.3" | ||
julia = "1" | ||
|
||
[extras] | ||
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | ||
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" | ||
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["Base64", "Test", "Random", "Sockets", "Logging", "Distributed"] |
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
f7494a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
f7494a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/7077
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via: