travis 1.8.11.travis.1098.9 → 1.8.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/lib/travis/version.rb +1 -1
- data/travis.gemspec +106 -37
- metadata +107 -39
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 560192251d9099ff71868e67bf60b83062a32602bd39723a0d0ec1caa16df9e6
|
|
4
|
+
data.tar.gz: e2c4be543e3d14d7fd7b2f89d4dea7ffc241cce8ad490d74daf378e6894d64e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baa548bee0487c391f922556c8b24688fb9d51729fb7a2d7b9fd435bce37f3ce7af34e99f993119bbd07a01a59b3a92180b77ba1399bb9ecc0cb057838874934
|
|
7
|
+
data.tar.gz: 6ef892fe18818c5d8210e9c421fc5e78f4f0bfa8640832e766519e4b86e0f3521cca6003d065d5ea7652548e251649d31ec79c2beaf9d7ce2dcf3bbd602ace12
|
data/README.md
CHANGED
|
@@ -1967,12 +1967,12 @@ You can check your Ruby version by running `ruby -v`:
|
|
|
1967
1967
|
|
|
1968
1968
|
Then run:
|
|
1969
1969
|
|
|
1970
|
-
$ gem install travis -v 1.8.
|
|
1970
|
+
$ gem install travis -v 1.8.11 --no-rdoc --no-ri
|
|
1971
1971
|
|
|
1972
1972
|
Now make sure everything is working:
|
|
1973
1973
|
|
|
1974
1974
|
$ travis version
|
|
1975
|
-
1.8.
|
|
1975
|
+
1.8.11
|
|
1976
1976
|
|
|
1977
1977
|
See also [Note on Ubuntu](#ubuntu) below.
|
|
1978
1978
|
|
|
@@ -2080,6 +2080,8 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
|
|
|
2080
2080
|
|
|
2081
2081
|
## Version History
|
|
2082
2082
|
|
|
2083
|
+
**1.8.11** (March 2, 2020)
|
|
2084
|
+
|
|
2083
2085
|
**1.8.10** (May 5, 2019)
|
|
2084
2086
|
|
|
2085
2087
|
**1.8.8** (March 3, 2017)
|
data/lib/travis/version.rb
CHANGED
data/travis.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
# general infos
|
|
4
4
|
s.name = "travis"
|
|
5
|
-
s.version = "1.8.
|
|
5
|
+
s.version = "1.8.11"
|
|
6
6
|
s.description = "CLI and Ruby client library for Travis CI"
|
|
7
7
|
s.homepage = "https://github.com/travis-ci/travis.rb"
|
|
8
8
|
s.summary = "Travis CI client"
|
|
@@ -13,87 +13,156 @@ Gem::Specification.new do |s|
|
|
|
13
13
|
s.authors = [
|
|
14
14
|
"Konstantin Haase",
|
|
15
15
|
"Hiro Asari",
|
|
16
|
-
"
|
|
16
|
+
"Henrik Hodne",
|
|
17
|
+
"joshua-anderson",
|
|
18
|
+
"Aaron Hill",
|
|
17
19
|
"Buck Doyle",
|
|
20
|
+
"Peter Souter",
|
|
18
21
|
"Christopher Grim",
|
|
19
22
|
"Joe Corcoran",
|
|
20
23
|
"Sven Fuchs",
|
|
21
|
-
"
|
|
22
|
-
"Josh Kalderimis",
|
|
23
|
-
"Ke Zhu",
|
|
24
|
+
"Peter van Dijk",
|
|
24
25
|
"Piotr Sarnacki",
|
|
25
|
-
"
|
|
26
|
+
"Josh Kalderimis",
|
|
27
|
+
"Aakriti Gupta",
|
|
26
28
|
"carlad",
|
|
29
|
+
"Piotr Milcarz",
|
|
30
|
+
"Ren\xC3\xA9e Hendricksen",
|
|
31
|
+
"Max Barnash",
|
|
32
|
+
"Ke Zhu",
|
|
33
|
+
"Carlos Palhares",
|
|
34
|
+
"Dan Buch",
|
|
27
35
|
"Mar\xC3\xADa de Ant\xC3\xB3n",
|
|
36
|
+
"Mathias Meyer",
|
|
28
37
|
"mariadeanton",
|
|
29
|
-
"Alpha",
|
|
30
|
-
"Beau Bouchard",
|
|
31
|
-
"Corinna Wiesner",
|
|
32
|
-
"David Rodr\xC3\xADguez",
|
|
33
38
|
"Igor Wiedler",
|
|
39
|
+
"David Rodr\xC3\xADguez",
|
|
40
|
+
"Corinna Wiesner",
|
|
34
41
|
"Joep van Delft",
|
|
42
|
+
"Beau Bouchard",
|
|
35
43
|
"Stefan Nordhausen",
|
|
44
|
+
"Andreas Tiefenthaler",
|
|
45
|
+
"Thais Camilo and Konstantin Haase",
|
|
36
46
|
"Tobias Bieniek",
|
|
37
|
-
"
|
|
47
|
+
"Justin Lambert",
|
|
48
|
+
"Eric Herot",
|
|
38
49
|
"Dominic Jodoin",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"Jacob Atzen",
|
|
45
|
-
"Joe Rafaniello",
|
|
46
|
-
"Jonas Chromik",
|
|
50
|
+
"Laurent Petit",
|
|
51
|
+
"Maarten van Vliet",
|
|
52
|
+
"Mario Visic",
|
|
53
|
+
"john muhl",
|
|
54
|
+
"Adam Lavin",
|
|
47
55
|
"Matteo Sumberaz",
|
|
56
|
+
"Matthias Bussonnier",
|
|
57
|
+
"Michael Mior",
|
|
48
58
|
"Michael S. Fischer",
|
|
59
|
+
"Miro Hron\xC4\x8Dok",
|
|
60
|
+
"Neamar",
|
|
49
61
|
"Nero Leung",
|
|
62
|
+
"Nicolas Bessi (nbessi)",
|
|
50
63
|
"Peter Bengtsson",
|
|
51
|
-
"
|
|
64
|
+
"Daniel Chatfield",
|
|
65
|
+
"Benjamin Manns",
|
|
66
|
+
"Rapha\xC3\xABl Pinson",
|
|
67
|
+
"Basarat Ali Syed",
|
|
68
|
+
"Rob Hoelz",
|
|
69
|
+
"Robert Van Voorhees",
|
|
70
|
+
"Tobias Wilken",
|
|
71
|
+
"Jacob Atzen",
|
|
72
|
+
"Zachary Scott",
|
|
73
|
+
"Adrien Brault",
|
|
74
|
+
"jeffdh",
|
|
75
|
+
"HaraldNordgren",
|
|
76
|
+
"Igor",
|
|
77
|
+
"Zachary Gershman",
|
|
78
|
+
"Jacob Burkhart",
|
|
79
|
+
"Harald Nordgren",
|
|
80
|
+
"Joe Rafaniello",
|
|
81
|
+
"Jon-Erik Schneiderhan",
|
|
82
|
+
"Jonas Chromik",
|
|
83
|
+
"Jonne Ha\xC3\x9F",
|
|
84
|
+
"George Millo",
|
|
85
|
+
"Julia S.Simon"
|
|
52
86
|
]
|
|
53
87
|
|
|
54
88
|
# generated from git shortlog -sne
|
|
55
89
|
s.email = [
|
|
56
90
|
"konstantin.mailinglists@googlemail.com",
|
|
57
91
|
"asari.ruby@gmail.com",
|
|
58
|
-
"
|
|
92
|
+
"j@zatigo.com",
|
|
93
|
+
"aa1ronham@gmail.com",
|
|
94
|
+
"me@henrikhodne.com",
|
|
59
95
|
"b@chromatin.ca",
|
|
96
|
+
"henrik@hodne.io",
|
|
97
|
+
"p.morsou@gmail.com",
|
|
60
98
|
"chrisg@luminal.io",
|
|
61
99
|
"joe@corcoran.io",
|
|
100
|
+
"peter.van.dijk@netherlabs.nl",
|
|
62
101
|
"me@svenfuchs.com",
|
|
63
102
|
"josh.kalderimis@gmail.com",
|
|
64
|
-
"kzhu@us.ibm.com",
|
|
65
103
|
"drogus@gmail.com",
|
|
104
|
+
"i.am@anhero.ru",
|
|
66
105
|
"renee@travis-ci.org",
|
|
106
|
+
"kzhu@us.ibm.com",
|
|
107
|
+
"piotrm@travis-ci.org",
|
|
108
|
+
"mariadeanton@gmail.com",
|
|
67
109
|
"aakritigupta@users.noreply.github.com",
|
|
110
|
+
"me@xjunior.me",
|
|
111
|
+
"dan@meatballhat.com",
|
|
68
112
|
"mariadeanton@gmail.com",
|
|
113
|
+
"meyer@paperplanes.de",
|
|
69
114
|
"carlad@users.noreply.github.com",
|
|
70
|
-
"
|
|
71
|
-
"aakriti@travis-ci.org",
|
|
72
|
-
"AlphaWong@users.noreply.github.com",
|
|
115
|
+
"igor@travis-ci.org",
|
|
73
116
|
"127320+BeauBouchard@users.noreply.github.com",
|
|
74
117
|
"wiesner@avarteq.de",
|
|
75
|
-
"deivid.rodriguez@gmail.com",
|
|
76
|
-
"igor@travis-ci.org",
|
|
77
118
|
"stefan.nordhausen@immobilienscout24.de",
|
|
119
|
+
"aakriti@travis-ci.org",
|
|
120
|
+
"deivid.rodriguez@gmail.com",
|
|
121
|
+
"dev+narwen+rkh@rkh.im",
|
|
78
122
|
"tobias.bieniek@gmail.com",
|
|
79
|
-
"
|
|
123
|
+
"at@an-ti.eu",
|
|
124
|
+
"me@jhass.eu",
|
|
125
|
+
"eric.github@herot.com",
|
|
126
|
+
"julia.simon@biicode.com",
|
|
127
|
+
"jlambert@eml.cc",
|
|
80
128
|
"dominic@travis-ci.com",
|
|
81
|
-
"
|
|
82
|
-
"
|
|
129
|
+
"laurent.petit@gmail.com",
|
|
130
|
+
"maartenvanvliet@gmail.com",
|
|
131
|
+
"mario@mariovisic.com",
|
|
132
|
+
"git@johnmuhl.com",
|
|
133
|
+
"adam@lavoaster.co.uk",
|
|
134
|
+
"gnappoms@gmail.com",
|
|
135
|
+
"bussonniermatthias@gmail.com",
|
|
136
|
+
"chatfielddaniel@gmail.com",
|
|
137
|
+
"mmior@uwaterloo.ca",
|
|
138
|
+
"mfischer@zendesk.com",
|
|
139
|
+
"miro@hroncok.cz",
|
|
140
|
+
"neamar@neamar.fr",
|
|
141
|
+
"neroleung@gmail.com",
|
|
142
|
+
"nbessi@users.noreply.github.com",
|
|
143
|
+
"peterbe@mozilla.com",
|
|
144
|
+
"benmanns@gmail.com",
|
|
145
|
+
"basaratali@gmail.com",
|
|
146
|
+
"raphael.pinson@camptocamp.com",
|
|
147
|
+
"rob@hoelz.ro",
|
|
148
|
+
"rcvanvo@gmail.com",
|
|
149
|
+
"adrien.brault@gmail.com",
|
|
150
|
+
"tw@cloudcontrol.de",
|
|
151
|
+
"pair+zg@pivotallabs.com",
|
|
152
|
+
"e@zzak.io",
|
|
153
|
+
"carla@travis-ci.org",
|
|
154
|
+
"jeffdh@gmail.com",
|
|
83
155
|
"haraldnordgren@gmail.com",
|
|
84
156
|
"haraldnordgren@gmail.com",
|
|
85
157
|
"igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.com",
|
|
86
158
|
"jatzen@gmail.com",
|
|
159
|
+
"jburkhart@engineyard.com",
|
|
160
|
+
"georgejulianmillo@gmail.com",
|
|
87
161
|
"jrafanie@users.noreply.github.com",
|
|
88
162
|
"joep@travis-ci.org",
|
|
89
163
|
"joepvd@users.noreply.github.com",
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"mfischer@zendesk.com",
|
|
93
|
-
"neroleung@gmail.com",
|
|
94
|
-
"peterbe@mozilla.com",
|
|
95
|
-
"rcvanvo@gmail.com",
|
|
96
|
-
"carla@travis-ci.org"
|
|
164
|
+
"jon-erik.schneiderhan@meyouhealth.com",
|
|
165
|
+
"Jonas.Chromik@student.hpi.uni-potsdam.de"
|
|
97
166
|
]
|
|
98
167
|
|
|
99
168
|
# generated from git ls-files
|
metadata
CHANGED
|
@@ -1,47 +1,81 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: travis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.11
|
|
4
|
+
version: 1.8.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
8
8
|
- Hiro Asari
|
|
9
|
-
-
|
|
9
|
+
- Henrik Hodne
|
|
10
|
+
- joshua-anderson
|
|
11
|
+
- Aaron Hill
|
|
10
12
|
- Buck Doyle
|
|
13
|
+
- Peter Souter
|
|
11
14
|
- Christopher Grim
|
|
12
15
|
- Joe Corcoran
|
|
13
16
|
- Sven Fuchs
|
|
14
|
-
-
|
|
15
|
-
- Josh Kalderimis
|
|
16
|
-
- Ke Zhu
|
|
17
|
+
- Peter van Dijk
|
|
17
18
|
- Piotr Sarnacki
|
|
18
|
-
-
|
|
19
|
+
- Josh Kalderimis
|
|
20
|
+
- Aakriti Gupta
|
|
19
21
|
- carlad
|
|
22
|
+
- Piotr Milcarz
|
|
23
|
+
- Renée Hendricksen
|
|
24
|
+
- Max Barnash
|
|
25
|
+
- Ke Zhu
|
|
26
|
+
- Carlos Palhares
|
|
27
|
+
- Dan Buch
|
|
20
28
|
- María de Antón
|
|
29
|
+
- Mathias Meyer
|
|
21
30
|
- mariadeanton
|
|
22
|
-
- Alpha
|
|
23
|
-
- Beau Bouchard
|
|
24
|
-
- Corinna Wiesner
|
|
25
|
-
- David Rodríguez
|
|
26
31
|
- Igor Wiedler
|
|
32
|
+
- David Rodríguez
|
|
33
|
+
- Corinna Wiesner
|
|
27
34
|
- Joep van Delft
|
|
35
|
+
- Beau Bouchard
|
|
28
36
|
- Stefan Nordhausen
|
|
37
|
+
- Andreas Tiefenthaler
|
|
38
|
+
- Thais Camilo and Konstantin Haase
|
|
29
39
|
- Tobias Bieniek
|
|
30
|
-
-
|
|
40
|
+
- Justin Lambert
|
|
41
|
+
- Eric Herot
|
|
31
42
|
- Dominic Jodoin
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
- Jacob Atzen
|
|
38
|
-
- Joe Rafaniello
|
|
39
|
-
- Jonas Chromik
|
|
43
|
+
- Laurent Petit
|
|
44
|
+
- Maarten van Vliet
|
|
45
|
+
- Mario Visic
|
|
46
|
+
- john muhl
|
|
47
|
+
- Adam Lavin
|
|
40
48
|
- Matteo Sumberaz
|
|
49
|
+
- Matthias Bussonnier
|
|
50
|
+
- Michael Mior
|
|
41
51
|
- Michael S. Fischer
|
|
52
|
+
- Miro Hrončok
|
|
53
|
+
- Neamar
|
|
42
54
|
- Nero Leung
|
|
55
|
+
- Nicolas Bessi (nbessi)
|
|
43
56
|
- Peter Bengtsson
|
|
57
|
+
- Daniel Chatfield
|
|
58
|
+
- Benjamin Manns
|
|
59
|
+
- Raphaël Pinson
|
|
60
|
+
- Basarat Ali Syed
|
|
61
|
+
- Rob Hoelz
|
|
44
62
|
- Robert Van Voorhees
|
|
63
|
+
- Tobias Wilken
|
|
64
|
+
- Jacob Atzen
|
|
65
|
+
- Zachary Scott
|
|
66
|
+
- Adrien Brault
|
|
67
|
+
- jeffdh
|
|
68
|
+
- HaraldNordgren
|
|
69
|
+
- Igor
|
|
70
|
+
- Zachary Gershman
|
|
71
|
+
- Jacob Burkhart
|
|
72
|
+
- Harald Nordgren
|
|
73
|
+
- Joe Rafaniello
|
|
74
|
+
- Jon-Erik Schneiderhan
|
|
75
|
+
- Jonas Chromik
|
|
76
|
+
- Jonne Haß
|
|
77
|
+
- George Millo
|
|
78
|
+
- Julia S.Simon
|
|
45
79
|
autorequire:
|
|
46
80
|
bindir: bin
|
|
47
81
|
cert_chain: []
|
|
@@ -231,45 +265,80 @@ description: CLI and Ruby client library for Travis CI
|
|
|
231
265
|
email:
|
|
232
266
|
- konstantin.mailinglists@googlemail.com
|
|
233
267
|
- asari.ruby@gmail.com
|
|
234
|
-
-
|
|
268
|
+
- j@zatigo.com
|
|
269
|
+
- aa1ronham@gmail.com
|
|
270
|
+
- me@henrikhodne.com
|
|
235
271
|
- b@chromatin.ca
|
|
272
|
+
- henrik@hodne.io
|
|
273
|
+
- p.morsou@gmail.com
|
|
236
274
|
- chrisg@luminal.io
|
|
237
275
|
- joe@corcoran.io
|
|
276
|
+
- peter.van.dijk@netherlabs.nl
|
|
238
277
|
- me@svenfuchs.com
|
|
239
278
|
- josh.kalderimis@gmail.com
|
|
240
|
-
- kzhu@us.ibm.com
|
|
241
279
|
- drogus@gmail.com
|
|
280
|
+
- i.am@anhero.ru
|
|
242
281
|
- renee@travis-ci.org
|
|
282
|
+
- kzhu@us.ibm.com
|
|
283
|
+
- piotrm@travis-ci.org
|
|
284
|
+
- mariadeanton@gmail.com
|
|
243
285
|
- aakritigupta@users.noreply.github.com
|
|
286
|
+
- me@xjunior.me
|
|
287
|
+
- dan@meatballhat.com
|
|
244
288
|
- mariadeanton@gmail.com
|
|
289
|
+
- meyer@paperplanes.de
|
|
245
290
|
- carlad@users.noreply.github.com
|
|
246
|
-
-
|
|
247
|
-
- aakriti@travis-ci.org
|
|
248
|
-
- AlphaWong@users.noreply.github.com
|
|
291
|
+
- igor@travis-ci.org
|
|
249
292
|
- 127320+BeauBouchard@users.noreply.github.com
|
|
250
293
|
- wiesner@avarteq.de
|
|
251
|
-
- deivid.rodriguez@gmail.com
|
|
252
|
-
- igor@travis-ci.org
|
|
253
294
|
- stefan.nordhausen@immobilienscout24.de
|
|
295
|
+
- aakriti@travis-ci.org
|
|
296
|
+
- deivid.rodriguez@gmail.com
|
|
297
|
+
- dev+narwen+rkh@rkh.im
|
|
254
298
|
- tobias.bieniek@gmail.com
|
|
255
|
-
-
|
|
299
|
+
- at@an-ti.eu
|
|
300
|
+
- me@jhass.eu
|
|
301
|
+
- eric.github@herot.com
|
|
302
|
+
- julia.simon@biicode.com
|
|
303
|
+
- jlambert@eml.cc
|
|
256
304
|
- dominic@travis-ci.com
|
|
257
|
-
-
|
|
258
|
-
-
|
|
305
|
+
- laurent.petit@gmail.com
|
|
306
|
+
- maartenvanvliet@gmail.com
|
|
307
|
+
- mario@mariovisic.com
|
|
308
|
+
- git@johnmuhl.com
|
|
309
|
+
- adam@lavoaster.co.uk
|
|
310
|
+
- gnappoms@gmail.com
|
|
311
|
+
- bussonniermatthias@gmail.com
|
|
312
|
+
- chatfielddaniel@gmail.com
|
|
313
|
+
- mmior@uwaterloo.ca
|
|
314
|
+
- mfischer@zendesk.com
|
|
315
|
+
- miro@hroncok.cz
|
|
316
|
+
- neamar@neamar.fr
|
|
317
|
+
- neroleung@gmail.com
|
|
318
|
+
- nbessi@users.noreply.github.com
|
|
319
|
+
- peterbe@mozilla.com
|
|
320
|
+
- benmanns@gmail.com
|
|
321
|
+
- basaratali@gmail.com
|
|
322
|
+
- raphael.pinson@camptocamp.com
|
|
323
|
+
- rob@hoelz.ro
|
|
324
|
+
- rcvanvo@gmail.com
|
|
325
|
+
- adrien.brault@gmail.com
|
|
326
|
+
- tw@cloudcontrol.de
|
|
327
|
+
- pair+zg@pivotallabs.com
|
|
328
|
+
- e@zzak.io
|
|
329
|
+
- carla@travis-ci.org
|
|
330
|
+
- jeffdh@gmail.com
|
|
259
331
|
- haraldnordgren@gmail.com
|
|
260
332
|
- haraldnordgren@gmail.com
|
|
261
333
|
- igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.com
|
|
262
334
|
- jatzen@gmail.com
|
|
335
|
+
- jburkhart@engineyard.com
|
|
336
|
+
- georgejulianmillo@gmail.com
|
|
263
337
|
- jrafanie@users.noreply.github.com
|
|
264
338
|
- joep@travis-ci.org
|
|
265
339
|
- joepvd@users.noreply.github.com
|
|
340
|
+
- jon-erik.schneiderhan@meyouhealth.com
|
|
266
341
|
- Jonas.Chromik@student.hpi.uni-potsdam.de
|
|
267
|
-
- gnappoms@gmail.com
|
|
268
|
-
- mfischer@zendesk.com
|
|
269
|
-
- neroleung@gmail.com
|
|
270
|
-
- peterbe@mozilla.com
|
|
271
|
-
- rcvanvo@gmail.com
|
|
272
|
-
- carla@travis-ci.org
|
|
273
342
|
executables:
|
|
274
343
|
- travis
|
|
275
344
|
extensions: []
|
|
@@ -473,12 +542,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
473
542
|
version: '0'
|
|
474
543
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
475
544
|
requirements:
|
|
476
|
-
- - "
|
|
545
|
+
- - ">="
|
|
477
546
|
- !ruby/object:Gem::Version
|
|
478
|
-
version:
|
|
547
|
+
version: '0'
|
|
479
548
|
requirements: []
|
|
480
|
-
|
|
481
|
-
rubygems_version: 2.7.7
|
|
549
|
+
rubygems_version: 3.0.6
|
|
482
550
|
signing_key:
|
|
483
551
|
specification_version: 4
|
|
484
552
|
summary: Travis CI client
|