Sha256: a59fd977eea034a4c145f8649005f9d2ecdedf7b1e0ac8e70f87ed4ce30bae9c

Contents?: true

Size: 683 Bytes

Versions: 1

Compression:

Stored size: 683 Bytes

Contents

# Anypow

[![Build Status](https://travis-ci.org/riywo/anypow.png?branch=master)](https://travis-ci.org/riywo/anypow)

Simpe rack proxy to use Pow in any language.

## Installation

Add this line to your application's Gemfile:

    gem 'anypow'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install anypow

## Usage

    $ cat config.ru
    require "anypow"
    run Anypow::App.new("python -m SimpleHTTPServer $PORT")

## Contributing

1. Fork it
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 new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
anypow-0.0.2 README.md