Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68c1ea0515 | ||
|
|
419fceba0c | ||
|
|
9fba750712 | ||
|
|
de9e9dc73e | ||
|
|
0f13af9692 | ||
|
|
7133361277 | ||
|
|
bc01beac6a |
@@ -1,3 +1,12 @@
|
|||||||
|
# v3.1.0 (2017-11-26)
|
||||||
|
|
||||||
|
- Updated Gemfile.lock file.
|
||||||
|
- Updated boot disk documenation to mention APFS.
|
||||||
|
- Updated to Bundler 1.16.0.
|
||||||
|
- Updated to Git Cop 1.7.0.
|
||||||
|
- Updated to Rake 12.3.0.
|
||||||
|
- Updated to Rubocop 0.51.0.
|
||||||
|
|
||||||
# v3.0.0 (2017-10-01)
|
# v3.0.0 (2017-10-01)
|
||||||
|
|
||||||
- Fixed table of contents.
|
- Fixed table of contents.
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@@ -3,4 +3,4 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "rake", "~> 12.0"
|
gem "rake", "~> 12.0"
|
||||||
gem "git-cop", "~> 1.6"
|
gem "git-cop", "~> 1.7"
|
||||||
|
|||||||
14
Gemfile.lock
14
Gemfile.lock
@@ -2,17 +2,17 @@ GEM
|
|||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
equatable (0.5.0)
|
equatable (0.5.0)
|
||||||
git-cop (1.6.1)
|
git-cop (1.7.1)
|
||||||
pastel (~> 0.7)
|
pastel (~> 0.7)
|
||||||
refinements (~> 4.2)
|
refinements (~> 4.2)
|
||||||
runcom (~> 1.3)
|
runcom (~> 1.3)
|
||||||
thor (~> 0.20)
|
thor (~> 0.20)
|
||||||
pastel (0.7.1)
|
pastel (0.7.2)
|
||||||
equatable (~> 0.5.0)
|
equatable (~> 0.5.0)
|
||||||
tty-color (~> 0.4.0)
|
tty-color (~> 0.4.0)
|
||||||
rake (12.1.0)
|
rake (12.3.0)
|
||||||
refinements (4.2.0)
|
refinements (4.3.0)
|
||||||
runcom (1.3.0)
|
runcom (1.4.0)
|
||||||
refinements (~> 4.2)
|
refinements (~> 4.2)
|
||||||
thor (0.20.0)
|
thor (0.20.0)
|
||||||
tty-color (0.4.2)
|
tty-color (0.4.2)
|
||||||
@@ -21,8 +21,8 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
git-cop (~> 1.6)
|
git-cop (~> 1.7)
|
||||||
rake (~> 12.0)
|
rake (~> 12.0)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.15.4
|
1.16.0
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ Current Version (stable):
|
|||||||
|
|
||||||
git clone https://github.com/bkuhlmann/mac_os.git
|
git clone https://github.com/bkuhlmann/mac_os.git
|
||||||
cd mac_os
|
cd mac_os
|
||||||
git checkout v3.0.0
|
git checkout v3.1.0
|
||||||
|
|
||||||
Master Version (unstable):
|
Master Version (unstable):
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ printf " 1. Insert the USB boot disk into the machine to be upgraded.\n"
|
|||||||
printf " 2. Reboot the machine.\n"
|
printf " 2. Reboot the machine.\n"
|
||||||
printf " 3. Hold down the OPTION key before the Apple logo appears.\n"
|
printf " 3. Hold down the OPTION key before the Apple logo appears.\n"
|
||||||
printf " 4. Select the USB boot disk from the menu.\n"
|
printf " 4. Select the USB boot disk from the menu.\n"
|
||||||
printf " 5. Format the machine's internal drive using Disk Utility.\n"
|
printf " 5. Format the machine's internal drive using Disk Utility (choose APFS).\n"
|
||||||
printf " 6. Install the new operating system.\n"
|
printf " 6. Install the new operating system.\n"
|
||||||
printf "\nmacOS Reinstall:\n"
|
printf "\nmacOS Reinstall:\n"
|
||||||
printf " 1. Click the Apple icon from the operating system main menu.\n"
|
printf " 1. Click the Apple icon from the operating system main menu.\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user