lets_encrypt_heroku_client 0.1.0 → 0.1.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 +4 -4
- data/README.md +4 -2
- data/lets_encrypt_heroku_client.gemspec +1 -1
- data/lib/lets_encrypt_heroku_client/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 38c28247884580867bfc13d27c563cbe0a0bfdb9
|
|
4
|
+
data.tar.gz: 2aa0167c1627627ba0c3fb74a9b76cdcabd8e3fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b08d33a6071ed00f47bea720b3c99e50af9517c0df40970589b063f048c6031b707b656615ae657cc05b8078cd22317ebacfc533faf0ebac380b26c9e9df43b
|
|
7
|
+
data.tar.gz: f7b9e70b11788f727e81b4ab0feacffa4012b3b6d127ab3fe2048237265869e50e5ae2c337ca5afabf82d463a5391d32f9ec8a8c46fc1dab9fa86ed2c9e6204d
|
data/README.md
CHANGED
|
@@ -22,7 +22,10 @@ Or install it yourself as:
|
|
|
22
22
|
|
|
23
23
|
## Usage
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
```ruby
|
|
26
|
+
# config/application.rb
|
|
27
|
+
config.middleware.use LetsEncryptHerokuClient
|
|
28
|
+
```
|
|
26
29
|
|
|
27
30
|
## Development
|
|
28
31
|
|
|
@@ -38,4 +41,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERN
|
|
|
38
41
|
## License
|
|
39
42
|
|
|
40
43
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
|
41
|
-
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ['nick@gophilosophie.com']
|
|
11
11
|
|
|
12
12
|
spec.summary = 'Client middleware for Lets Encrypt Heroku'
|
|
13
|
-
spec.homepage = 'https://github.com/philosophie/
|
|
13
|
+
spec.homepage = 'https://github.com/philosophie/lets-encrypt-client'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lets_encrypt_heroku_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nick Giancola
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -71,7 +71,7 @@ files:
|
|
|
71
71
|
- lets_encrypt_heroku_client.gemspec
|
|
72
72
|
- lib/lets_encrypt_heroku_client.rb
|
|
73
73
|
- lib/lets_encrypt_heroku_client/version.rb
|
|
74
|
-
homepage: https://github.com/philosophie/
|
|
74
|
+
homepage: https://github.com/philosophie/lets-encrypt-client
|
|
75
75
|
licenses:
|
|
76
76
|
- MIT
|
|
77
77
|
metadata: {}
|
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
91
91
|
version: '0'
|
|
92
92
|
requirements: []
|
|
93
93
|
rubyforge_project:
|
|
94
|
-
rubygems_version: 2.
|
|
94
|
+
rubygems_version: 2.6.8
|
|
95
95
|
signing_key:
|
|
96
96
|
specification_version: 4
|
|
97
97
|
summary: Client middleware for Lets Encrypt Heroku
|