[DRE-commits] [ruby-twitter-stream] 01/01: relax http_parser.rb
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Oct 5 05:09:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-twitter-stream.
commit df0899becf144d47b1f782bd88ba8da8d626cac7
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Oct 5 10:38:38 2015 +0530
relax http_parser.rb
---
debian/patches/relax-http-parser-rb-version.patch | 30 +++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 31 insertions(+)
diff --git a/debian/patches/relax-http-parser-rb-version.patch b/debian/patches/relax-http-parser-rb-version.patch
new file mode 100644
index 0000000..ca61dcc
--- /dev/null
+++ b/debian/patches/relax-http-parser-rb-version.patch
@@ -0,0 +1,30 @@
+Index: ruby-twitter-stream/metadata.yml
+===================================================================
+--- ruby-twitter-stream.orig/metadata.yml
++++ ruby-twitter-stream/metadata.yml
+@@ -54,9 +54,9 @@ dependencies:
+ - !ruby/object:Gem::Version
+ segments:
+ - 0
+- - 5
+- - 1
+- version: 0.5.1
++ - 6
++ - 0
++ version: 0.6.0
+ type: :runtime
+ version_requirements: *id003
+ - !ruby/object:Gem::Dependency
+Index: ruby-twitter-stream/twitter-stream.gemspec
+===================================================================
+--- ruby-twitter-stream.orig/twitter-stream.gemspec
++++ ruby-twitter-stream/twitter-stream.gemspec
+@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
+
+ s.add_runtime_dependency('eventmachine', ">= 0.12.8")
+ s.add_runtime_dependency('simple_oauth', '~> 0.3.1')
+- s.add_runtime_dependency('http_parser.rb', '~> 0.5.1')
++ s.add_runtime_dependency('http_parser.rb', '~> 0.6.0')
+ s.add_development_dependency('rspec', "~> 2.5.0")
+
+ s.files = `git ls-files`.split("\n")
diff --git a/debian/patches/series b/debian/patches/series
index f854971..dc4680b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
test_rspec_remove_gems.patch
ruby22.patch
relax-simeple-oauth-version.patch
+relax-http-parser-rb-version.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-twitter-stream.git
More information about the Pkg-ruby-extras-commits
mailing list