Version Gem

An embeddable Rails engine that displays version data via specific URLs.

It supports JSON and text views.

Installation

Add this line to your application's Gemfile:

gem 'version_view'

And then execute:

$ bundle

Or install it yourself as:

$ gem install version_view

Usage

To run the generator that will install the sample configuration file and the initializer do:

bundle exec rails g version_view

The generator will display a README highlighting where to find these files and how to change the configuration.

Licence

This project uses the MIT-LICENSE.