diff options
author | Parker Moore <parkrmoore@gmail.com> | 2013-09-19 12:10:19 -0400 |
---|---|---|
committer | Parker Moore <parkrmoore@gmail.com> | 2013-09-19 12:10:19 -0400 |
commit | 9c41abf5e0b1c51a16a6c83e4c4f96c3f9f5c586 (patch) | |
tree | 6aa8db53d80d7af246064ea996c57db1c996a32a | |
parent | f75547f61fa38e43b5e07c410daac7558c9be59d (diff) | |
download | my_new_personal_website-9c41abf5e0b1c51a16a6c83e4c4f96c3f9f5c586.tar.xz my_new_personal_website-9c41abf5e0b1c51a16a6c83e4c4f96c3f9f5c586.zip |
Remove .ruby-version file and add note to README regarding minimum Ruby version.
@imathis - look ok?
Closes #1365.
-rw-r--r-- | .ruby-version | 1 | ||||
-rw-r--r-- | README.markdown | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index 77fee73a..00000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -1.9.3 diff --git a/README.markdown b/README.markdown index 95b3843f..eea8624e 100644 --- a/README.markdown +++ b/README.markdown @@ -8,6 +8,7 @@ Octopress is [Jekyll](https://github.com/mojombo/jekyll) blogging at its finest. 4. **It's easy to use.** A collection of rake tasks simplifies development and makes deploying a cinch. 5. **Ships with great plug-ins** some original and others from the Jekyll community — tested and improved. +**Note**: Octopress requires a minimum Ruby version of `1.9.3-p0`. ## Documentation |