lucian 0.2.8 → 0.2.9
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 +4 -4
- data/lib/lucian/engine.rb +1 -1
- data/lib/lucian/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ede5444057ed1f489564e201141548d6763b6fde
|
4
|
+
data.tar.gz: c6ee8ac1fd4580da617f3b8ca8338d1c149b4924
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0938de8ad8cf795217d0833ebf6e02b63288090cb7f079deb2409cb8f564beed85ea71a8fcac512220bfb75348aa2a0026705a9c16e46884f6420fae2c0aad9
|
7
|
+
data.tar.gz: c66a04e05f81cfe1c75220ab7d475d59eda7956221858a86253b1ebf07a239885ae067997bc849d99ec369dd89b7ae8a6e4c8aebee459b438eadf512b5f05ef6
|
data/lib/lucian/engine.rb
CHANGED
@@ -118,7 +118,7 @@ module Lucian
|
|
118
118
|
BoardCaster.print("Building lucian image ..", "yellow")
|
119
119
|
FileUtils.cp(File.expand_path(File.expand_path(@compose_directory)+'/Gemfile'), @lucian_directory)
|
120
120
|
image = Docker::Image.build_from_dir(@lucian_directory)
|
121
|
-
FileUtils.rm_rf(File.expand_path(File.expand_path(@
|
121
|
+
FileUtils.rm_rf(File.expand_path(File.expand_path(@lucian_directory)+'/Gemfile'))
|
122
122
|
Lucian.image = image
|
123
123
|
return image
|
124
124
|
end
|
data/lib/lucian/version.rb
CHANGED