lib/efax.rb in efax-1.4.0 vs lib/efax.rb in efax-1.4.1
- old
+ new
@@ -20,10 +20,9 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#++
#
-$:.unshift(File.dirname(__FILE__)) unless
- $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
+require 'efax/version'
require 'efax/outbound'
-require 'efax/inbound'
\ No newline at end of file
+require 'efax/inbound'