Skip to content

Commit 9d15e2a

Browse files
authored
🔀 Merge pull request #264 from nevans/change-my-email-address
📧 Update gem email address and git mailmap
2 parents c176f9a + 24c6ca4 commit 9d15e2a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.mailmap

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
nicholas a. evans <[email protected]>
2+
3+
4+
5+
6+
Shugo Maeda <[email protected]>
7+
Shugo Maeda <[email protected]> <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
8+
9+
Nobuyoshi Nakada <[email protected]>
10+
Nobuyoshi Nakada <[email protected]> <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
11+
12+
Hiroshi SHIBATA <[email protected]>
13+
Hiroshi SHIBATA <[email protected]> <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>

net-imap.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.name = name
1212
spec.version = version
1313
spec.authors = ["Shugo Maeda", "nicholas a. evans"]
14-
spec.email = ["[email protected]", "nick@ekenosen.net"]
14+
spec.email = ["[email protected]", "nick@rubinick.dev"]
1515

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

0 commit comments

Comments
 (0)