about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile2
-rw-r--r--unicorn.gemspec1
2 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f2cd1c3..8fe7336 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -158,7 +158,7 @@ clean:
 man html:
         $(MAKE) -C Documentation install-$@
 
-pkg_extra := GIT-VERSION-FILE Changelog LATEST NEWS \
+pkg_extra := GIT-VERSION-FILE ChangeLog LATEST NEWS \
              $(ext)/unicorn_http.c $(man1_paths)
 
 ChangeLog: GIT-VERSION-FILE .wrongdoc.yml
diff --git a/unicorn.gemspec b/unicorn.gemspec
index 28cfeec..920c426 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -16,6 +16,7 @@ Gem::Specification.new do |s|
   s.name = %q{unicorn}
   s.version = ENV["VERSION"].dup
   s.authors = ["#{name} hackers"]
+  s.summary = summary
   s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = readme_description
   s.email = %q{mongrel-unicorn@rubyforge.org}