acme_nsupdate 0.2.0 → 0.2.1

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c52e0be82cd56ce8fb4c5bcd48b1e29f42a4cb0
4
- data.tar.gz: ae6a8c0739c5ac9a2eea8565930b3d67eb02e853
3
+ metadata.gz: 32d57c19eaf5a6c23f23af08da0f6aa8f4089855
4
+ data.tar.gz: 8cacaab5401445f956efa5b001a339559f64b14d
5
5
  SHA512:
6
- metadata.gz: d6a7904ea0ede7ef6abf02d175e7ffa6640399c0ed526a27a737d1ffcdfe1686003b73983b9dbc0f5e902e14a127aefdc9f80a8c59ee8d1e71a962f23a4b3ba0
7
- data.tar.gz: 6b6067511ab4f30165182030da025b176b3b4d8da59dc686cb41de2c89edb8941f585182f9258a4c5f08f72febe8233b817e3d5e12e40b5fc808fcf836b2cee8
6
+ metadata.gz: c7ba48ba36dfd57d13726be92ff5a40028626118442dd57dc9e7659ab81207be33f9d8f2713c41e2f6d7ae0a250820dc9e3c87aed6312a9a2e391444ca83ee18
7
+ data.tar.gz: 6c0e2cc6bae8556affad2e617c9a2ea4ec9f0d463c2a5b3c11be1d24e1b56f9ad3d2e129c665e68ea036e8a3c798c42c2ac9644d2baa024b944c9e9beb330b06
data/README.md CHANGED
@@ -6,7 +6,7 @@ CLI tool to obtain certificates via ACME and update the matching TLSA records.
6
6
  The primary authentication method is http-01 via webroot for now, but dns-01 is supported too.
7
7
 
8
8
  *Don't actually trust this, I wrote it for myself. Read and understand the code if you want to
9
- actually use it. **There are no tests!***
9
+ actually use it.* **There are no tests!**
10
10
 
11
11
  ## Installation
12
12
 
@@ -1,6 +1,7 @@
1
1
  require "openssl"
2
2
  require "pathname"
3
3
  require "logger"
4
+ require "time" # Workaround missing require in acme-client 0.4.0
4
5
 
5
6
  require "acme-client"
6
7
  require "faraday/detailed_logger"
@@ -1,3 +1,3 @@
1
1
  module AcmeNsupdate
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acme_nsupdate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonne Haß