-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Sijawusz Pur Rahnama <[email protected]>
- Loading branch information
1 parent
82c30a3
commit 85b30b5
Showing
6 changed files
with
60 additions
and
22 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 |
---|---|---|
@@ -1 +1 @@ | ||
0.16.0 | ||
0.17.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
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,13 +1,13 @@ | ||
'\" t | ||
.\" Title: shard.yml | ||
.\" Author: [see the "AUTHOR(S)" section] | ||
.\" Generator: Asciidoctor 2.0.12 | ||
.\" Date: 2021-10-06 | ||
.\" Generator: Asciidoctor 2.0.17 | ||
.\" Date: 2022-03-24 | ||
.\" Manual: File Formats | ||
.\" Source: shards 0.16.0 | ||
.\" Source: shards 0.17.0 | ||
.\" Language: English | ||
.\" | ||
.TH "SHARD.YML" "5" "2021-10-06" "shards 0.16.0" "File Formats" | ||
.TH "SHARD.YML" "5" "2022-03-24" "shards 0.17.0" "File Formats" | ||
.ie \n(.g .ds Aq \(aq | ||
.el .ds Aq ' | ||
.ss \n[.ss] 0 | ||
|
@@ -165,13 +165,13 @@ It may contain dots and dashes but not consecutive ones. | |
. sp -1 | ||
. IP \(bu 2.3 | ||
.\} | ||
It may contain a letter to make it a \(aqprerelease\(aq. | ||
It may contain a letter to make it a \*(Aqprerelease\*(Aq. | ||
.RE | ||
.sp | ||
Examples: \fI1.2.3\fP, \fI2.0.0.1\fP, \fI1.0.0.alpha\fP \fI2.0.0\-rc1\fP or \fI2016.09\fP. | ||
.sp | ||
While Shards doesn\(cqt enforce it, following a rational versioning scheme like | ||
.URL "http://semver.org/" "Semantic Versioning" " " | ||
.URL "http://semver.org/" "Semantic Versioning" "" | ||
or | ||
.URL "http://calver.org/" "Calendar Versioning" | ||
is highly recommended. | ||
|
@@ -435,7 +435,7 @@ libraries: | |
\fBlicense\fP | ||
.RS 4 | ||
An \c | ||
.URL "http://opensource.org/" "OSI license" " " | ||
.URL "http://opensource.org/" "OSI license" "" | ||
name or an URL to a license file | ||
(string, recommended). | ||
.RE | ||
|
@@ -600,6 +600,26 @@ required. When missing, Shards will install the \fI@\fP bookmark or \fItip\fP. | |
.URL "https://hg.example.org/crystal\-library" "" "\fP" | ||
.RE | ||
.sp | ||
\fBfossil\fP | ||
.RS 4 | ||
A \c | ||
.URL "https://www.fossil\-scm.org" "Fossil" "" | ||
repository URL (string). | ||
.sp | ||
The URL may be \c | ||
.URL "https://fossil\-scm.org/home/help/clone" "any protocol" | ||
supported by Fossil, which includes SSH and HTTPS. | ||
.sp | ||
The Fossil repository will be cloned, the list of versions (and associated | ||
\fIshard.yml\fP) will be extracted from Fossil tags (e.g., \fIv1.2.3\fP). | ||
.sp | ||
One of the other attributes (\fIversion\fP, \fItag\fP, \fIbranch\fP, or \fIcommit\fP) is | ||
required. When missing, Shards will install \fItrunk\fP. | ||
.sp | ||
\fBExample:\fP \fIfossil: \c | ||
.URL "https://fossil.example.org/crystal\-library" "" "\fP" | ||
.RE | ||
.sp | ||
\fBversion\fP | ||
.RS 4 | ||
A version requirement (string). | ||
|
@@ -680,18 +700,20 @@ the \fI~>\fP operator has a special meaning, best shown by example: | |
.sp | ||
\fBbranch\fP | ||
.RS 4 | ||
Install the specified branch of a git dependency or the named branch | ||
of a mercurial dependency (string). | ||
Install the specified branch of a git dependency, or the named branch | ||
of a mercurial or fossil dependency (string). | ||
.RE | ||
.sp | ||
\fBcommit\fP | ||
.RS 4 | ||
Install the specified commit of a git or mercurial dependency (string). | ||
Install the specified commit of a git, mercurial, or fossil dependency | ||
(string). | ||
.RE | ||
.sp | ||
\fBtag\fP | ||
.RS 4 | ||
Install the specified tag of a git or mercurial dependency (string). | ||
Install the specified tag of a git, mercurial, or fossil dependency | ||
(string). | ||
.RE | ||
.sp | ||
\fBbookmark\fP | ||
|
@@ -708,7 +730,7 @@ with some dependencies: | |
.fam C | ||
name: shards | ||
version: 1.2.3 | ||
crystal: \(aq>= 0.35.0\(aq | ||
crystal: \*(Aq>= 0.35.0\*(Aq | ||
|
||
authors: | ||
\- Julien Portalier <[email protected]> | ||
|
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 @@ | ||
name: shards | ||
version: 0.16.0 | ||
version: 0.17.0 | ||
|
||
authors: | ||
- Julien Portalier <[email protected]> | ||
|