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'
|