diff --git a/Rakefile b/Rakefile index 45f11605bc5fc423a2a6084402715c4acba8872d..05c89d7d029988ce5f074d42de1087606e879f1c 100755 --- a/Rakefile +++ b/Rakefile @@ -51,6 +51,7 @@ hoe = Hoe.spec "fxruby" do self.blog_categories = %w{FXRuby} self.clean_globs = [".config", "ext/fox16/Makefile", "ext/fox16/*.o", "ext/fox16/*.bundle", "ext/fox16/mkmf.log", "ext/fox16/conftest.dSYM", "ext/fox16/include/swigrubyrun.h"] developer("Lyle Johnson", "lyle@lylejohnson.name") + developer("Lars Kanis", "kanis@comcard.de") self.extra_rdoc_files = ["rdoc-sources", File.join("rdoc-sources", "README.rdoc")] self.remote_rdoc_dir = "doc/api" self.spec_extras = {