aspec_rb

Gem Version Build Status Test Coverage Maintainability

Installation

Install using Rubygems.org:

gem install aspec_rb

Usage

asciidoctor -r aspec_rb index.adoc

Development

To build a local copy of the gem:

rake build

To install from a local build:

gem install pkg/aspec_rb<your_version>.gem 

Deployment

To release a new version, edit the version number in lib/aspec_rb/version.rb and run bundle install. Publishing to Rubygems.org is done automatically when a new version is detected on the master branch and Travis builds are green.

Testing

Tests can be run using rake:

rake test