[DRE-commits] [ruby-influxdb] 02/04: drop patches

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Aug 18 10:03:01 UTC 2017


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

praveen pushed a commit to branch master
in repository ruby-influxdb.

commit 0d27db3d3689d222ae99de2a85f369b89de0b5cc
Author: Pirate Praveen <praveen at debian.org>
Date:   Fri Aug 18 15:17:06 2017 +0530

    drop patches
---
 debian/patches/no-cause-for-ruby-2.1.patch | 56 ------------------------------
 debian/patches/series                      |  1 -
 2 files changed, 57 deletions(-)

diff --git a/debian/patches/no-cause-for-ruby-2.1.patch b/debian/patches/no-cause-for-ruby-2.1.patch
deleted file mode 100644
index 1161521..0000000
--- a/debian/patches/no-cause-for-ruby-2.1.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-Bug: https://github.com/influxdata/influxdb-ruby/issues/126
-
-Index: ruby-influxdb/influxdb.gemspec
-===================================================================
---- ruby-influxdb.orig/influxdb.gemspec
-+++ ruby-influxdb/influxdb.gemspec
-@@ -19,10 +19,13 @@ Gem::Specification.new do |spec|
-   spec.require_paths = ["lib"]
- 
-   spec.add_runtime_dependency "json"
--  spec.add_runtime_dependency "cause"
- 
-   spec.add_development_dependency "bundler", "~> 1.3"
-   spec.add_development_dependency "rake"
-   spec.add_development_dependency "rspec", "~> 3.0.0"
-   spec.add_development_dependency "webmock", "~> 1.21.0"
-+
-+  if RUBY_VERSION < '2.1'
-+    spec.add_runtime_dependency "cause"
-+  end
- end
-Index: ruby-influxdb/metadata.yml
-===================================================================
---- ruby-influxdb.orig/metadata.yml
-+++ ruby-influxdb/metadata.yml
-@@ -25,20 +25,6 @@ dependencies:
-       - !ruby/object:Gem::Version
-         version: '0'
- - !ruby/object:Gem::Dependency
--  name: cause
--  requirement: !ruby/object:Gem::Requirement
--    requirements:
--    - - ">="
--      - !ruby/object:Gem::Version
--        version: '0'
--  type: :runtime
--  prerelease: false
--  version_requirements: !ruby/object:Gem::Requirement
--    requirements:
--    - - ">="
--      - !ruby/object:Gem::Version
--        version: '0'
--- !ruby/object:Gem::Dependency
-   name: bundler
-   requirement: !ruby/object:Gem::Requirement
-     requirements:
-Index: ruby-influxdb/lib/influxdb/client.rb
-===================================================================
---- ruby-influxdb.orig/lib/influxdb/client.rb
-+++ ruby-influxdb/lib/influxdb/client.rb
-@@ -1,5 +1,4 @@
- require 'json'
--require 'cause'
- 
- module InfluxDB
-   # rubocop:disable Metrics/MethodLength
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 112f4df..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-no-cause-for-ruby-2.1.patch

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



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