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 +8 -8
- data/README.md +1 -1
- data/lib/travis/cli/encrypt_file.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NmY4NTJkMDM1OTk5MjFiOGI2YmIzMTBiMDFmOGQ5MDhmMmZlMTkxNg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MGE2NmI1NDYxNjY4ZTdkY2U2NjM5NDZlYzQzYmI5ZTliMzk2ZDMyZg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MjEzMTQ2MzEwODhkMzI0ZjU1YWQ5MzVjZDNmZjhlZGIxNDA3NTQxODk3NDQ4
|
|
10
|
+
OTgyZTZkN2Y1OTUzN2Q4MDcwYzE1NTk5ZjMyMGVkYWJkNjY4MTdjYjhlYzNk
|
|
11
|
+
YzUyMGQwNGU5YjZmYjcyOGY4YmU5MmJiZDU4ODgzMGE0NTBmYmE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
|
|
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
|
|
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.
|
|
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-
|
|
44
|
+
date: 2014-09-19 00:00:00.000000000 Z
|
|
45
45
|
dependencies:
|
|
46
46
|
- !ruby/object:Gem::Dependency
|
|
47
47
|
name: faraday
|