public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Removed outdated benchmarks and examples

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7439 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Sun Sep 09 16:30:09 -0700 2007
commit  250f871b9012fc461f83d7767cc49fe40dbbc104
tree    284266c8e0fc1a99b201092a0e999c09084aab5f
parent  ff9ca2ca1e1646e22ff43ec1a5844a0b733d5ba3
  • activerecord/Rakefile
  • activerecord/benchmarks/benchmark.rb
  • activerecord/benchmarks/mysql_benchmark.rb
  • activerecord/examples/associations.rb
  • activerecord/examples/shared_setup.rb
  • activerecord/examples/validation.rb
...
136
137
138
139
 
140
141
142
...
136
137
138
 
139
140
141
142
0
@@ -136,7 +136,7 @@ end
0
 
0
 # Create compressed packages
0
 
0
-dist_dirs = [ "lib", "test", "examples", "dev-utils" ]
0
+dist_dirs = [ "lib", "test", "examples" ]
0
 
0
 spec = Gem::Specification.new do |s|
0
   s.name = PKG_NAME

Comments

    No one has commented yet.