travis 1.6.2.travis.370.4 → 1.6.2.travis.371.4
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 +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ODhkYzMwYTJiZjAyM2QwZWE4NTZkMWMyZmI1MThmNmFlYTE2YjkzNg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YzAyNDY3MWU1ZThmY2QwM2ZhOWQ2YmFmZGE5YzMxNDIxODk3NDBmMQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTBiMmZiOTVmMWI5Mzc0MjJlYjhlM2RjNmQ4ZjBhY2FjNDJhOWJhMmVlYTgw
|
|
10
|
+
Y2U3NzI4NzIwOGE1MDNiMjBjMmU4YTVhOGZjNDM0NDg0OGQ0OWU5YzIzYjFm
|
|
11
|
+
MmFiNDViYzQzYWFjM2I5NDY2MDE4YzFiNjE3NWVmNzVjYzc2MTA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OWQ1ZjZiYzdiYzAyMTg4NjVjYjg3NTNkMzIxZjU1YzBlNjQ5YzkyZTk2Yjg3
|
|
14
|
+
YTlmZTJhZTM0ZDczOThhNGMwMmEyN2VlZjAzNDlhMjgwZGJiMWI0YzZjNjY2
|
|
15
|
+
NzE3NGU2ZDBiNGUyZTczMDg2Y2I5ZjM4NDNiYWNiYWI5YzA0ODk=
|
data/README.md
CHANGED
|
@@ -1435,7 +1435,10 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
|
|
|
1435
1435
|
* Improve OS detection.
|
|
1436
1436
|
* Fix `travis report`.
|
|
1437
1437
|
* Fix issues with new payload for permissions endpoint (used by `travis monitor`).
|
|
1438
|
+
* Improve default logic for whether `travis monitor` should display desktop notifications.
|
|
1438
1439
|
* Make desktop notifications work on Mac OSX 10.9.
|
|
1440
|
+
* Increase and improve debug output.
|
|
1441
|
+
* Only load pry if console command is actually invoked, not when it is loaded (for instance by `travis help`).
|
|
1439
1442
|
|
|
1440
1443
|
**1.6.1** (November 4, 2013)
|
|
1441
1444
|
|