[DRE-commits] [SCM] ruby-stamp.git branch, master, updated. upstream/0.5.0-7-gf18508b

Daniel Martí mvdan at mvdan.cc
Sun Jun 23 11:44:52 UTC 2013


The following commit has been merged in the master branch:
commit 863966c024b99986f0429cb45cf7d4eb7b6842c4
Author: Daniel Martí <mvdan at mvdan.cc>
Date:   Sun Jun 2 16:41:30 2013 +0000

    Require rubygems in ruby-tests.rake

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index bbb30ab..55bef61 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,4 +1,5 @@
 require 'cucumber/rake/task'
+require 'rubygems'
 
 Cucumber::Rake::Task.new(:features)
 

-- 
ruby-stamp.git



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