[DRE-commits] [ruby-twitter] 01/01: simple_oauth does not install a gemspec
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Aug 6 07:54:25 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.
commit 12b3a5c1f2d8b080ca7fc2ce98c1321b3860454c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Aug 6 13:23:06 2015 +0530
simple_oauth does not install a gemspec
got to fix that
---
.../loosen-simple-oauth-dependency-version.patch | 30 ----------------------
debian/patches/series | 1 -
2 files changed, 31 deletions(-)
diff --git a/debian/patches/loosen-simple-oauth-dependency-version.patch b/debian/patches/loosen-simple-oauth-dependency-version.patch
deleted file mode 100644
index 5da6c21..0000000
--- a/debian/patches/loosen-simple-oauth-dependency-version.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: loosen simple_oauth dependency
- Don't break for bugfix releases
-Forwarded: yes, https://github.com/sferik/twitter/issues/713
-
-Index: ruby-twitter/metadata.yml
-===================================================================
---- ruby-twitter.orig/metadata.yml
-+++ ruby-twitter/metadata.yml
-@@ -146,7 +146,7 @@ dependencies:
- requirements:
- - - "~>"
- - !ruby/object:Gem::Version
-- version: 0.3.0
-+ version: '0.3'
- type: :runtime
- prerelease: false
- version_requirements: !ruby/object:Gem::Requirement
-Index: ruby-twitter/twitter.gemspec
-===================================================================
---- ruby-twitter.orig/twitter.gemspec
-+++ ruby-twitter/twitter.gemspec
-@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
- spec.add_dependency 'json', '~> 1.8'
- spec.add_dependency 'memoizable', '~> 0.4.0'
- spec.add_dependency 'naught', '~> 1.0'
-- spec.add_dependency 'simple_oauth', '~> 0.3.0'
-+ spec.add_dependency 'simple_oauth', '~> 0.3'
- spec.add_development_dependency 'bundler', '~> 1.0'
- spec.authors = ['Erik Michaels-Ober', 'John Nunemaker', 'Wynn Netherland', 'Steve Richert', 'Steve Agalloco']
- spec.description = 'A Ruby interface to the Twitter API.'
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 83fd914..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-loosen-simple-oauth-dependency-version.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-twitter.git
More information about the Pkg-ruby-extras-commits
mailing list