travis 1.5.6.travis.336.4 → 1.5.6.travis.337.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 +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTVlMTk1MjIzMThjNzE3N2UyMDlhYzhlZjI2MmQ4NGUwNmNiODc4Yw==
4
+ YzAwMjM2MzczZjcyM2Y0MjY0MDAwNzFmMGQ3YjEwYmVjMzI4NjUzYQ==
5
5
  data.tar.gz: !binary |-
6
- ODhlY2M0OThmYmZjOGQzNTdjN2Q2NzZiZmNmNGM0NGQ1OTZkYTMwYw==
6
+ YjY1ZmQ4YWY2NDJmYjI4OWU3NDFiYzBhZGZjMDFmYzU3MzNlZTM0Zg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MTE2NGRlZTM4NWVmMjhhMDJhNzc1OWMzMGQyYWJhMWYxN2MwYzIyYTNjNDcx
10
- Njc5NWUxMjg3NmRiMzI2NjBkZGJjZWRkNDc5OWU2MmI0NDRhZDk0YTdhYjM1
11
- NmI4MDZhMzVhODA1YTYxMzRkYzA0YjQyNTRiZTJiNzZmNGEzYTE=
9
+ ZWNkY2RiNThkYjhlMWIzMDhhMWQwMWYxYzgyZmEzNzgzM2M5NGI3MjkzMTg0
10
+ OTlkZjA4ZDI0NGY5Y2RlOTY0ZjM5NDdmMTU2MGE0OGViZGU3YzM0Y2ExNDQz
11
+ MGM2YTllNzMxYTBkYmNlMDgwOTIwZWIxOTcyNGZmZWJkMjQ0ZjM=
12
12
  data.tar.gz: !binary |-
13
- ODg4OTY4YTMwOTE3ZWFjN2YxZThmNGQ0ZDdiOTUzM2MwY2NkNTNmM2E1MGUw
14
- Y2Q0ODFmN2JlZDMyZTNhOThkZWVkMzMwZjZkNTcxZTFjZmM3ZDVjYTA1OTU2
15
- Y2E5NWMwYThiMGJlMWRhYmU0Yzc0OTFjMTliOTk1ZWE0MGQxMDQ=
13
+ ZGRiYWVjYjlmMjRmOTIwMzkwMGVmNjFlYWUzYzcxNjViYjU3YTZhYjI2NzJl
14
+ NjE5NWQ2ZTcwMWU5NzEwZTQ1NjM3MzNmOWRkN2M2MTE0OWM4MmUxOGZiOTIx
15
+ ODE4ZTZiNTZmYTkwMWFlZjViMDVhNTQ2NjcwNmQxYjU3MGRlYjg=
data/README.md CHANGED
@@ -676,7 +676,7 @@ Helps you configure Travis addons.
676
676
  -r, --repo SLUG repository to use (will try to detect from current git clone)
677
677
  -f, --force override config section if it already exists
678
678
 
679
- Available services: `appfog`, `cloudcontrol`, `cloudfoundry`, `engineyard`, `heroku`, `nodejitsu`, `npm`, `openshift`, `pypi`, `rubygems` and `sauce_connect`.
679
+ Available services: `appfog`, `cloudcontrol`, `cloudfoundry`, `engineyard`, `heroku`, `nodejitsu`, `npm`, `openshift`, `pypi`, `rubygems`, `s3` and `sauce_connect`.
680
680
 
681
681
  Example:
682
682
 
@@ -1304,7 +1304,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
1304
1304
 
1305
1305
  **unreleased changes**
1306
1306
 
1307
- * Add `travis setup appfog`.
1307
+ * Add `travis setup appfog` and `travis setup s3`.
1308
1308
  * Use new API for fetching a single branch for Repository#branch. This also circumvents the 25 branches limit.
1309
1309
  * Start publishing gem prereleases after successful builds.
1310
1310
  * Have `travis logs` display first job for a build if a build number is given (or for the last build if called without arguments)
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.5.6.travis.336.4
4
+ version: 1.5.6.travis.337.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase