vagrant-trellis-cert 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 8426ab246fa36b2b07c36c0580576787c028f4428eb27f767f726b311e348399
4
- data.tar.gz: dc29f4b02bc9e74d5ca740dd86621b78bbe088fb501eb7f639a36a589df9be45
2
+ SHA1:
3
+ metadata.gz: bc6bcc223c16fde5347d8ec972bf43ac828ccc38
4
+ data.tar.gz: 7e0dc38a0c1229857bf04c3cee4c9e06f845964b
5
5
  SHA512:
6
- metadata.gz: f6a69f37d240c0aa67ea3c92fc8056823bbe0bcd19a941c98342bab2c3e3561aa00e02ace43948a4864f5e815e560aec2f93e821433c397cae651294a2403c8b
7
- data.tar.gz: e035a9c43f9eaae751ce34a60cb4eff15d930011bd79871322744bd2d8067c6b68dd4b6ac6e34bc7e074b62eece73d909cf76ee4cf48c749f1107693a2d25e8b
6
+ metadata.gz: 37f78b02679ba45ebc1a6f7d8eb3b393895bfad43c4a56cf9cc7f7f0efce23a8cf76ff494d78d44e7d4a3d90fffea475878260ae7ff0eb0ee03824a073ff64cf
7
+ data.tar.gz: 8c9c35c9ebdfbe0b20efabb5e7f8ce563170978f91c4db6fecf78e8496086b5467b2e75f00e5e462e13fb652a31a54a2b15c81ff90633a19f70de5f5929b70de
@@ -1,2 +1,2 @@
1
1
  unreleased=true
2
- future-release=v0.5.0
2
+ future-release=v0.5.1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## [v0.5.1](https://github.com/TypistTech/vagrant-trellis-cert/tree/v0.5.1) (2018-05-23)
4
+ [Full Changelog](https://github.com/TypistTech/vagrant-trellis-cert/compare/v0.5.0...v0.5.1)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - Add nil checks [\#48](https://github.com/TypistTech/vagrant-trellis-cert/pull/48) ([TangRufus](https://github.com/TangRufus))
9
+
3
10
  ## [v0.5.0](https://github.com/TypistTech/vagrant-trellis-cert/tree/v0.5.0) (2018-03-29)
4
11
  [Full Changelog](https://github.com/TypistTech/vagrant-trellis-cert/compare/v0.4.0...v0.5.0)
5
12
 
@@ -13,6 +20,7 @@
13
20
 
14
21
  **Merged pull requests:**
15
22
 
23
+ - Version bump 0.5.0 [\#46](https://github.com/TypistTech/vagrant-trellis-cert/pull/46) ([TangRufus](https://github.com/TangRufus))
16
24
  - Download certificate via Ruby's default openssl wrapper [\#45](https://github.com/TypistTech/vagrant-trellis-cert/pull/45) ([TangRufus](https://github.com/TangRufus))
17
25
  - Readme: Warn about `vagrant-triggers` stale development [\#43](https://github.com/TypistTech/vagrant-trellis-cert/pull/43) ([TangRufus](https://github.com/TangRufus))
18
26
 
@@ -32,8 +32,8 @@ module VagrantPlugins
32
32
  ssl_client.connect
33
33
  @cert = OpenSSL::X509::Certificate.new(ssl_client.peer_cert)
34
34
  ensure
35
- ssl_client.sysclose
36
- tcp_client.close
35
+ ssl_client&.sysclose
36
+ tcp_client&.close
37
37
  end
38
38
  end
39
39
  end
@@ -8,7 +8,7 @@ module VagrantPlugins
8
8
  end
9
9
 
10
10
  def self.version
11
- '0.5.0'
11
+ '0.5.1'
12
12
  end
13
13
 
14
14
  def self.description
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-trellis-cert
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tang Rufus
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2018-03-29 00:00:00.000000000 Z
12
+ date: 2018-05-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  version: '0'
103
103
  requirements: []
104
104
  rubyforge_project:
105
- rubygems_version: 2.7.6
105
+ rubygems_version: 2.6.14.1
106
106
  signing_key:
107
107
  specification_version: 4
108
108
  summary: Trust all Trellis self-signed certificates with single command