travis 1.7.2.travis.634.5 → 1.7.2.travis.635.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +2 -0
- data/lib/travis/tools/safe_string.rb +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YTAyOGI0MmRiYTk3YmQyZDMyZGQ0ODM2NDIyZmNjYzk1Y2FlNzUyOQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NDlmN2I3NjUyYWNiOGU1YzYyMjFjOGVmMzA5Zjk5NjczNGQ5NDZjOQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YmVkODVlYzM0MTIyNmFhYmZkN2E1YTNkNDI1MGQxMWI3YTVhNzA3NzRlNGJk
|
10
|
+
YjM3MTM1ZTA3Y2M1NGZiMDkwNTNmOGNiMzAxYjhhNDM1OGQ1ZjM5MjllOGUz
|
11
|
+
NGFhODcyYzg0NDAxMDBkMWM0YjVlNGMwYTUxMTQzOGRiOGZmZGE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NzU5YTEyNTExYjE1YTZhODlhZmY4YTMxMDIzMTFiYTY1Yzg4MGJhZDI0Y2Ux
|
14
|
+
YjJhMzRmNzA2NjAxMWE3MDUwYjVlY2EzNzRlM2NlMjhiOWUxMTk0NmIxNGQw
|
15
|
+
NTdiYTFkZTkyYzg4ZDFjMWJiZmY0OGI2MTI0ZmY1MDZkNDNmMGY=
|
data/README.md
CHANGED
@@ -2064,6 +2064,8 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
|
|
2064
2064
|
* Properly display educational accounts in `travis accounts`.
|
2065
2065
|
* Upgrade go version default for `travis init`.
|
2066
2066
|
* Fix SSL verification issue on OS X Yesomite and certain Linux setups.
|
2067
|
+
* Be more forgiving with outdated API version (Enterprise).
|
2068
|
+
* Better handling of multibyte characters in archived logs.
|
2067
2069
|
|
2068
2070
|
**1.7.1** (August 9, 2014)
|
2069
2071
|
|