[DRE-commits] [SCM] ohai.git branch, master, updated. upstream/0.6.10-22-g2e61ced

Antonio Terceiro terceiro at debian.org
Fri Apr 13 12:25:44 UTC 2012


The following commit has been merged in the master branch:
commit a08a184929aab989d2991276d7de06cbadf09e21
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Apr 13 08:12:15 2012 -0300

    Add missing `require 'rubygems'`

diff --git a/spec/ohai/plugins/ruby_spec.rb b/spec/ohai/plugins/ruby_spec.rb
index b97057f..9bf43d7 100644
--- a/spec/ohai/plugins/ruby_spec.rb
+++ b/spec/ohai/plugins/ruby_spec.rb
@@ -16,7 +16,7 @@
 # limitations under the License.
 #
 
-
+require 'rubygems'
 require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper.rb')
 
 ruby_bin = File.join(::Config::CONFIG['bindir'], ::Config::CONFIG['ruby_install_name'])

-- 
ohai.git



More information about the Pkg-ruby-extras-commits mailing list