Sha256: 0efd0c3b66f578c69d2cc11a92f200c0816cc161062d9e17f7d64be851cceb16
Contents?: true
Size: 824 Bytes
Versions: 1
Compression:
Stored size: 824 Bytes
Contents
# Sinatra::Presence A Sinatra extension that will recognize if your request could be redirected to a local network location. Why? Let's say you run applications on your home network... why use the infrastructure of the internet when your requests could be serviced locally? Why, indeed... ## Installation Add this line to your application's Gemfile: gem 'sinatra-presence' And then execute: $ bundle Or install it yourself as: $ gem install sinatra-presence ## Usage Register like a typical Sinatra extension ## Contributing 1. Fork it ( https://github.com/pfarrell/presence/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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sinatra-presence-0.0.1 | README.md |