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
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: bc6bcc223c16fde5347d8ec972bf43ac828ccc38
|
4
|
+
data.tar.gz: 7e0dc38a0c1229857bf04c3cee4c9e06f845964b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37f78b02679ba45ebc1a6f7d8eb3b393895bfad43c4a56cf9cc7f7f0efce23a8cf76ff494d78d44e7d4a3d90fffea475878260ae7ff0eb0ee03824a073ff64cf
|
7
|
+
data.tar.gz: 8c9c35c9ebdfbe0b20efabb5e7f8ce563170978f91c4db6fecf78e8496086b5467b2e75f00e5e462e13fb652a31a54a2b15c81ff90633a19f70de5f5929b70de
|
data/.github_changelog_generator
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
unreleased=true
|
2
|
-
future-release=v0.5.
|
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
|
|
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.
|
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-
|
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.
|
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
|