travis 1.7.7.travis.678.5 → 1.7.7.travis.681.5
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 +8 -8
- data/README.md +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Y2U0ZWM0N2FkZGY4ZGEzOGUxMzM2ZDMyMTIxODgwODQ1MGM1ZGYxZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YjZlMTc5ZjkxMmU1OTkyZmE4MzkxMmNmNDM0ZmI4N2FmNzA3MWEwOQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NmEzODhmY2ZiYWJjOGE0ZjBmZGI4NmUyZjRmNDJjNjlkOTk3MDQ4MDRlOWJi
|
|
10
|
+
NDkwZTc5ZjQwYTczZjA5ZTgzZTVlYWExNGQ3MWFhNjBhNTAxZmRiMjk5Njhk
|
|
11
|
+
YjA2MGM1MTM4NmMxMDg3ZWQzODExMGRjMzZlNzQ1MWY3ZTIwZjM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MGNmMDQxMTcxNjJkNTAxN2M1NGRlODdkYzE5MWRhMTM2ZGU2ZTI0ZjA1YTUw
|
|
14
|
+
MDhmZjYwNGM3MGI1ZmI3ZjAyNzRiNzA3MTEwMzA4MzA4NzA4MmFiNDZiMjU5
|
|
15
|
+
OTBmZDIxZDUwYWRjMzRmMGM2NDJkMjM4YmUwYzhmNDgwZTk2NGQ=
|
data/README.md
CHANGED
|
@@ -2082,7 +2082,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
|
|
|
2082
2082
|
* Add `travis setup elasticbeanstalk`.
|
|
2083
2083
|
* Properly display educational accounts in `travis accounts`.
|
|
2084
2084
|
* Upgrade go version default for `travis init`.
|
|
2085
|
-
* Fix SSL verification issue on OS X
|
|
2085
|
+
* Fix SSL verification issue on OS X Yosemite and certain Linux setups.
|
|
2086
2086
|
* Be more forgiving with outdated API version (Enterprise).
|
|
2087
2087
|
* Better handling of multibyte characters in archived logs.
|
|
2088
2088
|
* Use more restricitve permissions for the config file.
|
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.7.7.travis.
|
|
4
|
+
version: 1.7.7.travis.681.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
@@ -48,7 +48,7 @@ authors:
|
|
|
48
48
|
autorequire:
|
|
49
49
|
bindir: bin
|
|
50
50
|
cert_chain: []
|
|
51
|
-
date: 2015-
|
|
51
|
+
date: 2015-05-13 00:00:00.000000000 Z
|
|
52
52
|
dependencies:
|
|
53
53
|
- !ruby/object:Gem::Dependency
|
|
54
54
|
name: faraday
|