File: remove-git-from-gemspec.diff

package info (click to toggle)
ruby-omniauth 1.3.1-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 324 kB
  • sloc: ruby: 1,896; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 782 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: remove git from the omniauth.gemspec file
Author: Rahulkrishnan R A <rahulkrishnanfs@gmail.com>
Last-Update: 2016-03-12
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/omniauth.gemspec
+++ b/omniauth.gemspec
@@ -10,7 +10,7 @@
   spec.authors       = ['Michael Bleigh', 'Erik Michaels-Ober', 'Tom Milewski']
   spec.description   = 'A generalized Rack framework for multiple-provider authentication.'
   spec.email         = ['michael@intridea.com', 'sferik@gmail.com', 'tmilewski@gmail.com']
-  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.start_with?('spec/') }
+  spec.files         = ''
   spec.homepage      = 'http://github.com/intridea/omniauth'
   spec.licenses      = %w(MIT)
   spec.name          = 'omniauth'