[DRE-commits] [ruby-redis-store] 02/02: Upstream update
Balasankar C
balasankarc-guest at moszumanska.debian.org
Tue Jul 28 11:53:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-redis-store.
commit 17c56f77e75796990acb7d7583fc31c2a25071f1
Author: Balasankar C <balasankarc at autistici.org>
Date: Tue Jul 28 17:22:29 2015 +0530
Upstream update
---
debian/changelog | 7 +++++++
debian/patches/minitest-value | 40 ----------------------------------------
debian/patches/series | 1 -
3 files changed, 7 insertions(+), 41 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 336c5b2..d28f11f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-redis-store (1.1.6-1) unstable; urgency=medium
+
+ * Upstream update
+ * Remove the patch minitest-value as it is fixed upstream
+
+ -- Balasankar C <balasankarc at autistici.org> Tue, 28 Jul 2015 17:15:53 +0530
+
ruby-redis-store (1.1.5-2) unstable; urgency=medium
* Fix homepage field in debian/control
diff --git a/debian/patches/minitest-value b/debian/patches/minitest-value
deleted file mode 100644
index d55cae2..0000000
--- a/debian/patches/minitest-value
+++ /dev/null
@@ -1,40 +0,0 @@
-Description: Rename minitest keyword value used in test
- Test uses the keyword value as a variable. Replace it with value1
-Author: Balasankar C <balasankarc at autistici.org>
-Last-Update: 2015-07-05
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/test/redis/store_test.rb
-+++ b/test/redis/store_test.rb
-@@ -23,13 +23,13 @@
- describe '#set' do
- describe 'with expiry' do
- let(:key) { 'key' }
-- let(:value) { 'value' }
-+ let(:value1) { 'value' }
- let(:options) { { :expire_after => 3600 } }
-
- it 'must not double marshall' do
- Marshal.expects(:dump).once
-
-- @store.set(key, value, options)
-+ @store.set(key, value1, options)
- end
- end
- end
-@@ -37,13 +37,13 @@
- describe '#setnx' do
- describe 'with expiry' do
- let(:key) { 'key' }
-- let(:value) { 'value' }
-+ let(:value1) { 'value' }
- let(:options) { { :expire_after => 3600 } }
-
- it 'must not double marshall' do
- Marshal.expects(:dump).once
-
-- @store.setnx(key, value, options)
-+ @store.setnx(key, value1, options)
- end
- end
- end
diff --git a/debian/patches/series b/debian/patches/series
index bde11fc..a51ad82 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-minitest-value
Bundler
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-redis-store.git
More information about the Pkg-ruby-extras-commits
mailing list