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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13871d5c443a9d2c726fc9295309183c42c4bb51
4
- data.tar.gz: fdf779d7731668f8f39bc45c7af329e6d370991f
3
+ metadata.gz: 38c28247884580867bfc13d27c563cbe0a0bfdb9
4
+ data.tar.gz: 2aa0167c1627627ba0c3fb74a9b76cdcabd8e3fe
5
5
  SHA512:
6
- metadata.gz: 1e2bd8103b8cd77935bab319e9aa33c37f55d3423b6d62bd845b7754d761ef4d673a157b576fa7d2661d5261870a3d198dccd3f6ca5b00932473eca57d06b603
7
- data.tar.gz: 9e935a5a03c623a988ba646cdfe03d4ac6ad6fd796733ed27daab2643ee2b42572d2842379be5ed257d440da083cc3bd03ee532368340207932cb4c8c75fdfa6
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
- TODO: Write usage instructions here
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/lets_encrypt_heroku_client'
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)/}) }
@@ -1,3 +1,3 @@
1
1
  class LetsEncryptHerokuClient
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
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.0
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: 2016-08-07 00:00:00.000000000 Z
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/lets_encrypt_heroku_client
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.5.1
94
+ rubygems_version: 2.6.8
95
95
  signing_key:
96
96
  specification_version: 4
97
97
  summary: Client middleware for Lets Encrypt Heroku