lucian 0.2.7 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b111076ce279b6588ca6bdf668937a32100725a
4
- data.tar.gz: 49f01941501ef002e6c17f0d934a645a0f3b57df
3
+ metadata.gz: 136b47f5126bc78098179988f84194d8cdfa96f1
4
+ data.tar.gz: e67f60c7a0a85cbd785c2704afd5f32ef48cd97a
5
5
  SHA512:
6
- metadata.gz: 38600f3d1b1205dca99fbda225a88505fe85e055283b1b586ad28ffecda2d42fe532c006b9f0118d4e83c5da47a92df39d36ddc41a423acdc3f993256cc4d780
7
- data.tar.gz: 8a500da499e46930043477b69acd5e0d7f7dbf428cc11c9cfdbf94b3bcde9d82da1d8c95253df5162dea749f220c187532fcd80a73f189d47e24034f6e5a5bd8
6
+ metadata.gz: bcb31780f98ed6d6cf3d1ef6b63d063ba2038afa9337f4222810997585088b6e5151c8b22e65a09a91e1980bf0a38c0a3e68938dcd20a9bdcdfde6e60ec7b238
7
+ data.tar.gz: 213add4bab3c424aa75f99eba28fa5e663ea0d1c49c77f252efd7da5de1490026ad7ef419c6e866d269804e405e661df814c2bca4eb6b7891a3211e44e1ae02a
data/lib/lucian/engine.rb CHANGED
@@ -116,10 +116,9 @@ module Lucian
116
116
  # Build lucian docker image
117
117
  def build_lucian_image
118
118
  BoardCaster.print("Building lucian image ..", "yellow")
119
- puts "CPPPPPPPPPPPPPP #{File.expand_path(File.expand_path(@compose_directory)+'./Gemfile')} to #{@lucian_directory}"
120
- FileUtils.cp(File.expand_path(File.expand_path(@compose_directory)+'./Gemfile'), @lucian_directory)
119
+ FileUtils.cp(File.expand_path(File.expand_path(@compose_directory)+'/Gemfile'), @lucian_directory)
121
120
  image = Docker::Image.build_from_dir(@lucian_directory)
122
- FileUtils.rm_rf(File.expand_path(File.expand_path(@compose_directory)+'./Gemfile'))
121
+ FileUtils.rm_rf(File.expand_path(File.expand_path(@compose_directory)+'/Gemfile'))
123
122
  Lucian.image = image
124
123
  return image
125
124
  end
@@ -1,3 +1,3 @@
1
1
  module Lucian
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lucian
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanapat Sainak