From d4283e4fb14b7d9f5f0ef7bb90d36476a9a6ece0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 4 Apr 2018 14:58:59 +0200 Subject: Leahize Keeping original copyright lines so far. --- README.rdoc | 4 +--- rack.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rdoc b/README.rdoc index 3cf2be15..a6100e95 100644 --- a/README.rdoc +++ b/README.rdoc @@ -228,7 +228,7 @@ You are also welcome to join the #rack channel on irc.freenode.net. The Rack Core Team, consisting of -* Christian Neukirchen (chneukirchen[https://github.com/chneukirchen]) +* Leah Neukirchen (chneukirchen[https://github.com/chneukirchen]) * James Tucker (raggi[https://github.com/raggi]) * Josh Peek (josh[https://github.com/josh]) * José Valim (josevalim[https://github.com/josevalim]) @@ -300,5 +300,3 @@ Official Rack repositories:: Rack Bug Tracking:: rack-devel mailing list:: Rack's Rubyforge project:: - -Christian Neukirchen:: diff --git a/rack.gemspec b/rack.gemspec index d8374287..d7f01d18 100644 --- a/rack.gemspec +++ b/rack.gemspec @@ -23,8 +23,8 @@ EOF s.extra_rdoc_files = ['README.rdoc', 'HISTORY.md'] s.test_files = Dir['test/spec_*.rb'] - s.author = 'Christian Neukirchen' - s.email = 'chneukirchen@gmail.com' + s.author = 'Leah Neukirchen' + s.email = 'leah@vuxu.org' s.homepage = 'https://rack.github.io/' s.required_ruby_version = '>= 2.2.2' -- cgit v1.2.1