]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
bump gem version, update readme 494/head
authorZoran <zoran@zurb.com>
Thu, 30 Jun 2016 20:45:23 +0000 (13:45 -0700)
committerZoran <zoran@zurb.com>
Thu, 30 Jun 2016 20:45:23 +0000 (13:45 -0700)
README.md
gem/lib/foundation_emails/version.rb

index 1c2015acc9e4ece6fe3d16d22f80e3dbf02c8613..f5a823d8005e05207b13156040630299f84aaabf 100644 (file)
--- 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.**
index 3ed964a61f1e01794cff6016cd02dd8638fd8a3b..f96640feaa5ca269cc8b8cb6f4a542318fc7c5ff 100644 (file)
@@ -1,3 +1,3 @@
 module FoundationEmails
-  VERSION = "2.1.0.1"
+  VERSION = "2.2.0.0"
 end