From 83c4fa824cb1ec9f0bc6944a198846932aa35053 Mon Sep 17 00:00:00 2001 From: Pat Maddox Date: Wed, 6 Jan 2010 13:23:25 -0800 Subject: [PATCH] Regenerated gemspec for version 1.0.1 --- no_peeping_toms.gemspec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/no_peeping_toms.gemspec b/no_peeping_toms.gemspec index 3b8b1d0..be960a0 100644 --- a/no_peeping_toms.gemspec +++ b/no_peeping_toms.gemspec @@ -16,13 +16,13 @@ Gem::Specification.new do |s| "README" ] s.files = [ - "README", + "History.rdoc", + "README", "Rakefile", "VERSION", "install.rb", "lib/no_peeping_toms.rb", "no_peeping_toms.gemspec", - "spec/db/History.rdoc", "spec/db/database.yml", "spec/db/schema.rb", "spec/no_peeping_toms_spec.rb", @@ -36,7 +36,6 @@ Gem::Specification.new do |s| s.summary = %q{Disables observers during testing, allowing you to write model tests that are completely decoupled from the observer.} s.test_files = [ "spec/db", - "spec/db/History.rdoc", "spec/db/database.yml", "spec/db/schema.rb", "spec/no_peeping_toms_spec.rb",