This is a very simple gem designed to generate RTF documents from a given template.
This gem is written in haste, but it works in most cases (I tested it on: mac office, TextEdit, office 2007).
It is heavily inspired by Serenity.
Add this line to your application's Gemfile:
gem 'rtf-templater'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rtf-templater
Look at the example in the showcase directory.
In short this template:
Generates such document:
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)