encryptbot 0.2.1 → 0.2.2
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/CODE_OF_CONDUCT.md +1 -1
- data/LICENSE.txt +1 -1
- data/README.md +2 -2
- data/encryptbot.gemspec +2 -2
- data/lib/encryptbot/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2842fcecfdb1899872dc4ebd8b3f1f934e86ea68fae4828df2879c45d9a0dddf
|
|
4
|
+
data.tar.gz: e26eb0dff819137e485e8a150c1ae19f67a55392575e76d4e88621de0fcead26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 02bc72210d41bbec844f0ee999afafab0eadf269c81162f8fef6cc79c67f8003ae077cd5ca2ccd2a3536f4804ac155e76f20cdf49b0f3bbd7f4044196f01a2e7
|
|
7
|
+
data.tar.gz: e57d762640e8489c5bf0f57e4db55988d61cc1ca15f6a13f88d44daeb491693f85084b68bc5ebfc09214980bca7218213bc901047ed417e13c878e1f2e9ca999
|
data/CODE_OF_CONDUCT.md
CHANGED
|
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
|
|
|
55
55
|
## Enforcement
|
|
56
56
|
|
|
57
57
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
58
|
-
reported by contacting the project team at
|
|
58
|
+
reported by contacting the project team at webmaster@adventistmedia.org.au. All
|
|
59
59
|
complaints will be reviewed and investigated and will result in a response that
|
|
60
60
|
is deemed necessary and appropriate to the circumstances. The project team is
|
|
61
61
|
obligated to maintain confidentiality with regard to the reporter of an incident.
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -80,7 +80,7 @@ Once the certificate has been initially setup, you can schedule the rake task to
|
|
|
80
80
|
|
|
81
81
|
## Contributing
|
|
82
82
|
|
|
83
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
83
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/adventistmedia/encryptbot. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
84
84
|
|
|
85
85
|
## License
|
|
86
86
|
|
|
@@ -88,4 +88,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
|
88
88
|
|
|
89
89
|
## Code of Conduct
|
|
90
90
|
|
|
91
|
-
Everyone interacting in the encryptbot project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/
|
|
91
|
+
Everyone interacting in the encryptbot project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/adventistmedia/encryptbot/blob/master/CODE_OF_CONDUCT.md).
|
data/encryptbot.gemspec
CHANGED
|
@@ -6,12 +6,12 @@ require "encryptbot/version"
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "encryptbot"
|
|
8
8
|
spec.version = Encryptbot::VERSION
|
|
9
|
-
spec.authors = ["
|
|
9
|
+
spec.authors = ["Adventist Media"]
|
|
10
10
|
spec.email = [""]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Manage Let's Encrypt wildcard certificates on Heroku}
|
|
13
13
|
spec.description = %q{Manage Let's Encrypt wildcard certificates on Heroku}
|
|
14
|
-
spec.homepage = "https://github.com/
|
|
14
|
+
spec.homepage = "https://github.com/adventistmedia/encryptbot"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
data/lib/encryptbot/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: encryptbot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Adventist Media
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
@@ -120,7 +120,7 @@ files:
|
|
|
120
120
|
- lib/encryptbot/services/route53.rb
|
|
121
121
|
- lib/encryptbot/version.rb
|
|
122
122
|
- lib/tasks/encryptbot.rake
|
|
123
|
-
homepage: https://github.com/
|
|
123
|
+
homepage: https://github.com/adventistmedia/encryptbot
|
|
124
124
|
licenses:
|
|
125
125
|
- MIT
|
|
126
126
|
metadata: {}
|