This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
Releases: CodePadawans/ataru
Releases · CodePadawans/ataru
Second Release of gem Ataru
v.0.2.0 Updated gemversion
First Release of gem Ataru
Ataru
Ataru is a gem that provides a command line tool for testing code samples in the documentation files.
You can also integrate ataru in your continuous integration process on Travis CI.
Ataru will check if your documentation is still in sync with the application it was written for.
The output of the results has the MiniTest style.
Requirements
- Ataru can read files written in Github Flavoured Markdown, as it uses Kramdown with Github Flavoured Markdown Parser.
- Ataru is currently able to test the Ruby code only.
- The dependencies of your gem have to be in the range of the latest major versions of:
- minitest (~> 5)
- kramdown (~> 1)
- thor (~> 0)