[DRE-commits] [ruby-org] 45/303: Ah, need "require 'rubygems'" to properly resolve the gem when running things via "rake spec". Live and learn.
Jérémy Bobbio
lunar at alioth.debian.org
Fri Aug 9 17:33:24 UTC 2013
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository ruby-org.
commit 3392f1691c02e4b09ede063be23cc5c02fe0cca1
Author: Brian Dewey <bdewey at gmail.com>
Date: Mon Dec 28 12:13:12 2009 -0800
Ah, need "require 'rubygems'" to properly resolve the gem when running things via
"rake spec". Live and learn.
---
lib/org-ruby/parser.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/org-ruby/parser.rb b/lib/org-ruby/parser.rb
index cc45adb..d43faec 100644
--- a/lib/org-ruby/parser.rb
+++ b/lib/org-ruby/parser.rb
@@ -1,3 +1,4 @@
+require 'rubygems'
require 'rubypants'
module Orgmode
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-org.git
More information about the Pkg-ruby-extras-commits
mailing list