summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2009-10-01 10:57:19 +0200
committerFlorian Frank <flori@ping.de>2009-10-01 10:57:19 +0200
commit26d399f1c18e1585fb0ff2544b30805005138bf0 (patch)
treede81bcda546337458da663d46880336c9677ee68
parent8fc956d64cb871f10bfda6cdb00f43e365e47514 (diff)
downloadjson-26d399f1c18e1585fb0ff2544b30805005138bf0.tar.gz
do not add to files
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index b7ca681..f8849c1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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|