Expose your local web server to the Internet
Go to file
R. Tyler Croy 44816f8e2d Pull in the client to the root file 2013-03-10 17:09:03 -07:00
bin Add proper gem dependencies for opening the connection properly 2013-03-10 17:06:09 -07:00
lib Pull in the client to the root file 2013-03-10 17:09:03 -07:00
spec Add proper gem dependencies for opening the connection properly 2013-03-10 17:06:09 -07:00
.gitignore Pull in the client to the root file 2013-03-10 17:09:03 -07:00
Gemfile Add some basic infrastructure for running RSpec 2013-03-10 16:58:01 -07:00
LICENSE.txt Starting to rename the project to Passageway 2013-03-10 16:50:56 -07:00
README.md Starting to rename the project to Passageway 2013-03-10 16:50:56 -07:00
Rakefile Add some basic infrastructure for running RSpec 2013-03-10 16:58:01 -07:00
passageway.gemspec Add proper gem dependencies for opening the connection properly 2013-03-10 17:06:09 -07:00

README.md

Passageway

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'passageway'

And then execute:

$ bundle

Or install it yourself as:

$ gem install passageway

Usage

TODO: Write usage instructions here

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