From: Zoran Date: Thu, 30 Jun 2016 20:45:23 +0000 (-0700) Subject: bump gem version, update readme X-Git-Tag: v2.3.0~38^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F494%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git bump gem version, update readme --- diff --git a/README.md b/README.md index 1c2015ac..f5a823d8 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Run `npm run build` to do a full email inlining process. @import "foundation-emails"; ``` +Adding Inky's templating capabilities to Rails is easy thanks to the [**inky-rb**](https://github.com/zurb/inky-rb) gem, which bundles `foundation_emails` by default. + ## Documentation **Check out our [Migration Guide](https://github.com/zurb/foundation-emails/blob/master/migration.md) for upgrading an existing template or for more in-depth code examples.** diff --git a/gem/lib/foundation_emails/version.rb b/gem/lib/foundation_emails/version.rb index 3ed964a6..f96640fe 100644 --- a/gem/lib/foundation_emails/version.rb +++ b/gem/lib/foundation_emails/version.rb @@ -1,3 +1,3 @@ module FoundationEmails - VERSION = "2.1.0.1" + VERSION = "2.2.0.0" end