[DRE-commits] [ruby-cucumber-rails] 03/08: allow cucumber 2.0 as was done upstream (but not released yet)

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Oct 29 20:06:56 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-cucumber-rails.

commit ee92f9aae358ef4ad4bb19644822684eeb4b0212
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Thu Oct 29 17:16:00 2015 -0200

    allow cucumber 2.0 as was done upstream (but not released yet)
---
 debian/changelog                             |  2 ++
 debian/patches/0001-Allow-cucumber-2.0.patch | 21 +++++++++++++++++++++
 debian/patches/series                        |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b613a09..1b406d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 ruby-cucumber-rails (1.4.2-1) UNRELEASED; urgency=medium
 
   * Initial release (Closes: #nnnn)
+  * debian/patches/0001-Allow-cucumber-2.0.patch: allow cucumber 2.0 as was
+    done upstream (but not released yet)
 
  -- Antonio Terceiro <terceiro at debian.org>  Thu, 29 Oct 2015 17:05:33 -0200
diff --git a/debian/patches/0001-Allow-cucumber-2.0.patch b/debian/patches/0001-Allow-cucumber-2.0.patch
new file mode 100644
index 0000000..9382335
--- /dev/null
+++ b/debian/patches/0001-Allow-cucumber-2.0.patch
@@ -0,0 +1,21 @@
+From: Antonio Terceiro <terceiro at softwarelivre.org>
+Date: Thu, 29 Oct 2015 17:06:57 -0200
+Subject: Allow cucumber 2.0
+
+---
+ cucumber-rails.gemspec | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cucumber-rails.gemspec b/cucumber-rails.gemspec
+index e326fb5..0be064c 100644
+--- a/cucumber-rails.gemspec
++++ b/cucumber-rails.gemspec
+@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
+   s.license = 'MIT'
+ 
+   s.add_runtime_dependency('capybara', ['>= 1.1.2', '< 3'])
+-  s.add_runtime_dependency('cucumber', ['>= 1.3.8', '< 2'])
++  s.add_runtime_dependency('cucumber', ['>= 1.3.8', '< 2.1'])
+   s.add_runtime_dependency('nokogiri', '~> 1.5')
+   s.add_runtime_dependency('rails', ['>= 3', '< 5'])
+   s.add_runtime_dependency('mime-types', ['>= 1.16', '< 3'])
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..addb3b8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Allow-cucumber-2.0.patch

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



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