diff options
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ if defined?(Gem) and defined?(Rake::GemPackageTask) and defined?(Rake::Extension Rake::GemPackageTask.new(spec_pure) do |pkg| pkg.need_tar = true - pkg.package_files += PKG_FILES + pkg.package_files = PKG_FILES end spec_ext = Gem::Specification.new do |s| |