Sha256: 0328fc029377d084746ac63ee95e59a7dc71dd8ec02a890f85fe33eaabe090c8
Contents?: true
Size: 783 Bytes
Versions: 2
Compression:
Stored size: 783 Bytes
Contents
# The Admin TODO: Write a gem description ## Installation Add this line to your application's Gemfile: gem 'the-admin' And then execute: $ bundle Or install it yourself as: $ gem install the-admin ## Usage To use in Sinatra add require 'the-admin' ## Configuration the-admin.configuration do |config| config.bugsnag_api_key = "string" end ## Documentation The gem is documented with YARD. You can run yard documentation using its inbuilt server. Following git clone... ~# cd the-admin-gem ~# bundle install ~# yard server --reload and visit localhost:8808. If you prefer to compile it to html (ex: to host).. ~# yard For more information visit [yardoc website](http://yardoc.org/) or use... ~# yard --help ## Contributing
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
the-admin-0.0.2 | README.md |
TheAdmin-0.0.1 | README.md |