File: gitlab.patch

package info (click to toggle)
ruby-omniauth-ldap 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 27
  • sloc: ruby: 461; makefile: 3
file content (47 lines) | stat: -rw-r--r-- 1,716 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Description: gitlab fork changes
 clone two repos, remove .git and take diff -u
Author: Pirate Praveen <praveen@debian.org>
Last-Updated: 2015-07-22

diff -u omniauth-ldap.intridea/Gemfile omniauth-ldap.gitlabhq/Gemfile
--- omniauth-ldap.intridea/Gemfile	2015-07-22 05:12:06.264856429 -0400
+++ omniauth-ldap.gitlabhq/Gemfile	2015-07-22 05:15:30.975422945 -0400
@@ -3,9 +3,8 @@
 gemspec
 
 group :development, :test do
-  gem 'guard'
-  gem 'guard-rspec'
-  gem 'guard-bundler'
-  gem 'growl'
-  gem 'rb-fsevent'
+  gem 'rspec'
+  gem 'pry'
+  gem 'rake'
+  gem 'rack-test'
 end
Only in omniauth-ldap.gitlabhq/: Gemfile.lock
diff -u omniauth-ldap.intridea/.gitignore omniauth-ldap.gitlabhq/.gitignore
--- omniauth-ldap.intridea/.gitignore	2015-07-22 05:12:06.264856429 -0400
+++ omniauth-ldap.gitlabhq/.gitignore	2015-07-22 05:15:30.974422947 -0400
@@ -1,3 +1,2 @@
 .project
 coverage
-/Gemfile.lock
Only in omniauth-ldap.gitlabhq/: gitlab_omniauth-ldap.gemspec
Common subdirectories: omniauth-ldap.intridea/lib and omniauth-ldap.gitlabhq/lib
Only in omniauth-ldap.intridea/: omniauth-ldap.gemspec
diff -u omniauth-ldap.intridea/README.md omniauth-ldap.gitlabhq/README.md
--- omniauth-ldap.intridea/README.md	2015-07-22 05:12:06.264856429 -0400
+++ omniauth-ldap.gitlabhq/README.md	2015-07-22 05:15:30.975422945 -0400
@@ -1,6 +1,6 @@
-# OmniAuth LDAP
+# GitLab fork | OmniAuth LDAP [![build status](https://secure.travis-ci.org/gitlabhq/omniauth-ldap.png)](https://travis-ci.org/gitlabhq/omniauth-ldap)
 
-== LDAP
+### LDAP
 
 Use the LDAP strategy as a middleware in your application:
 
Common subdirectories: omniauth-ldap.intridea/spec and omniauth-ldap.gitlabhq/spec
Only in omniauth-ldap.gitlabhq/: .travis.yml