Commit f3ae7af285be0d4aa54319c01e8e9ced2fa077d0:
use local copy of the whimsy/asf lib
Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>
------------------------------------------------------------
tools/collate_minutes.rb | ++
------------------------------------------------------------
2 changes: 2 additions, 0 deletions.
------------------------------------------------------------
diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index 79377b3..8b6a1ed 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -1,4 +1,6 @@
#!/usr/bin/env ruby
+$LOAD_PATH.unshift File.realpath(File.expand_path('../../lib', __FILE__))
+
require 'whimsy/asf'
require 'date'
require 'builder'