Skip to content

Commit 2a8a589

Browse files
author
Petr Chalupa
authored
Merge pull request #626 from ruby-concurrency/gemspec
Removing my email address from gemspec files.
2 parents 4e71d34 + 023dcf6 commit 2a8a589

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

concurrent-ruby-edge.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.version = Concurrent::EDGE_VERSION
1212
s.platform = Gem::Platform::RUBY
1313
s.authors = ["Jerry D'Antonio", 'Petr Chalupa', 'The Ruby Concurrency Team']
14-
14+
s.email = '[email protected]'
1515
s.homepage = 'http://www.concurrent-ruby.com'
1616
s.summary = 'Edge features and additions to the concurrent-ruby gem.'
1717
s.license = 'MIT'

concurrent-ruby-ext.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77
s.version = Concurrent::VERSION
88
s.platform = Gem::Platform::RUBY
99
s.authors = ["Jerry D'Antonio", 'The Ruby Concurrency Team']
10-
10+
s.email = '[email protected]'
1111
s.homepage = 'http://www.concurrent-ruby.com'
1212
s.summary = 'C extensions to optimize concurrent-ruby under MRI.'
1313
s.license = 'MIT'

concurrent-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.version = Concurrent::VERSION
1212
s.platform = Gem::Platform::RUBY
1313
s.authors = ["Jerry D'Antonio", 'Petr Chalupa', 'The Ruby Concurrency Team']
14-
14+
s.email = '[email protected]'
1515
s.homepage = 'http://www.concurrent-ruby.com'
1616
s.summary = 'Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, F#, C#, Java, and classic concurrency patterns.'
1717
s.license = 'MIT'

0 commit comments

Comments
 (0)