From 75dfd960af035856c9965fc4964863bfbe65733f Mon Sep 17 00:00:00 2001 From: Adam Zaninovich Date: Wed, 19 Oct 2011 22:35:33 -0700 Subject: [PATCH] removes lib/faye-browser-min.js from gemspec --- faye.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faye.gemspec b/faye.gemspec index 8d711e07..7772904a 100644 --- a/faye.gemspec +++ b/faye.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.rdoc_options = %w[--main README.rdoc] s.files = %w[History.txt README.rdoc] + - %w[lib/faye-browser-min.js] + + #%w[lib/faye-browser-min.js] + Dir.glob("{spec,lib}/**/*") s.require_paths = %w[lib]