Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dont run tests on gem creation
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5119 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Sep 15, 2006
1 parent 2b0d668 commit 4ece57c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion railties/Rakefile
Expand Up @@ -267,7 +267,7 @@ PKG_FILES = FileList[
'generators/**/*',
'html/**/*',
'lib/**/*'
]
] - [ 'test' ]

spec = Gem::Specification.new do |s|
s.name = 'rails'
Expand Down Expand Up @@ -302,6 +302,7 @@ spec = Gem::Specification.new do |s|
end

Rake::GemPackageTask.new(spec) do |pkg|
pkg.gem_spec = spec
end


Expand Down

0 comments on commit 4ece57c

Please sign in to comment.