Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Fix "endearing" quirk where you can't build the gem unless you alread…
Browse files Browse the repository at this point in the history
…y have the gem installed
  • Loading branch information
samstokes committed Apr 25, 2010
1 parent ea322e8 commit d324dc9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/ruby-rapleaf.rb
Expand Up @@ -6,9 +6,10 @@
require 'builder'
require 'ostruct'

require 'rapleaf/rapleaf.rb'
require 'rapleaf/exceptions.rb'
require 'rapleaf/responses.rb'
library_files = Dir[File.join(File.dirname(__FILE__), "/rapleaf/**/*.rb")]
library_files.each do |file|
require file.gsub(/\.rb$/, "")
end

module Rapleaf

Expand Down

0 comments on commit d324dc9

Please sign in to comment.