Skip to content

Commit

Permalink
gemspec: fix gemspec build
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
Eric Wong committed Dec 26, 2010
1 parent 03a43d9 commit dece59f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions unicorn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit dece59f

Please sign in to comment.