Skip to content

Commit 574f08e

Browse files
committed
cleanup .bundle after packaging
1 parent 27f1272 commit 574f08e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ task :default => :test
9090
# PACKAGING
9191

9292
PACKAGE_NAME = "transrate"
93-
VERSION = "1.0.0.beta2"
93+
VERSION = "1.0.0.beta3"
9494
TRAVELING_RUBY_VERSION = "20150210-2.2.0"
9595

9696
desc "Package your app"
@@ -166,7 +166,7 @@ def create_package(target)
166166
sh "rm -rf #{package_dir}"
167167
end
168168
# cleanup
169-
sh "rm -rf packaging/vendor packaging/bindeps"
169+
sh "rm -rf packaging/vendor packaging/bindeps .bundle"
170170
end
171171

172172
def download_runtime(target)

0 commit comments

Comments
 (0)