Created
February 7, 2010 01:14
-
-
Save methodmissing/297103 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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