[DRE-commits] [ruby-treetop] 06/07: Refresh 0001-Do-not-require-rubygems.patch

Cédric Boutillier boutil at moszumanska.debian.org
Mon Sep 22 13:12:46 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-treetop.

commit 5fbb1240c8cbd9c93f9b7b048816af1b12fdf00d
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Sep 22 15:06:22 2014 +0200

    Refresh 0001-Do-not-require-rubygems.patch
---
 debian/patches/0001-Do-not-require-rubygems.patch | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/patches/0001-Do-not-require-rubygems.patch b/debian/patches/0001-Do-not-require-rubygems.patch
index 83816ff..977b7ad 100644
--- a/debian/patches/0001-Do-not-require-rubygems.patch
+++ b/debian/patches/0001-Do-not-require-rubygems.patch
@@ -1,5 +1,5 @@
 From: Carl Worth <cworth at debian.org>
-Last-Update: 2013-06-17
+Last-Update: 2014-09-22
 Subject: Do not require rubygems
 
  With Debian-packaged treetop, the implementation need not require
@@ -16,14 +16,14 @@ Subject: Do not require rubygems
 
 --- a/README.md
 +++ b/README.md
-@@ -31,7 +31,6 @@
- The first rule becomes the *root* of the grammar, causing its expression to be matched when a parser for the grammar is fed a string. The above grammar can now be used in a Ruby program. Notice how a string matching the first rule parses successfully, but a second nonmatching string does not.
+@@ -32,7 +32,6 @@
  
-     # use_grammar.rb
--    require 'rubygems'
-     require 'treetop'
-     Treetop.load 'my_grammar'
-     # or just:
+ ```ruby
+ # use_grammar.rb
+-require 'rubygems'
+ require 'treetop'
+ Treetop.load 'my_grammar'
+ # or just:
 --- a/bin/tt
 +++ b/bin/tt
 @@ -1,6 +1,5 @@

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



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