Skip to content

Commit

Permalink
馃攢 Merge pull request #264 from nevans/change-my-email-address
Browse files Browse the repository at this point in the history
馃摟 Update gem email address and git mailmap
  • Loading branch information
nevans committed Feb 6, 2024
2 parents c176f9a + 24c6ca4 commit 9d15e2a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
nicholas a. evans <nick@rubinick.dev>
nicholas a. evans <nick@rubinick.dev> <nick@410labs.com>
nicholas a. evans <nick@rubinick.dev> <nick@ekenosen.net>
nicholas a. evans <nick@rubinick.dev> <nicholas.evans@gmail.com>

Shugo Maeda <shugo@ruby-lang.org>
Shugo Maeda <shugo@ruby-lang.org> <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>

Nobuyoshi Nakada <nobu@ruby-lang.org>
Nobuyoshi Nakada <nobu@ruby-lang.org> <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>

Hiroshi SHIBATA <hsbt@ruby-lang.org>
Hiroshi SHIBATA <hsbt@ruby-lang.org> <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
4 changes: 2 additions & 2 deletions net-imap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.name = name
spec.version = version
spec.authors = ["Shugo Maeda", "nicholas a. evans"]
spec.email = ["shugo@ruby-lang.org", "nick@ekenosen.net"]
spec.email = ["shugo@ruby-lang.org", "nick@rubinick.dev"]

spec.summary = %q{Ruby client api for Internet Message Access Protocol}
spec.description = %q{Ruby client api for Internet Message Access Protocol}
Expand All @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z 2>/dev/null`.split("\x0")
.reject {|f| f.match(%r{^(bin|test|spec|benchmarks|features|rfcs)/}) }
.grep_v(%r{^(\.git|\.mailmap|bin|test|spec|benchmarks|features|rfcs)/})
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 9d15e2a

Please sign in to comment.