[DRE-commits] [ruby-ffi-bit-masks] 01/02: d/patches: Remove pining of Rspec (allow 3.x)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Mon Mar 7 18:38:44 UTC 2016


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

sbadia-guest pushed a commit to branch master
in repository ruby-ffi-bit-masks.

commit a13e7aa0c187465e113950c5bc74653855472ef5
Author: Sebastien Badia <seb at sebian.fr>
Date:   Mon Mar 7 15:35:31 2016 -0300

    d/patches: Remove pining of Rspec (allow 3.x)
---
 debian/patches/001_remove-dependency-gems.patch | 23 +++++++++++++++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/001_remove-dependency-gems.patch b/debian/patches/001_remove-dependency-gems.patch
new file mode 100644
index 0000000..e0ea6b9
--- /dev/null
+++ b/debian/patches/001_remove-dependency-gems.patch
@@ -0,0 +1,23 @@
+Description: Bump spec tests to 3.x
+Author: Sebastien Badia <seb at sebian.fr>
+Forwarded: https://github.com/postmodern/ffi-bit_masks/issues/3
+Last-Update: <YYYY-MM-DD>
+
+--- a/gemspec.yml
++++ b/gemspec.yml
+@@ -10,8 +10,3 @@ homepage: https://github.com/postmodern/
+
+ dependencies:
+   ffi: ~> 1.0
+-
+-development_dependencies:
+-  rspec: ~> 2.4
+-  rubygems-tasks: ~> 0.2
+-  yard: ~> 0.8
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,4 +1,3 @@
+-gem 'rspec', '~> 2.4'
+ require 'rspec'
+ require 'ffi/bit_masks/version'
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6da05b6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+001_remove-dependency-gems.patch

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



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