Pull in the client to the root file

This commit is contained in:
R. Tyler Croy 2013-03-10 17:09:03 -07:00
parent c5723be5b3
commit 44816f8e2d
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -15,3 +15,5 @@ spec/reports
test/tmp
test/version_tmp
tmp
.rvmrc

View File

@ -1,5 +1,5 @@
require "passageway/client"
require "passageway/version"
module Passageway
# Your code goes here...
end