Skip to content

Commit 490376a

Browse files
committed
Updated README and gemspec.
1 parent dfe645a commit 490376a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ The best practice is to depend on `concurrent-ruby` and let users to decide if t
235235

236236
## Maintainers
237237

238+
* [Petr Chalupa](https://github.com/pitr-ch) (lead maintainer)
238239
* [Jerry D'Antonio](https://github.com/jdantonio) (creator)
239-
* [Petr Chalupa](https://github.com/pitr-ch)
240240
* [Michele Della Torre](https://github.com/mighe)
241241
* [Chris Seaton](https://github.com/chrisseaton)
242242
* [Paweł Obrok](https://github.com/obrok)

concurrent-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.name = 'concurrent-ruby'
1111
s.version = Concurrent::VERSION
1212
s.platform = Gem::Platform::RUBY
13-
s.authors = ["Jerry D'Antonio", 'The Ruby Concurrency Team']
13+
s.authors = ["Jerry D'Antonio", 'Petr Chalupa', 'The Ruby Concurrency Team']
1414
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.'

0 commit comments

Comments
 (0)