[DRE-commits] [pry] 02/06: make embedded slop use itself

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Aug 19 23:04:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository pry.

commit 7cde46dbc2f10771570b5905d7e5261c3dc637ae
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Aug 20 00:26:12 2015 +0200

    make embedded slop use itself
---
 debian/slop-3.6.0/lib/slop.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/slop-3.6.0/lib/slop.rb b/debian/slop-3.6.0/lib/slop.rb
index 6943176..3d7c225 100644
--- a/debian/slop-3.6.0/lib/slop.rb
+++ b/debian/slop-3.6.0/lib/slop.rb
@@ -1,5 +1,5 @@
-require 'slop/option'
-require 'slop/commands'
+require 'pry/slop/option'
+require 'pry/slop/commands'
 
 class Slop
   include Enumerable

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pry.git



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