macinbox 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ee4d67b450ca74ecfba384c6402b6f2b74ff719
4
- data.tar.gz: a84c7f8b3b00d42e6d344f1412af7002cbde2ddd
3
+ metadata.gz: 7311697bb7e82c0c7ede13f8068fdc65e3271486
4
+ data.tar.gz: c9976a10c9146164aa391a7e34b70e4990630137
5
5
  SHA512:
6
- metadata.gz: 9a31753aa8348fafbc0db1f49be3278e4f140a2eadf308ed31cae39ee9519714454db24e6771a06bc6c86e1ceaa44de22122b9f8930fb7b5484170e223cc2e71
7
- data.tar.gz: 85ee7aabb5f3a9fa4cf6fd483a621da83c354be8486b67fe5b2c9b443e28d9d9612bac1672e41fa2d4144a7e9f50fbafabbaaa364f0cebff841a72ae386e965f
6
+ metadata.gz: c311ecd990157940bc00233713c47b8e35566ed06ec5ec32eb1cb0b630c4b060bc55bcf47c0e9c62c4a55385064acac6c75cdb936558b48bae5740ef3d11a49e
7
+ data.tar.gz: 26a3da955b61627a347a67688e0db0329eb10f728abf46dec039de8350ef0534ab7b7617518591fcb4546887e2574a1bfff2bbc1fe6d9635fd3c28d6b17aaa68
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- macinbox (2.0.0)
4
+ macinbox (2.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -83,7 +83,8 @@ module Macinbox
83
83
  Logger.info "Host macOS version detected: #{host_os_version}" if @debug
84
84
 
85
85
  if installer_os_version_major != host_os_version_major || installer_os_version_minor != host_os_version_minor
86
- raise Macinbox::Error.new("host OS version (#{host_os_version}) and installer OS version (#{installer_os_version}) do not match")
86
+ Logger.error "Warning: host OS version (#{host_os_version}) and installer OS version (#{installer_os_version}) do not match"
87
+ # raise Macinbox::Error.new("host OS version (#{host_os_version}) and installer OS version (#{installer_os_version}) do not match")
87
88
  end
88
89
  end
89
90
  end
@@ -1,3 +1,3 @@
1
1
  module Macinbox
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: macinbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Kramer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-19 00:00:00.000000000 Z
11
+ date: 2018-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler