travis 1.5.6.travis.296.4 → 1.5.6.travis.297.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 +11 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NWExYWQ1ODViZmU4NjMzOTZkMzcxZGY2MzljZmI3YmNhMmZhMWZmOQ==
4
+ NmI2MGJjYjg5ZDA0OTVhNWUwMWQ2OTY3YWU1NDM1Mzg4MDI2ZjRhOA==
5
5
  data.tar.gz: !binary |-
6
- MDJlYWY4YTkwMDc1MjkzMDI3ZmFiNDQyYzIyNWMxYzE3NGM2NmIxMg==
6
+ ZWQ5NmNmYzk2ZDBmMzhiZWM3MjJhNmM0MTFkOTgwM2FhODliYjI3Mg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- N2NmY2I4ZTUwODFiOTVlZmYzOTkwOTA0MjMxNTdmMDBlZmVjYjQ0YTI5Njky
10
- MDNjNjk2ZTZlZDE3ODgyMWJmYjNjZmNhODI3ZmZiMTdlMTFmNWZjMTZmNjky
11
- MDgxNjFmZTgwMWRmZTQ4MDA4NzgzNDc1YmUyN2Q4NmQ0ODMxZDY=
9
+ NWRiN2VjNzkyOTI5Y2RhOTY2ODRhNDQ1NjI1YjRlMjlhY2IwZjBhODUxNjVk
10
+ MWVlNTI1ZTdlMjcxNTAwYWE3YTg2NzFkZWQyMTZkMjMzZWRmYTU4ZTBlYzgy
11
+ MmY1NDQzMGIzYzU3MmViMWRjY2ZmOTgzZTU0NzU1ZTViNmMyMmQ=
12
12
  data.tar.gz: !binary |-
13
- NWQ4MjY4Yjc5Y2MxMjRjMmYxN2Q2NDczM2U0NGJkMWY2Y2VhMjdkN2ZmNDk1
14
- MGNmOTg3NGZhZGJlNmRkNjgyYTFkYTNhMjA3M2Y4ZjM0MzFjM2I4ZGMxYmQw
15
- ZDMwYTg1M2E4YTg2OThjYzllZTI3YjRmOWQ1MDYyZTBjYzhmYWI=
13
+ MTNhZGNlNzU5YzE5MjcyMzVhYTNiZDNmYmRhNTZmZWRmOTBmZDQ2NmNhYWQz
14
+ YTU0NTdhZGE0ZGM2NGVkMzZlOTIwZjJjOGU2NDkxYzYxMmVkYTczYjkyN2I2
15
+ Mjg2OWFlNDYyNmQ1MzU1Y2JmYmZmMmRmODU3NzgzNTJlZTI4ZTg=
data/README.md CHANGED
@@ -403,7 +403,7 @@ If you don't want the sync to be triggered, use `--skip-sync`.
403
403
 
404
404
  #### `encrypt`
405
405
 
406
- Usage: bin/travis encrypt [args..] [options]
406
+ Usage: travis encrypt [args..] [options]
407
407
  -h, --help Display help
408
408
  -i, --[no-]interactive be interactive and colorful
409
409
  -E, --[no-]explode don't rescue exceptions
@@ -633,7 +633,7 @@ Or a single job:
633
633
 
634
634
  Helps you configure Travis addons.
635
635
 
636
- Usage: bin/travis setup service [options]
636
+ Usage: travis setup service [options]
637
637
  -h, --help Display help
638
638
  -i, --[no-]interactive be interactive and colorful
639
639
  -E, --[no-]explode don't rescue exceptions
@@ -1193,6 +1193,14 @@ Now make sure everything is working:
1193
1193
  $ travis version
1194
1194
  1.5.5
1195
1195
 
1196
+ ### Development Version
1197
+
1198
+ You can also install the development version via RubyGems:
1199
+
1200
+ $ gem install --pre
1201
+
1202
+ We automatically publish a new development version after every successful build.
1203
+
1196
1204
  ### Updating your Ruby
1197
1205
 
1198
1206
  If you have an outdated Ruby version, you should use your package system or a Ruby Installer to install a recent Ruby.
@@ -1241,6 +1249,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
1241
1249
  **unreleased changes**
1242
1250
 
1243
1251
  * Use new API for fetching a single branch for Repository#branch. This also circumvents the 25 branches limit.
1252
+ * Start publishing gem prereleases after successful builds.
1244
1253
 
1245
1254
  **1.5.5** (October 2, 2013)
1246
1255
 
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.296.4
4
+ version: 1.5.6.travis.297.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase