munge 0.11.0 → 0.11.1

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: 73fdb1d0c438b5ae814e7c09fe7d3ea7516b1986
4
- data.tar.gz: 9c691b2ccac2ffe871fdb654856ba70003538d86
3
+ metadata.gz: f0e20dc4cac02d09e72094542c9b723b2b6af0ee
4
+ data.tar.gz: c405bf6eb3312c99c234a5efaa0fdb5257c8788b
5
5
  SHA512:
6
- metadata.gz: a4d895246116728a131ad6c9ccfb0f5c3e1737b0492a60b707d2f628a6e4bdb82cd7f4d675028fb92eb9645a3e096a9fc88d713a48b929c1126263823f33740c
7
- data.tar.gz: d8678cf6f83de2e45d46379d396941f209f8d7355862a4384d1aa1a17db0e961d5a2ade08d8d8d67528ab3d529e4c6c9b3ab44c2a25d39eabdce7023a440056d
6
+ metadata.gz: b6e966358fe33155bed90bead4ca941d3de8dd612b8069ba699fa852941de7ff44e7116626999e1a368c0adda7435ced90462b63554878fe42c6f0295bda8862
7
+ data.tar.gz: 0827edc6fdd1d45682c0f9a22cac978fd7b8f1e6e69c50b6b3deae01f587411a1d0e559a1c3a18c37a37cf0a2a8dc5bd4b8cd10802742d0d9a92e5cf39053e3c
@@ -41,8 +41,12 @@ module Munge
41
41
 
42
42
  private
43
43
 
44
+ def current_working_directory
45
+ File.expand_path("")
46
+ end
47
+
44
48
  def bootloader
45
- Munge::Bootloader.new(root_path: destination_root)
49
+ Munge::Bootloader.new(root_path: current_working_directory)
46
50
  end
47
51
 
48
52
  def symbolized_options
data/lib/munge/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Munge
2
- VERSION = "0.11.0".freeze
2
+ VERSION = "0.11.1".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: munge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zach Ahn
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-07 00:00:00.000000000 Z
11
+ date: 2016-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -274,7 +274,7 @@ dependencies:
274
274
  - - "~>"
275
275
  - !ruby/object:Gem::Version
276
276
  version: '3.4'
277
- description: Documentation for this release is located in https://github.com/zachahn/munge/blob/v0.11.0/README.md
277
+ description: Documentation for this release is located in https://github.com/zachahn/munge/blob/v0.11.1/README.md
278
278
  email:
279
279
  - zach.ahn@gmail.com
280
280
  executables: