[DRE-commits] [diaspora] 25/257: loosen mobile-fu, bootstrap-sass, gon versions

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Apr 12 14:16:47 UTC 2015


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

praveen pushed a commit to branch master
in repository diaspora.

commit fe70bd39f0d421538b312ed589099976cc7c0686
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri May 2 21:58:47 2014 +0530

    loosen mobile-fu, bootstrap-sass, gon versions
---
 debian/patches/loosen-bootstrap-sass.patch    | 11 +++++++++++
 debian/patches/loosen-gon-version.patch       | 11 +++++++++++
 debian/patches/loosen-mobile-fu-version.patch | 11 +++++++++++
 debian/patches/series                         |  3 +++
 4 files changed, 36 insertions(+)

diff --git a/debian/patches/loosen-bootstrap-sass.patch b/debian/patches/loosen-bootstrap-sass.patch
new file mode 100644
index 0000000..ca7ab52
--- /dev/null
+++ b/debian/patches/loosen-bootstrap-sass.patch
@@ -0,0 +1,11 @@
+--- a/Gemfile
++++ b/Gemfile
+@@ -115,7 +115,7 @@
+ 
+   # CSS
+ 
+-  gem 'bootstrap-sass', '2.2.2.0'
++  gem 'bootstrap-sass', '>= 2.2.2.0'
+   gem 'compass-rails',  '1.0.3'
+   gem 'sass-rails',     '3.2.6'
+ 
diff --git a/debian/patches/loosen-gon-version.patch b/debian/patches/loosen-gon-version.patch
new file mode 100644
index 0000000..6a4cdbb
--- /dev/null
+++ b/debian/patches/loosen-gon-version.patch
@@ -0,0 +1,11 @@
+--- a/Gemfile
++++ b/Gemfile
+@@ -97,7 +97,7 @@
+ # Views
+ 
+ gem 'client_side_validations', '3.2.6'
+-gem 'gon',                     '4.1.1'
++gem 'gon',                     '>= 4.1.1'
+ gem 'haml',                    '4.0.5'
+ gem 'mobile-fu',               '1.2.2'
+ gem 'will_paginate',           '3.0.5'
diff --git a/debian/patches/loosen-mobile-fu-version.patch b/debian/patches/loosen-mobile-fu-version.patch
new file mode 100644
index 0000000..ce93421
--- /dev/null
+++ b/debian/patches/loosen-mobile-fu-version.patch
@@ -0,0 +1,11 @@
+--- a/Gemfile
++++ b/Gemfile
+@@ -99,7 +99,7 @@
+ gem 'client_side_validations', '3.2.6'
+ gem 'gon',                     '>= 4.1.1'
+ gem 'haml',                    '4.0.5'
+-gem 'mobile-fu',               '1.2.2'
++gem 'mobile-fu',               '>= 1.2.2'
+ gem 'will_paginate',           '3.0.5'
+ 
+ # Workarounds
diff --git a/debian/patches/series b/debian/patches/series
index 0c0b110..2b73441 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,3 +18,6 @@ loosen-twitter-version.patch
 loosen-faraday-version.patch
 loosen-fraraday-middleware-version.patch
 loosen-typhoeus-version.patch
+loosen-gon-version.patch
+loosen-mobile-fu-version.patch
+loosen-bootstrap-sass.patch

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



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