[DRE-commits] [ruby-thor] 02/03: Actually have Gem version be higher than latest release

Christian Hofstaedtler zeha at moszumanska.debian.org
Thu Jan 16 13:34:16 UTC 2014


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

zeha pushed a commit to branch master
in repository ruby-thor.

commit 65869905a7f21ae88c46e6ee39ab6be1a9d5c891
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Thu Jan 16 14:31:22 2014 +0100

    Actually have Gem version be higher than latest release
---
 debian/patches/git-version-fix | 9 +++++++++
 debian/patches/series          | 1 +
 2 files changed, 10 insertions(+)

diff --git a/debian/patches/git-version-fix b/debian/patches/git-version-fix
new file mode 100644
index 0000000..36558c5
--- /dev/null
+++ b/debian/patches/git-version-fix
@@ -0,0 +1,9 @@
+diff --git a/lib/thor/version.rb b/lib/thor/version.rb
+index b119570..76daaa3 100644
+--- a/lib/thor/version.rb
++++ b/lib/thor/version.rb
+@@ -1,3 +1,3 @@
+ class Thor
+-  VERSION = '0.18.1.git20140116'
++  VERSION = '0.18.1.20140116'
+ end
diff --git a/debian/patches/series b/debian/patches/series
index b73c9ba..712848f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 tests-disable-coverage
+git-version-fix

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



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