aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/Rakefile')
-rwxr-xr-xactiverecord/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 9a9e00747a..479c6286f7 100755
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -136,7 +136,7 @@ end
# Create compressed packages
-dist_dirs = [ "lib", "test", "examples", "dev-utils" ]
+dist_dirs = [ "lib", "test", "examples" ]
spec = Gem::Specification.new do |s|
s.name = PKG_NAME