travis 1.6.3.travis.386.4 → 1.6.3.travis.387.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +8 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZWI5NzJlZTE4YzRjY2QwZDZhZjJjNWJjMmJlZjUwNmFjZWRjYjY1MQ==
4
+ MDFlZDIzNTZhNDU5YzQ3Njk2YjYwNTMzNTM1MTI1YWQ2M2M4MTEyMA==
5
5
  data.tar.gz: !binary |-
6
- OWEyMTRjNjQ2YTJmYzk3ZTRhYzMzNmY3MDI3OTlmNTUxNzg1NTllMg==
6
+ NTQ2ODE3Y2I5NmI4N2M5NDQ3MGE1N2NlMzllZTQwNDNkNWRmNmM2Zg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZjRkMzdiYWFhY2Q5YWE5NDY1OTJiYTFhZWEzOTI0YzlhOGYzNGMxNGY4Mjdj
10
- Y2QxNjNkMDM2NmMzNDQ2ZGFkYWY2Y2EyYjg0OTcwYmE3NTkzNmY0MDNjMDUx
11
- Y2IyMzNiYjNiNjMzMDNiMGFmYTJhNDJmODBiMzgxMDljOWRjZDA=
9
+ MWI0ZmIwNmM5Zjg3M2Q1ZDY0ZmU2MGNjNGU4YTQ1MzJiMTljMzA5ZTY0ZjI2
10
+ OWNmYjk0OWIyZGE4OTcwMDU5MmIwYzlmNjljNGRhZTVjZjczYjkxM2FlZjAz
11
+ MWE4OWUxNzM2Yzg5YTZiMzIwNDEzM2UzMzQ5MzVmYTRiYzBmZDM=
12
12
  data.tar.gz: !binary |-
13
- OWVjODBiMGI1ZWUwZDc4ZTA0NWFhZGFjNzlmYWIyMjE1YzE5ZWQ5NGVhNDYx
14
- NWU1MmI1N2ZlM2I5YjZhNzNiYzk1Yzg2ZGZhMjQwZjk0YWVkNDgzYWQ2NmM1
15
- ZjNiYzc1ZmU2MGFhZDBlZTM4NzQxYTIwYmE0ODM5NDQ1ZTBkMDY=
13
+ NmJhMTVhZDM1Mjc3ZjUwMDNjNDM1YTAxNDc3ZTM4ODllODc4ZWMxNjMxMzkw
14
+ YzYyNTM2MjMwMDU0Y2M2ZWM3ODNiMWQ3OGE2N2Y1MmUxYmQ4NGY2YzU5ODcy
15
+ MTcxNzQ4NzAxOWQ5YTYzY2RjNjkzYzFiNTJkYzY5YWYyODdkYzE=
data/README.md CHANGED
@@ -801,7 +801,7 @@ Helps you configure Travis addons.
801
801
  -r, --repo SLUG repository to use (will try to detect from current git clone)
802
802
  -f, --force override config section if it already exists
803
803
 
804
- Available services: `appfog`, `cloudcontrol`, `cloudfoundry`, `engineyard`, `heroku`, `nodejitsu`, `npm`, `openshift`, `pypi`, `rubygems`, `s3` and `sauce_connect`.
804
+ Available services: `appfog`, `cloudcontrol`, `cloudfiles`, `cloudfoundry`, `divshot`, `engineyard`, `heroku`, `nodejitsu`, `npm`, `openshift`, `pypi`, `rubygems`, `s3` and `sauce_connect`.
805
805
 
806
806
  Example:
807
807
 
@@ -1446,8 +1446,15 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
1446
1446
 
1447
1447
  **1.6.3** (not yet released)
1448
1448
 
1449
+ * Fix OS detection on Windows.
1450
+ * Add `travis setup cloudfiles`.
1451
+ * Add `travis setup divshot`.
1452
+ * Add `--date` flag to `travis history`.
1453
+ * Add upload and target directory options to `travis setup s3`.
1454
+ * Include commit message in desktop notifications.
1449
1455
  * Check if Notification Center or Growl is actually running before sending out notifications.
1450
1456
  * Better documentation for desktop notifications.
1457
+ * Make tests Ruby on Rubinius 2.x.
1451
1458
 
1452
1459
  **1.6.2** (November 8, 2013)
1453
1460
 
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.3.travis.386.4
4
+ version: 1.6.3.travis.387.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase