about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-26 07:58:38 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-26 08:02:42 +0000
commitdece59f577d04f3735ccbeb190d26ce2c371d5f9 (patch)
tree3e6a10bfeba654c56897920ce22286fad38a81b5
parent03a43d9dc23c21f1c1a1baa2f29eab1157f4a076 (diff)
downloadunicorn-dece59f577d04f3735ccbeb190d26ce2c371d5f9.tar.gz
Oops
-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}