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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +3 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YjU5NDJlYjEyOWY3YTE4NDNkYWJkMzE3Yjk5M2NiYzhlN2U0NzBmOQ==
4
+ ODhkYzMwYTJiZjAyM2QwZWE4NTZkMWMyZmI1MThmNmFlYTE2YjkzNg==
5
5
  data.tar.gz: !binary |-
6
- MzVhYzlkZGYzMGExOWU2ODU2MjNkZTQ3NmNhYjU5YTY2OWQwNTFjNw==
6
+ YzAyNDY3MWU1ZThmY2QwM2ZhOWQ2YmFmZGE5YzMxNDIxODk3NDBmMQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MWM3ZDRiZDU3ZjhhZWI2OTA1MWMzOWRiNWU1NGI3ZjE4NDMxNzczMGNhNWJk
10
- ZmJlNTMwYTIxNDAzOGY5ZmNhNDUzMmZkNmIzODFhNDMzNTZiZDFhNTQ0ZWYx
11
- YTExODFhMTExMTczN2EyNjg5ZWU0OTMzNDVlNzQxMmIzNDViNWI=
9
+ MTBiMmZiOTVmMWI5Mzc0MjJlYjhlM2RjNmQ4ZjBhY2FjNDJhOWJhMmVlYTgw
10
+ Y2U3NzI4NzIwOGE1MDNiMjBjMmU4YTVhOGZjNDM0NDg0OGQ0OWU5YzIzYjFm
11
+ MmFiNDViYzQzYWFjM2I5NDY2MDE4YzFiNjE3NWVmNzVjYzc2MTA=
12
12
  data.tar.gz: !binary |-
13
- YTg0OGRkOGM1MjZjYjdkMmFlZDk5ZGUyN2ZkZjg3YzhmZDJjOGNmZjZiZGU5
14
- N2NkZTJiMzYyN2UwNjg5YzM5ZjFlZmVhMTkxOTNjMTg1MTllNmY3MDJhNjAz
15
- MmQwNGZjYzJkZmVhYjIzZTBiZjdlZWE1YzkzNDAzMDE4ZWY5NzE=
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
 
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.6.2.travis.370.4
4
+ version: 1.6.2.travis.371.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase