Skip to content

Commit

Permalink
ignore unused gems when packaging task
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 19, 2013
1 parent b287e0b commit 853e54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdiary/tasks/release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def make_tarball( repo, version = nil )
sh "chmod +x index.rb index.fcgi update.rb update.fcgi"
sh 'rake doc'
Bundler.with_clean_env do
sh 'bundle --path .bundle --without development:test'
sh 'bundle --path .bundle --without coffee:memcached:redis:gfm:server:development'
end
Dir.chdir 'misc/lib' do
sh 'gem unpack bundler'
Expand Down

0 comments on commit 853e54f

Please sign in to comment.