Description: don't require rubygems, as the package is debianized.
 Removing all calls to the rubygems framework is enforced by the 'pkg-ruby-extra'-team policy.
Forwarded: not-needed
Origin: vendor
Author: Patrick Ringl <patrick_@freenet.de>

--- ruby-hiera-puppet-1.0.0~rc1.orig/bin/extlookup2hiera
+++ ruby-hiera-puppet-1.0.0~rc1/bin/extlookup2hiera
@@ -50,7 +50,6 @@ when :yaml
     File.open(options[:out], "w") {|f| f.write hieradata.to_yaml}
 
 when :json
-    require 'rubygems'
     require 'json'
     File.open(options[:out], "w") {|f| f.write JSON.pretty_generate hieradata}
 end
--- ruby-hiera-puppet-1.0.0~rc1.orig/spec/spec_helper.rb
+++ ruby-hiera-puppet-1.0.0~rc1/spec/spec_helper.rb
@@ -1,6 +1,5 @@
 $:.insert(0, File.join([File.dirname(__FILE__), "..", "..", "lib"]))
 
-require 'rubygems'
 require 'rspec'
 require 'hiera/backend/puppet_backend'
 require 'hiera/scope'
