Skip to content

Commit

Permalink
tebako-runtime version bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Aug 8, 2023
1 parent 5d14ad3 commit ef42677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tebako/packager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def pass2(ostype, ruby_source_dir, deps_lib_dir, ruby_ver)
# Saves pristine Ruby environment that is used to deploy applications for packaging
def stash(src_dir, stash_dir)
puts "-- Running stash script"
# .... this code snippet is executed 'outdside' of Ruby scripts
# .... this code snippet is executed 'outside' of Ruby scripts
# shall be reconsidered
# FileUtils.cd ruby_source_dir do
# puts " ... creating pristine ruby environment at #{src_dir} [patience, it will take some time]"
Expand All @@ -112,7 +112,7 @@ def deploy(stash_dir, src_dir, pre_dir, bin_dir, tbd)
recreate([src_dir, pre_dir, bin_dir])
FileUtils.cp_r "#{stash_dir}/.", src_dir

install_gem tbd, File.join(__dir__, "../..", "resources/tebako-runtime-0.1.1.gem")
install_gem tbd, "tebako-runtime"
end

private
Expand Down
Binary file removed resources/tebako-runtime-0.1.1.gem
Binary file not shown.

0 comments on commit ef42677

Please sign in to comment.