File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ after a command.
127
127
--local::
128
128
Do not update remote repository cache. Instead, Shards will use the local copies
129
129
already present in the cache (see *SHARDS_CACHE_PATH*).
130
- The command will fail if a depedency is unavailable in the cache.
130
+ The command will fail if a dependency is unavailable in the cache.
131
131
132
132
-q, --quiet::
133
133
Decreases the log verbosity, printing only warnings and errors.
@@ -157,7 +157,7 @@ Defaults to _.cache/shards_ in the home directory (_$XDG_CACHE_HOME_ or _$HOME_)
157
157
or the current directory.
158
158
159
159
SHARDS_INSTALL_PATH::
160
- Defines the location where dependecies are installed.
160
+ Defines the location where dependencies are installed.
161
161
Defaults to _lib_.
162
162
163
163
SHARDS_BIN_PATH::
Original file line number Diff line number Diff line change 2
2
.\" Title: shard.yml
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
4
.\" Generator: Asciidoctor 2.0.20
5
- .\" Date: 2023-12-22
5
+ .\" Date: 2023-12-28
6
6
.\" Manual: File Formats
7
7
.\" Source: shards 0.17.4
8
8
.\" Language: English
9
9
.\"
10
- .TH "SHARD.YML" "5" "2023-12-22 " "shards 0.17.4" "File Formats"
10
+ .TH "SHARD.YML" "5" "2023-12-28 " "shards 0.17.4" "File Formats"
11
11
.ie \n( .g .ds Aq \(aq
12
12
.el .ds Aq '
13
13
.ss \n[ .ss ] 0
Original file line number Diff line number Diff line change 2
2
.\" Title: shards
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
4
.\" Generator: Asciidoctor 2.0.20
5
- .\" Date: 2023-12-22
5
+ .\" Date: 2023-12-28
6
6
.\" Manual: Shards Manual
7
7
.\" Source: shards 0.17.4
8
8
.\" Language: English
9
9
.\"
10
- .TH "SHARDS" "1" "2023-12-22 " "shards 0.17.4" "Shards Manual"
10
+ .TH "SHARDS" "1" "2023-12-28 " "shards 0.17.4" "Shards Manual"
11
11
.ie \n( .g .ds Aq \(aq
12
12
.el .ds Aq '
13
13
.ss \n[ .ss ] 0
@@ -202,7 +202,7 @@ Disables colored output.
202
202
.RS 4
203
203
Do not update remote repository cache. Instead, Shards will use the local copies
204
204
already present in the cache (see \fB SHARDS_CACHE_PATH \fP ).
205
- The command will fail if a depedency is unavailable in the cache.
205
+ The command will fail if a dependency is unavailable in the cache.
206
206
.RE
207
207
.sp
208
208
\- q, \-\- quiet
@@ -242,7 +242,7 @@ or the current directory.
242
242
.sp
243
243
SHARDS_INSTALL_PATH
244
244
.RS 4
245
- Defines the location where dependecies are installed.
245
+ Defines the location where dependencies are installed.
246
246
Defaults to \fI lib \fP .
247
247
.RE
248
248
.sp
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ describe "outdated" do
150
150
end
151
151
152
152
describe " non-release" do
153
- describe " without relases " do
153
+ describe " without releases " do
154
154
it " latest any" do
155
155
with_shard({dependencies: {missing: " *" }}, {missing: " 0.1.0+git.commit.#{ git_commits(" missing" ).first } " }) do
156
156
run " shards install"
You can’t perform that action at this time.
0 commit comments