File tree Expand file tree Collapse file tree 6 files changed +5
-11
lines changed
Expand file tree Collapse file tree 6 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 11---
22:major: 0
33:minor: 21
4- :patch: 4
4+ :patch: 5
55:special: ''
66:metadata: ''
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ before_script:
2323- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
2424
2525before_install :
26- - openssl aes-256-cbc -K $encrypted_af4147ce6d9c_key -iv $encrypted_af4147ce6d9c_iv -in .travis/client.pem -out client.pem -d || true # true to prevent it from failing on forked PRs
26+ - openssl aes-256-cbc -K $encrypted_af4147ce6d9c_key -iv $encrypted_af4147ce6d9c_iv -in .travis/client.pem.enc -out client.pem -d || true # true to prevent it from failing on forked PRs
2727
2828install : bundle --jobs=3 --retry=3
2929cache :
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ DEPENDENCIES
55
66GRAPH
77 apt (3.0.0)
8- netuitive (0.21.4 )
8+ netuitive (0.21.5 )
99 apt (>= 0.0.0)
1010 yum (>= 0.0.0)
1111 yum (3.10.0)
Original file line number Diff line number Diff line change @@ -3,13 +3,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
33
44## [ Unreleased]
55
6- ## 0.21.4
7- - no-op testing travis supermarket deploys
8-
9- ## 0.21.3
10- - no-op testing travis supermarket deploys
11-
12- ## 0.21.2
6+ ## 0.21.0.2-0.21.5
137- no-op testing travis supermarket deploys
148
159## 0.21.1
Original file line number Diff line number Diff line change 1212issues_url 'https://github.com/Netuitive/chef-netuitive/issues' if respond_to? ( :issues_url )
1313source_url 'https://github.com/Netuitive/chef-netuitive' if respond_to? ( :source_url )
1414
15- version '0.21.4 '
15+ version '0.21.5 '
1616
1717depends 'apt'
1818depends 'yum'
You can’t perform that action at this time.
0 commit comments