linecook-gem 0.1.1 → 0.1.2

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: 6c3d5109aee47e294cdfa196893dbd907d920446
4
- data.tar.gz: cbdabb4a917555c944d9639517aa37065a41be1c
3
+ metadata.gz: 7379fef74a8c3ab9be14c84571c664acbb53ba65
4
+ data.tar.gz: b56ce15b982da32861259307f2ba8d3e7dfcdf73
5
5
  SHA512:
6
- metadata.gz: b3d2f2650ca2b234efce8f792fe8af58bee53241dc327332d89616436ce0ea23900b997f4891df008e37cc53bf643c3ff7128cb84fb26b425ca8abac74a1ab4d
7
- data.tar.gz: 61f85426c25437b4257d70bbf1bb2a80eb50e01d18d733139d28ca184301b7ab50f4195f3580f6079e308b6dfc32a9a14836b15c9b576af6264f0dd8e6db84d0
6
+ metadata.gz: c1c26801b89546d743250d81888827fc1efd416275ef4f473e65c86630cb6a33f851d6c44ec31fa71724a4e307dc94db833e09414b7f5f00cb7c74375b848d19
7
+ data.tar.gz: 936d5bf4b9ce7d94b5d00f1f6fd4098e000b0250f9f2b35f22066e4c346e80aeffba88630369008c293562bac70e63307630a93e33492a323af92b6cb954c11a
@@ -80,8 +80,7 @@ module Linecook
80
80
 
81
81
  # get and mount the iso
82
82
  def get_iso
83
- image = Linecook.config[:images][:live_iso]
84
- @image_path = Linecook::ImageFetcher.fetch(image)
83
+ @image_path = Linecook::ImageManager.fetch(:live_iso, profile: public)
85
84
  end
86
85
 
87
86
  def mount_iso
@@ -1,3 +1,3 @@
1
1
  module Linecook
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linecook-gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Hamel