Sha256: 117347558126f5ee68ea9600efb94ea45a9207b3f246ae09d01b96d4c78444a5

Contents?: true

Size: 676 Bytes

Versions: 3

Compression:

Stored size: 676 Bytes

Contents

# Rulers

A rack based gem similar to Rails.

## Installation

Add this line to your application's Gemfile:

    gem 'rulers', :git => 'git://github.com/enilsen16/rulers_gem.git'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rulers

## Usage

Right now you can start a new server with:

      rackup -p 3001

Then navigate to:

      http://localhost:3001

## Contributing

1. Fork it ( https://github.com/enilsen16/rulers/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
erik_rulers-0.0.5 README.md
erik_rulers-0.0.4 README.md
erik_rulers-0.0.3 README.md