File: remove-git-gemspec.patch

package info (click to toggle)
ruby-omniauth-azure-oauth2 0.0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 160 kB
  • sloc: ruby: 318; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 773 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove usage of git in gemspec
Author: Balasankar C <balasankarc@autistici.org>
Last-Update: 2016-01-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/omniauth-azure-oauth2.gemspec
+++ b/omniauth-azure-oauth2.gemspec
@@ -8,9 +8,6 @@
   gem.summary       = %q{An Windows Azure Active Directory OAuth2 strategy for OmniAuth}
   gem.homepage      = "https://github.com/KonaTeam/omniauth-azure-oauth2"
 
-  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
-  gem.files         = `git ls-files`.split("\n")
-  gem.test_files    = `git ls-files -- {spec}/*`.split("\n")
   gem.name          = "omniauth-azure-oauth2"
   gem.require_paths = ["lib"]
   gem.version       = OmniAuth::AzureOauth2::VERSION