travis 1.7.3.travis.637.5 → 1.7.3.travis.640.5

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTlmNWVlMTI1NWM4N2Y3ZGRiZTFiNTQyZjI1OTVlYjkzOTZjOWYwMA==
4
+ NmY4NTJkMDM1OTk5MjFiOGI2YmIzMTBiMDFmOGQ5MDhmMmZlMTkxNg==
5
5
  data.tar.gz: !binary |-
6
- NWJhZGFmNDA0YWRmYmRhZDQyMGY1Y2VjNTYxZTUwOTZmMWFkNWQyMw==
6
+ MGE2NmI1NDYxNjY4ZTdkY2U2NjM5NDZlYzQzYmI5ZTliMzk2ZDMyZg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MjIzYTE5OWNmYjUxZDc2YTJlN2E4Yzg4ZTEzNDE2ZmE4MWFiYTI4NzM4OTJh
10
- MmQ1ODQzYmNiMTRkNGRkMzdiZmJjYjFlODI5OWRiYmE3NmQ1MDFjMTY1MDgz
11
- ZWNlYzJkNWRmNjBmODYwODMzYWU2YjVlM2I1MWY1NzU0ZjM4YzI=
9
+ MjEzMTQ2MzEwODhkMzI0ZjU1YWQ5MzVjZDNmZjhlZGIxNDA3NTQxODk3NDQ4
10
+ OTgyZTZkN2Y1OTUzN2Q4MDcwYzE1NTk5ZjMyMGVkYWJkNjY4MTdjYjhlYzNk
11
+ YzUyMGQwNGU5YjZmYjcyOGY4YmU5MmJiZDU4ODgzMGE0NTBmYmE=
12
12
  data.tar.gz: !binary |-
13
- MmEzYTEzOGFjODhiODdmODI5NTY5YjE2OWQ2MDQxM2I3MGE3Y2Y3NzBkODYw
14
- NDU2OWZkOTBmMjc4MjIwZmM5OGE5MWQ2ZGY2ZmZhNzE0ZjhhNDg4ZTFhZjEy
15
- MTJmZTEyZTdlYjYwMjE4NDNhZGRkYjhkNGI3MWRiMTI1YzJiMWQ=
13
+ MTM3ZWU4NWFkZjZjNDA5Yzg1NGQzOTRiMDc5YjI1ZWNmZjYzM2YwZWI3ZDUx
14
+ ZWY5YTE3ZGZhY2NhM2ZlODIwMzhkZTYyMjA0N2Y2ZjkwZWM1NDQ1NDM1NzU5
15
+ NWVhNzNhMjQ0MDZkYzUwNDk2ODUyOGFkMzBhZGE5OTJmZWMxZDY=
data/README.md CHANGED
@@ -802,7 +802,7 @@ encrypting bacon.txt for rkh/travis-encrypt-file-example
802
802
  storing result as bacon.txt.enc
803
803
  storing secure env variables for decryption
804
804
 
805
- Please add the following to your build scirpt (before_install stage in your .travis.yml, for instance):
805
+ Please add the following to your build script (before_install stage in your .travis.yml, for instance):
806
806
 
807
807
  openssl aes-256-cbc -K $encrypted_0a6446eb3ae3_key -iv $encrypted_0a6446eb3ae3_key -in bacon.txt.enc -out bacon.txt -d
808
808
 
@@ -133,8 +133,8 @@ module Travis
133
133
  end
134
134
 
135
135
  __END__
136
- Please add the following to your build scirpt (<[[ color('before_install', :info) ]]> stage in your <[[ color('.travis.yml', :info) ]]>, for instance):
136
+ Please add the following to your build script (<[[ color('before_install', :info) ]]> stage in your <[[ color('.travis.yml', :info) ]]>, for instance):
137
137
 
138
138
  %s
139
139
 
140
- Pro Tip: You can add it automatically by running with <[[ color('--add', :info) ]]>.
140
+ Pro Tip: You can add it automatically by running with <[[ color('--add', :info) ]]>.
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.7.3.travis.637.5
4
+ version: 1.7.3.travis.640.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -41,7 +41,7 @@ authors:
41
41
  autorequire:
42
42
  bindir: bin
43
43
  cert_chain: []
44
- date: 2014-09-17 00:00:00.000000000 Z
44
+ date: 2014-09-19 00:00:00.000000000 Z
45
45
  dependencies:
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: faraday