From 44816f8e2d728b412566c2d40ccba124f0acc7d9 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sun, 10 Mar 2013 17:09:03 -0700 Subject: [PATCH] Pull in the client to the root file --- .gitignore | 2 ++ lib/passageway.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d87d4be..c25db4a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ spec/reports test/tmp test/version_tmp tmp +.rvmrc + diff --git a/lib/passageway.rb b/lib/passageway.rb index cc3cee4..6d41dc8 100644 --- a/lib/passageway.rb +++ b/lib/passageway.rb @@ -1,5 +1,5 @@ +require "passageway/client" require "passageway/version" module Passageway - # Your code goes here... end