[DRE-commits] [ruby-jquery-ui-rails] 01/02: fix gemspec files list issue

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat May 2 06:29:57 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-jquery-ui-rails.

commit 73e1ef241cde6dd9936b6b1d1ec04dbe94663d3c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat May 2 10:48:25 2015 +0530

    fix gemspec files list issue
---
 debian/changelog                      | 6 ++++++
 debian/rails-assets-jquery-ui.gemspec | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4903222..f16161a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-jquery-ui-rails (5.0.3-3) UNRELEASED; urgency=medium
+
+  * Stop generating files list dynamically in gemspec (Closes: #783508)
+
+ -- Pirate Praveen <praveen at debian.org>  Sat, 02 May 2015 10:46:46 +0530
+
 ruby-jquery-ui-rails (5.0.3-2) unstable; urgency=medium
 
   * Re-upload to unstable 
diff --git a/debian/rails-assets-jquery-ui.gemspec b/debian/rails-assets-jquery-ui.gemspec
index d4a41c2..f219909 100644
--- a/debian/rails-assets-jquery-ui.gemspec
+++ b/debian/rails-assets-jquery-ui.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
   spec.summary       = ""
   spec.homepage      = "https://github.com/components/jqueryui"
 
-  spec.files         = `find ./* -type f | cut -b 3-`.split($/)
+  spec.files         = ''
   spec.require_paths = ["lib"]
 
   spec.add_dependency "rails-assets-jquery", ">= 1.6"

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



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