diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-09 23:30:09 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-09 23:30:09 +0000 |
commit | 250f871b9012fc461f83d7767cc49fe40dbbc104 (patch) | |
tree | 284266c8e0fc1a99b201092a0e999c09084aab5f /activerecord/Rakefile | |
parent | ff9ca2ca1e1646e22ff43ec1a5844a0b733d5ba3 (diff) | |
download | rails-250f871b9012fc461f83d7767cc49fe40dbbc104.tar.gz rails-250f871b9012fc461f83d7767cc49fe40dbbc104.tar.bz2 rails-250f871b9012fc461f83d7767cc49fe40dbbc104.zip |
Removed outdated benchmarks and examples
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7439 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/Rakefile')
-rwxr-xr-x | activerecord/Rakefile | 2 |
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 |