diff --git a/.mailmap b/.mailmap new file mode 100644 index 00000000..f6605db9 --- /dev/null +++ b/.mailmap @@ -0,0 +1,13 @@ +nicholas a. evans +nicholas a. evans +nicholas a. evans +nicholas a. evans + +Shugo Maeda +Shugo Maeda + +Nobuyoshi Nakada +Nobuyoshi Nakada + +Hiroshi SHIBATA +Hiroshi SHIBATA diff --git a/net-imap.gemspec b/net-imap.gemspec index 1bf3c74f..e89ef71a 100644 --- a/net-imap.gemspec +++ b/net-imap.gemspec @@ -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} @@ -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) }