Skip to content

Instantly share code, notes, and snippets.

@methodmissing
Created February 7, 2010 01:14
Show Gist options
  • Save methodmissing/297103 to your computer and use it in GitHub Desktop.
Save methodmissing/297103 to your computer and use it in GitHub Desktop.
diff --git a/eventmachine.gemspec b/eventmachine.gemspec
index 6e4fedc..d8acfad 100644
--- a/eventmachine.gemspec
+++ b/eventmachine.gemspec
@@ -20,7 +20,7 @@ using TCP/IP, especially if custom protocols are required.
}
s.email = %q{[email protected]}
s.extensions = ["ext/extconf.rb", "ext/fastfilereader/extconf.rb"]
- s.files = [".gitignore", "README", "Rakefile", "docs/COPYING", "docs/ChangeLog", "docs/DEFERRABLES", "docs/EPOLL", "docs/GNU", "docs/INSTALL", "docs/KEYBOARD", "docs/LEGAL", "docs/LIGHTWEIGHT_CONCURR
+ s.files = [".gitignore", "README", "Rakefile", "docs/COPYING", "docs/ChangeLog", "docs/DEFERRABLES", "docs/EPOLL", "docs/GNU", "docs/INSTALL", "docs/KEYBOARD", "docs/LEGAL", "docs/LIGHTWEIGHT_CONCURR
s.homepage = %q{http://rubyeventmachine.com}
s.rdoc_options = ["--title", "EventMachine", "--main", "README", "--line-numbers", "-x", "lib/em/version", "-x", "lib/emva", "-x", "lib/evma/", "-x", "lib/pr_eventmachine", "-x", "lib/jeventmachine"]
s.require_paths = ["lib"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment