travis 1.9.1.travis.1219.9 → 1.9.1.travis.1220.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/travis.gemspec +2 -0
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6df8f81c7081e2f6b9d6fa0db94b6620bc41954597d6ce4739b8feb3a95351e6
|
4
|
+
data.tar.gz: 35e0ccc0f7289a4b5801a6dd61b0d65d86762ae80bed233fda1c6cbeb9346971
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ac2f82efed7b59db80a52ff6653fd923ca0eb592888bd7471accba9d003a9ace2d063ac788dfd028003c97d1ce739dc4571110c3980ab4bef1a8c701be34589
|
7
|
+
data.tar.gz: 9635c0ec68891dbc04fdbaa8d885d2a3bf9eaf965446301ed0bdc6b2cf74f6ee8c96643cea62e299c93f0298ac3ef88ae97432315b4eacccd50b5253522e28ee
|
data/README.md
CHANGED
@@ -2005,7 +2005,7 @@ Then run:
|
|
2005
2005
|
|
2006
2006
|
On OSX and Linux:
|
2007
2007
|
|
2008
|
-
$ gem install travis --no-
|
2008
|
+
$ gem install travis --no-document
|
2009
2009
|
|
2010
2010
|
(For older versions of `gem`, replace `--no-document` with `--no-rdoc --no-ri`.)
|
2011
2011
|
|
@@ -2132,6 +2132,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
|
|
2132
2132
|
* Display commit SHA in `show` https://github.com/travis-ci/travis.rb/pull/739
|
2133
2133
|
* Display more helpful message when GitHub token given by `--github-token` is
|
2134
2134
|
deficient https://github.com/travis-ci/travis.rb/issues/708
|
2135
|
+
* Fix `--pull-request` flag in `history` command https://github.com/travis-ci/travis.rb/issues/382
|
2135
2136
|
|
2136
2137
|
### 1.9.0 (April 27, 2020)
|
2137
2138
|
|
data/travis.gemspec
CHANGED
@@ -50,6 +50,7 @@ Gem::Specification.new do |s|
|
|
50
50
|
"Dani Hodovic",
|
51
51
|
"Dominic Jodoin",
|
52
52
|
"Eric Herot",
|
53
|
+
"Eugene K",
|
53
54
|
"George Millo",
|
54
55
|
"Gunter Grodotzki",
|
55
56
|
"Harald Nordgren",
|
@@ -122,6 +123,7 @@ Gem::Specification.new do |s|
|
|
122
123
|
"danihodovic@users.noreply.github.com",
|
123
124
|
"dominic@travis-ci.com",
|
124
125
|
"eric.github@herot.com",
|
126
|
+
"34233075+eugene-kulak@users.noreply.github.com",
|
125
127
|
"georgejulianmillo@gmail.com",
|
126
128
|
"gunter@grodotzki.co.za",
|
127
129
|
"haraldnordgren@gmail.com",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: travis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.1.travis.
|
4
|
+
version: 1.9.1.travis.1220.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hiro Asari
|
@@ -42,6 +42,7 @@ authors:
|
|
42
42
|
- Dani Hodovic
|
43
43
|
- Dominic Jodoin
|
44
44
|
- Eric Herot
|
45
|
+
- Eugene K
|
45
46
|
- George Millo
|
46
47
|
- Gunter Grodotzki
|
47
48
|
- Harald Nordgren
|
@@ -297,6 +298,7 @@ email:
|
|
297
298
|
- danihodovic@users.noreply.github.com
|
298
299
|
- dominic@travis-ci.com
|
299
300
|
- eric.github@herot.com
|
301
|
+
- 34233075+eugene-kulak@users.noreply.github.com
|
300
302
|
- georgejulianmillo@gmail.com
|
301
303
|
- gunter@grodotzki.co.za
|
302
304
|
- haraldnordgren@gmail.com
|