From 47d600bb3b24f1d3b8bb3065d70161a9ed25be2c Mon Sep 17 00:00:00 2001 From: Mispy <^_^@mispy.me> Date: Mon, 31 Mar 2014 03:08:27 -0700 Subject: [PATCH] Add note about Ruby version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c807d76..6ea9919 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Rewrite of my twitter\_ebooks code. While the original was solely a tweeting Mar ## Installation +Requires Ruby 1.9.3+ + ```bash gem install twitter_ebooks ```