travis 1.6.15.travis.552.6 → 1.6.15.travis.554.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +10 -1
- data/lib/travis/client.rb +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
|
+
OTNlOTZmNWM4NDk2NmQzNWE4YWM2OTIzMWIxZTUxNzNlYWE3MTAzMQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YTZlMmYyYWUwN2Y3YmIwMzMzNTFlYzk3ZDhhYmQwNjYxMWY2ZTk2Mg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YmYzMTJmMTUwN2U2ODY1ZTljNmUzMGRmZGFkOTM2ZGI1NDJiNzc2NGZlNDY3
|
10
|
+
NmYyZDZlNjU4MTFmMDE2ZjEwYjhjNjFjNzJmODY5ZGUwNGVmZTg3MTg2MDIy
|
11
|
+
NTFiOWMxMzU2NjQ5M2QwMzQ2NGM5NDQ2ZTJmZjU5NTAwNWI2YjE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZWFlYTdjMTIzY2FmZGNjNmFkYTcxMGMxNmU4MzFiNzUyNGVjODdkMDAxNTE3
|
14
|
+
ZDgxMTZkOWE4ZTJiOTU0Nzc5MGY2ZDMwYTVlMDY5NDhjMTZjODEzNzQxNWY4
|
15
|
+
ZTFiZTI0MGFkOTI0MDA1MjQ0MTY5NTIyNGY5MDE5ODVmMDE2Mzk=
|
data/README.md
CHANGED
@@ -924,7 +924,7 @@ Helps you configure Travis addons.
|
|
924
924
|
-r, --repo SLUG repository to use (will try to detect from current git clone)
|
925
925
|
-f, --force override config section if it already exists
|
926
926
|
|
927
|
-
Available services: `appfog`, `cloudcontrol`, `cloudfiles`, `cloudfoundry`, `divshot`, `engineyard`, `heroku`, `
|
927
|
+
Available services: `appfog`, `artifacts`, `cloudcontrol`, `cloudfiles`, `cloudfoundry`, `cloud66`, `deis`, `divshot`, `engineyard`, `gcs`, `hackage`, `heroku`, `modulus`, `npm`, `ninefold`, `nodejitsu`, `openshift`, `opsworks`, `pypi`, `releases`, `rubygems`, `s3` and `sauce_connect`.
|
928
928
|
|
929
929
|
Example:
|
930
930
|
|
@@ -1643,20 +1643,29 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
|
|
1643
1643
|
|
1644
1644
|
## Version History
|
1645
1645
|
|
1646
|
+
**1.6.15** (not yet released)
|
1647
|
+
|
1648
|
+
* Add `travis setup ghc`.
|
1649
|
+
|
1646
1650
|
**1.6.14** (June 17, 2014)
|
1651
|
+
|
1647
1652
|
* Add `travis lint` command and Ruby API.
|
1648
1653
|
|
1649
1654
|
**1.6.13** (June 15, 2014)
|
1655
|
+
|
1650
1656
|
* Added Deis and Hackage setup support.
|
1651
1657
|
|
1652
1658
|
**1.6.12** (June 12, 2014)
|
1659
|
+
|
1653
1660
|
* Added artifacts setup support.
|
1654
1661
|
|
1655
1662
|
**1.6.11** (May 12, 2014)
|
1663
|
+
|
1656
1664
|
* Added Cloud 66 and Ninefold setup support.
|
1657
1665
|
* Require typhoeus 0.6.8 and later.
|
1658
1666
|
|
1659
1667
|
**1.6.10** (April 24, 2014)
|
1668
|
+
|
1660
1669
|
* Better CloudFoundry support
|
1661
1670
|
* Update Faraday to version 0.9.
|
1662
1671
|
|
data/lib/travis/client.rb
CHANGED
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.15.travis.
|
4
|
+
version: 1.6.15.travis.554.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
@@ -39,7 +39,7 @@ authors:
|
|
39
39
|
autorequire:
|
40
40
|
bindir: bin
|
41
41
|
cert_chain: []
|
42
|
-
date: 2014-
|
42
|
+
date: 2014-07-01 00:00:00.000000000 Z
|
43
43
|
dependencies:
|
44
44
|
- !ruby/object:Gem::Dependency
|
45
45
|
name: faraday
|