README.md in inky-rb-1.3.6.2 vs README.md in inky-rb-1.3.6.3

- old
+ new

@@ -1,8 +1,8 @@ # Inky -[![Gem Version](https://badge.fury.io/rb/inky-rb.svg)](https://badge.fury.io/rb/inky-rb) +[![Gem Version](https://badge.fury.io/rb/inky-rb.svg)](https://badge.fury.io/rb/inky-rb) [![Build Status](https://travis-ci.org/zurb/inky-rb.svg?branch=master)](https://travis-ci.org/zurb/inky-rb) Inky is an HTML-based templating language that converts simple HTML into complex, responsive email-ready HTML. Designed for [Foundation for Emails](http://foundation.zurb.com/emails), a responsive email framework from [ZURB](http://zurb.com). To include only the Foundation for Emails styles in your Asset Pipeline, without Inky, use the [**foundation_emails**](https://github.com/zurb/foundation-emails/#using-the-ruby-gem) gem. @@ -99,5 +99,12 @@ ``` ## Programmatic Use The Inky parser can be accessed directly for programmatic use. + +## Requirements + +Inky-rb currently requires: + +* Ruby 2.0+ +* Rails 3, 4 or 5