Compare commits

..

3 Commits
7.2.0 ... 7.2.1

Author SHA1 Message Date
Brooke Kuhlmann
f8619eedc8 Added version release notes. 2019-09-01 09:02:55 -06:00
Brooke Kuhlmann
3b5fc4e36f Updated to Ruby 2.6.4.
Resolves issues with jQuery vulnerabilities in RDoc.

- [Ruby 2.6.4 Release Notes](https://is.gd/dNIrnn).
- [Multiple jQuery vulnerabilities in RDoc](https://is.gd/RNRZHr).
2019-08-28 07:23:15 -06:00
Brooke Kuhlmann
dde21b5bef Updated README screencast tutorial.
Provides improved descriptions, examples, and new theming.

[ci skip]
2019-08-18 11:16:37 -06:00
3 changed files with 8 additions and 3 deletions

View File

@@ -1 +1 @@
2.6.3 2.6.4

View File

@@ -1,3 +1,8 @@
# 7.2.1 (2019-09-01)
- Updated README screencast tutorial.
- Updated to Ruby 2.6.4.
# 7.2.0 (2019-08-01) # 7.2.0 (2019-08-01)
- Added file install function. - Added file install function.

View File

@@ -60,7 +60,7 @@ the two projects are meant to be used:
## Screencast ## Screencast
[![asciicast](https://asciinema.org/a/155990.png)](https://asciinema.org/a/155990) [![asciicast](https://asciinema.org/a/263059.svg)](https://asciinema.org/a/263059)
## Requirements ## Requirements
@@ -76,7 +76,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 7.2.0 git checkout 7.2.1
Master Version (unstable): Master Version (unstable):