Sha256: d9238224eecbbb2ed4a2d5b6dc3a9adebe17be9cc468c990b85f2fb72ee2b506

Contents?: true

Size: 662 Bytes

Versions: 1

Compression:

Stored size: 662 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
    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.1 README.md