hackmac 0.6.1 → 0.6.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
  SHA256:
3
- metadata.gz: a3a8321d2fa6db7c3538df8da4f882e6daf480f6ba06d53b55b7e436d2407a48
4
- data.tar.gz: a7e2b399284231c776ec3c5a31eabeb420cd04424f794963e60a6ce27875d55f
3
+ metadata.gz: 71ae7818b5eb86ace5700578ab7d49f071f53d6b5f34e11fcf01d97bf08e72ff
4
+ data.tar.gz: bad5cd7a0889cf7428c146e4b0024f3c724bf261002aea14084b783f43426b53
5
5
  SHA512:
6
- metadata.gz: f37c602182e13414678b6cc7fa8e5932555c8c5f5d682e972ce0407bab561bd1cc8222ea7b4787e7d0a8c21ce9fa96491d06eacf1fb4a76086c25a4f2c125b89
7
- data.tar.gz: 24b6bd5bfc218209be56de18ddf498bb50f8a43aa61e6467cd152584ecbd1e264f773b4059a3954ff16c0c5abcb55df3188d3580738a79b4f00e8f5c7fc14bf2
6
+ metadata.gz: d971877be07e1c4b1d0c153b437afd0e5eadfe8c48dd9181288b5067ee55456152e64ea3c3d6d4b49ad6d0a409e7d0c89bbacf022cac4ad900f1cb0ed64ab314
7
+ data.tar.gz: 66c402c45ecb4fae5b1137ea2483907b71a826b5a20a36b22bedaafbe1e529cb3dd697a58da5d0d3a61658384efc357e667e8476cf9383979b0ce3a7eaaeef4d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.1
1
+ 0.6.2
data/bin/efi CHANGED
@@ -139,7 +139,7 @@ when /\Aun?mount\z/
139
139
  x %{sudo diskutil unmount "#{mdev}"}
140
140
  # TODO remove /Volumes/mdev if it is a symlink
141
141
  when /\Adiff\z/
142
- mdev = git_args(default: %w[ --color --stat ])
142
+ mdev = git_args(default: %w[ --color --stat --cached ])
143
143
  x %{sudo diskutil mount "#{mdev}"}
144
144
  cd "/Volumes/#{mdev}" do
145
145
  x %{git add -A}
@@ -1,14 +1,14 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: hackmac 0.6.1 ruby lib
2
+ # stub: hackmac 0.6.2 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "hackmac".freeze
6
- s.version = "0.6.1"
6
+ s.version = "0.6.2"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib".freeze]
10
10
  s.authors = ["Florian Frank".freeze]
11
- s.date = "2020-05-12"
11
+ s.date = "2020-05-15"
12
12
  s.description = "This ruby gem provides some useful tools for working with a Hackintosh.".freeze
13
13
  s.email = "flori@ping.de".freeze
14
14
  s.executables = ["gfxmon".freeze, "usb".freeze, "efi".freeze]
@@ -1,6 +1,6 @@
1
1
  module Hackmac
2
2
  # Hackmac version
3
- VERSION = '0.6.1'
3
+ VERSION = '0.6.2'
4
4
  VERSION_ARRAY = VERSION.split('.').map(&:to_i) # :nodoc:
5
5
  VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
6
6
  VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hackmac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Frank
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-12 00:00:00.000000000 Z
11
+ date: 2020-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gem_hadar