Skip to content

Commit

Permalink
cleanup .bundle after packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
blahah committed Feb 23, 2015
1 parent 27f1272 commit 574f08e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ task :default => :test
# PACKAGING

PACKAGE_NAME = "transrate"
VERSION = "1.0.0.beta2"
VERSION = "1.0.0.beta3"
TRAVELING_RUBY_VERSION = "20150210-2.2.0"

desc "Package your app"
Expand Down Expand Up @@ -166,7 +166,7 @@ def create_package(target)
sh "rm -rf #{package_dir}"
end
# cleanup
sh "rm -rf packaging/vendor packaging/bindeps"
sh "rm -rf packaging/vendor packaging/bindeps .bundle"
end

def download_runtime(target)
Expand Down

0 comments on commit 574f08e

Please sign in to comment.