File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ nicholas a. evans <nick@rubinick.dev>
2+ nicholas a. evans <nick@rubinick.dev> <nick@410labs.com>
3+ nicholas a. evans <nick@rubinick.dev> <nick@ekenosen.net>
4+ nicholas a. evans <nick@rubinick.dev> <nicholas.evans@gmail.com>
5+
6+ Shugo Maeda <shugo@ruby-lang.org>
7+ Shugo Maeda <shugo@ruby-lang.org> <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
8+
9+ Nobuyoshi Nakada <nobu@ruby-lang.org>
10+ Nobuyoshi Nakada <nobu@ruby-lang.org> <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
11+
12+ Hiroshi SHIBATA <hsbt@ruby-lang.org>
13+ Hiroshi SHIBATA <hsbt@ruby-lang.org> <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Original file line number Diff line number Diff 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 = [ "shugo@ruby-lang.org" , "nick@ekenosen.net " ]
14+ spec . email = [ "shugo@ruby-lang.org" , "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 ) }
You can’t perform that action at this time.
0 commit comments