# 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