summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-04-04 14:58:59 +0200
committerAaron Patterson <aaron.patterson@gmail.com>2018-04-11 11:06:06 -0700
commitd4283e4fb14b7d9f5f0ef7bb90d36476a9a6ece0 (patch)
treee7df929dd3ef6a94d4fb35c58c61cdcc8a6da336
parent0a95875745ec65e91a57460a41373ae4d3a94934 (diff)
downloadrack-d4283e4fb14b7d9f5f0ef7bb90d36476a9a6ece0.tar.gz
Leahize
Keeping original copyright lines so far.
-rw-r--r--README.rdoc4
-rw-r--r--rack.gemspec4
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:: <https://github.com/rack>
Rack Bug Tracking:: <https://github.com/rack/rack/issues>
rack-devel mailing list:: <https://groups.google.com/group/rack-devel>
Rack's Rubyforge project:: <http://rubyforge.org/projects/rack>
-
-Christian Neukirchen:: <http://chneukirchen.org/>
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'