Sha256: a1ae4a05b2134b1cc8742b9eadc1cde2873186e07b9cd96806fd3e9d5f603e25

Contents?: true

Size: 783 Bytes

Versions: 41

Compression:

Stored size: 783 Bytes

Contents

# Platformx

TODO: Write a gem description

## Installation

Add this line to your application's Gemfile:

    gem 'platformx'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install platformx

## Usage

To use in Sinatra add 
	
	require 'platformx'

## Configuration

	Platformx.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 platformx-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

41 entries across 41 versions & 1 rubygems

Version Path
platformx-0.0.9.7.2 README.md
platformx-0.0.9.7.1 README.md
platformx-0.0.9.6.6.7 README.md
platformx-0.0.9.6.6.6 README.md
platformx-0.0.9.6.6.5 README.md
platformx-0.0.9.6.6.4 README.md
platformx-0.0.9.6.6.3 README.md
platformx-0.0.9.6.6.2 README.md
platformx-0.0.9.6.6.1 README.md
platformx-0.0.9.6.4 README.md
platformx-0.0.9.6.3 README.md
platformx-0.0.9.6.2 README.md
platformx-0.0.9.6.1 README.md
platformx-0.0.9.6 README.md
platformx-0.0.9.5 README.md
platformx-0.0.9.4 README.md
platformx-0.0.9.3 README.md
platformx-0.0.9.2 README.md
platformx-0.0.9 README.md
platformx-0.0.8.9.9.9 README.md