acmesmith 0.4.0 → 0.4.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
2
  SHA1:
3
- metadata.gz: f4eabbcb2bb88783d1b487344b1022f921968f2f
4
- data.tar.gz: 2a664ea8940194eb01f951ebdddc3dd3cf81ec65
3
+ metadata.gz: 194b99fe8ec0e709aed1a939260bf5458bcd5599
4
+ data.tar.gz: 77cc4d40d196eefa48be6449308427e10fe7aa47
5
5
  SHA512:
6
- metadata.gz: 95858bf33cf374a349ec1ee5c45c5be68ee914294801a603151fcbe76b943a7c59918795cbfbee99b09597058c4b648240d6e66eec6ab8e0648c232eff66d054
7
- data.tar.gz: dba846aad843896b668640663b0c67e15f5de36a706dbada70dfab566ef5883821828803f3bfc6bcc79f9440366ce20dad760ff2ebfa6e15d8f2b57007c489a9
6
+ metadata.gz: 3154f1ffb5ae7fce8ebb1484be47a44af10c3bcab9952eedb862b6e1ccf09e10563ba772b553338d0e04636089805e89f582f7991ab59d36ec044d8857954ad7
7
+ data.tar.gz: ff81509b485a215634b918857805070931f2d196a7909b60d7bab55c06ac5a9b00385202cf632383f21e9088ea157f495ce6ddcf122723266dc41c3a1629705b
data/README.md CHANGED
@@ -146,6 +146,11 @@ challenge_responders:
146
146
  ### Challenge responders
147
147
 
148
148
  - [hanazuki/acmesmith-designate](https://github.com/hanazuki/acmesmith-designate) `dns-01` challenge responder with OpenStack-based DNSaaS (Designate v1 API), e.g. for ConoHa.
149
+ - [nagachika/acmesmith-google-cloud-dns](https://github.com/nagachika/acmesmith-google-cloud-dns) `dns-01` challenge responder with [Google Cloud DNS](https://cloud.google.com/dns/).
150
+
151
+ ### Storage
152
+
153
+ - [minimum2scp/acmesmith-google-cloud-storage](https://github.com/minimum2scp/acmesmith-google-cloud-storage) storage using [Google Cloud Storage](https://cloud.google.com/storage/)
149
154
 
150
155
  ## Vendor dependent notes
151
156
 
@@ -3,7 +3,8 @@ require 'thor'
3
3
  require 'acmesmith/config'
4
4
  require 'acmesmith/account_key'
5
5
  require 'acmesmith/certificate'
6
- require 'acme/client'
6
+
7
+ require 'acme-client'
7
8
 
8
9
  module Acmesmith
9
10
  class Command < Thor
@@ -1,3 +1,3 @@
1
1
  module Acmesmith
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acmesmith
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sorah (Shota Fukumori)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-09 00:00:00.000000000 Z
11
+ date: 2016-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: acme-client
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  version: '0'
155
155
  requirements: []
156
156
  rubyforge_project:
157
- rubygems_version: 2.6.4
157
+ rubygems_version: 2.5.2
158
158
  signing_key:
159
159
  specification_version: 4
160
160
  summary: ACME client (Let's encrypt client) to manage certificate in multi server