Compare commits

...

7 Commits
3.0.0 ... 3.1.0

Author SHA1 Message Date
Brooke Kuhlmann
68c1ea0515 Added version release changes. 2017-11-26 15:26:28 -07:00
Brooke Kuhlmann
419fceba0c Updated boot disk documenation to mention APFS.
Aids new installs with the correct option to choose from the menu
prompt.
2017-11-26 08:59:06 -07:00
Brooke Kuhlmann
9fba750712 Updated to Rake 12.3.0.
[Changes](http://bit.ly/2AU14wd).
2017-11-18 08:53:59 -07:00
Brooke Kuhlmann
de9e9dc73e Updated Gemfile.lock file.
Was accidentally missed as part of the previous commit.
2017-11-05 17:12:04 -07:00
Brooke Kuhlmann
0f13af9692 Updated to Git Cop 1.7.0.
[Changes](http://bit.ly/2AcYDV4).
2017-11-05 17:04:03 -07:00
Brooke Kuhlmann
7133361277 Updated to Bundler 1.16.0.
[Changes](http://bit.ly/2hFrBX5).
2017-11-04 13:53:22 -06:00
Brooke Kuhlmann
bc01beac6a Updated to Rubocop 0.51.0.
[Changes](http://bit.ly/2hlepWS).

There is a bug with Rubocop 0.51.0 where the `Style/CommentedKeyword`
cop raises false positives but can be ignored until the next release of
Rubocop is issued.
2017-10-29 15:08:27 -06:00
5 changed files with 19 additions and 10 deletions

View File

@@ -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.

View File

@@ -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"

View File

@@ -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

View File

@@ -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):

View File

@@ -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"