encryptbot 0.2.1 → 0.2.2

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
  SHA256:
3
- metadata.gz: f2d349173d10abb00d77feca7ab44fc454e40a885dcea5ccd7430b1cccb5aa4f
4
- data.tar.gz: 3a4bafc2ed63de88dbdf6e956a852f88ce92d1cd166401099e31731bcf0c0af3
3
+ metadata.gz: 2842fcecfdb1899872dc4ebd8b3f1f934e86ea68fae4828df2879c45d9a0dddf
4
+ data.tar.gz: e26eb0dff819137e485e8a150c1ae19f67a55392575e76d4e88621de0fcead26
5
5
  SHA512:
6
- metadata.gz: 1c86d7555cf17425635bfa126a903ed53da23f3c4e2489c6f10b76071c03e364d75bfdb81712af8fda9f9fde1d2f3d9374b44ee869c2285e2f9dfb64c6e6f20d
7
- data.tar.gz: 407d0a4834ddab5e7b1b0904bd1eb9d5fbc83d45d754d5e07d79b2b99c6565e44d86c6879c60d39dae5dbd1fa18e3596bf3fa71d0bd3513580fa335160e64f2b
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 flightofdan@gmail.com. All
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
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018 danlewis
3
+ Copyright (c) 2018 Adventist Media
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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/danlewis/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.
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/danlewis/encryptbot/blob/master/CODE_OF_CONDUCT.md).
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 = ["danlewis"]
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/danlewis/encryptbot"
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|
@@ -1,3 +1,3 @@
1
1
  module Encryptbot
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
- - danlewis
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/danlewis/encryptbot
123
+ homepage: https://github.com/adventistmedia/encryptbot
124
124
  licenses:
125
125
  - MIT
126
126
  metadata: {}