travis 1.8.14.travis.1162.9 → 1.8.14.travis.1163.9
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 +1 -1
- data/travis.gemspec +4 -4
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '068d17f9ba030650e3e0028cd8a4a53dead06e5561305f66f8a10aa09ec53dce'
|
|
4
|
+
data.tar.gz: 653dda60f8cc417d11a8c135c98d45e4ca249b5189ab31ea49eefe7d2177a07f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93a137b3337261577a201c8331e7744ee693cf7e7821b59d3459e78005ebfed3cab913c5f991c5265eb6a343fd83c74cec8677e4389830a5b902ecf439ddbbf8
|
|
7
|
+
data.tar.gz: f93b596534c56ffa3b74351184affa81d3ccd95dcd3cf366ae19dadf80bc950d097bb8f94042ac72964fdbd6b6da9e32f0479935b13ac2d9b33148a922610861
|
data/README.md
CHANGED
|
@@ -583,7 +583,7 @@ Repository commands have all the options [General API Commands](#general-api-com
|
|
|
583
583
|
|
|
584
584
|
Additionally, you can specify the Repository to talk to by providing `--repo owner/name`. However, if you invoke the command inside a clone of the project, the client will figure out this option on its own. Note that it uses the tracked [git remote](http://www.kernel.org/pub/software/scm/git/docs/git-remote.html) for the current branch (and defaults to 'origin' if no tracking is set) to do so. You can use `--store-repo SLUG` once to override it permanently.
|
|
585
585
|
|
|
586
|
-
It will also automatically pick [travis-ci.com](https://travis-ci.com) if it is a private project. You can of course override this
|
|
586
|
+
It will also automatically pick [travis-ci.com](https://travis-ci.com) if it is a private project. You can of course override this decision with `--com`, `--org` or `--api-endpoint URL`
|
|
587
587
|
|
|
588
588
|
#### `branches`
|
|
589
589
|
|
data/travis.gemspec
CHANGED
|
@@ -12,9 +12,9 @@ Gem::Specification.new do |s|
|
|
|
12
12
|
# generated from git shortlog -sn
|
|
13
13
|
s.authors = [
|
|
14
14
|
"Hiro Asari",
|
|
15
|
-
"Konstantin Haase",
|
|
16
15
|
"Piotr Milcarz",
|
|
17
16
|
"Buck Doyle",
|
|
17
|
+
"Konstantin Haase",
|
|
18
18
|
"Christopher Grim",
|
|
19
19
|
"Joe Corcoran",
|
|
20
20
|
"Sven Fuchs",
|
|
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
|
|
|
36
36
|
"Joep van Delft",
|
|
37
37
|
"Stefan Nordhausen",
|
|
38
38
|
"Tobias Bieniek",
|
|
39
|
-
"
|
|
39
|
+
"Dani Hodovic",
|
|
40
40
|
"Dominic Jodoin",
|
|
41
41
|
"Harald Nordgren",
|
|
42
42
|
"HaraldNordgren",
|
|
@@ -56,9 +56,9 @@ Gem::Specification.new do |s|
|
|
|
56
56
|
# generated from git shortlog -sne
|
|
57
57
|
s.email = [
|
|
58
58
|
"asari.ruby@gmail.com",
|
|
59
|
-
"konstantin.mailinglists@googlemail.com",
|
|
60
59
|
"piotrm@travis-ci.org",
|
|
61
60
|
"b@chromatin.ca",
|
|
61
|
+
"konstantin.mailinglists@googlemail.com",
|
|
62
62
|
"chrisg@luminal.io",
|
|
63
63
|
"joe@corcoran.io",
|
|
64
64
|
"me@svenfuchs.com",
|
|
@@ -80,7 +80,7 @@ Gem::Specification.new do |s|
|
|
|
80
80
|
"igor@travis-ci.org",
|
|
81
81
|
"stefan.nordhausen@immobilienscout24.de",
|
|
82
82
|
"tobias.bieniek@gmail.com",
|
|
83
|
-
"
|
|
83
|
+
"danihodovic@users.noreply.github.com",
|
|
84
84
|
"dominic@travis-ci.com",
|
|
85
85
|
"haraldnordgren@gmail.com",
|
|
86
86
|
"haraldnordgren@gmail.com",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: travis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.14.travis.
|
|
4
|
+
version: 1.8.14.travis.1163.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hiro Asari
|
|
8
|
-
- Konstantin Haase
|
|
9
8
|
- Piotr Milcarz
|
|
10
9
|
- Buck Doyle
|
|
10
|
+
- Konstantin Haase
|
|
11
11
|
- Christopher Grim
|
|
12
12
|
- Joe Corcoran
|
|
13
13
|
- Sven Fuchs
|
|
@@ -29,7 +29,7 @@ authors:
|
|
|
29
29
|
- Joep van Delft
|
|
30
30
|
- Stefan Nordhausen
|
|
31
31
|
- Tobias Bieniek
|
|
32
|
-
-
|
|
32
|
+
- Dani Hodovic
|
|
33
33
|
- Dominic Jodoin
|
|
34
34
|
- Harald Nordgren
|
|
35
35
|
- HaraldNordgren
|
|
@@ -232,9 +232,9 @@ dependencies:
|
|
|
232
232
|
description: CLI and Ruby client library for Travis CI
|
|
233
233
|
email:
|
|
234
234
|
- asari.ruby@gmail.com
|
|
235
|
-
- konstantin.mailinglists@googlemail.com
|
|
236
235
|
- piotrm@travis-ci.org
|
|
237
236
|
- b@chromatin.ca
|
|
237
|
+
- konstantin.mailinglists@googlemail.com
|
|
238
238
|
- chrisg@luminal.io
|
|
239
239
|
- joe@corcoran.io
|
|
240
240
|
- me@svenfuchs.com
|
|
@@ -256,7 +256,7 @@ email:
|
|
|
256
256
|
- igor@travis-ci.org
|
|
257
257
|
- stefan.nordhausen@immobilienscout24.de
|
|
258
258
|
- tobias.bieniek@gmail.com
|
|
259
|
-
-
|
|
259
|
+
- danihodovic@users.noreply.github.com
|
|
260
260
|
- dominic@travis-ci.com
|
|
261
261
|
- haraldnordgren@gmail.com
|
|
262
262
|
- haraldnordgren@gmail.com
|