[DRE-commits] [ruby-omniauth-wordpress] 01/03: loosen omniauth-oauth2 dependency to ~> 1.1

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Nov 26 15:07:14 UTC 2014


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

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

commit e36724dde1741e4ef7ed70924c7ad365e89576ae
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Nov 23 18:56:41 2014 +0530

    loosen omniauth-oauth2 dependency to ~> 1.1
---
 .../patches/loosen-omniauth-oauth2-version.patch   | 34 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 35 insertions(+)

diff --git a/debian/patches/loosen-omniauth-oauth2-version.patch b/debian/patches/loosen-omniauth-oauth2-version.patch
new file mode 100644
index 0000000..16bdedc
--- /dev/null
+++ b/debian/patches/loosen-omniauth-oauth2-version.patch
@@ -0,0 +1,34 @@
+Index: ruby-omniauth-wordpress/metadata.yml
+===================================================================
+--- ruby-omniauth-wordpress.orig/metadata.yml
++++ ruby-omniauth-wordpress/metadata.yml
+@@ -16,14 +16,14 @@ dependencies:
+     requirements:
+     - - "~>"
+       - !ruby/object:Gem::Version
+-        version: 1.1.0
++        version: '1.1'
+   type: :runtime
+   prerelease: false
+   version_requirements: !ruby/object:Gem::Requirement
+     requirements:
+     - - "~>"
+       - !ruby/object:Gem::Version
+-        version: 1.1.0
++        version: '1.1'
+ - !ruby/object:Gem::Dependency
+   name: rspec
+   requirement: !ruby/object:Gem::Requirement
+Index: ruby-omniauth-wordpress/omniauth-wordpress.gemspec
+===================================================================
+--- ruby-omniauth-wordpress.orig/omniauth-wordpress.gemspec
++++ ruby-omniauth-wordpress/omniauth-wordpress.gemspec
+@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
+   s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
+   s.require_paths = ["lib"]
+ 
+-  s.add_runtime_dependency 'omniauth-oauth2', '~> 1.1.0'
++  s.add_runtime_dependency 'omniauth-oauth2', '~> 1.1'
+ 
+   s.add_development_dependency 'rspec', '~> 2.7.0'
+   s.add_development_dependency 'rake'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..732422e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+loosen-omniauth-oauth2-version.patch

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



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