Skip to content

Commit

Permalink
Don't install gem in build command
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed May 24, 2013
1 parent 66ce545 commit 82ec375
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ task :build => "#{gemspec.full_name}.gem"

file "#{gemspec.full_name}.gem" => gemspec.files + ["rack-subdomain.gemspec"] do
system "gem build rack-subdomain.gemspec"
system "gem install rack-subdomain-#{Rack::Subdomain::VERSION}.gem"
end

0 comments on commit 82ec375

Please sign in to comment.