Commit df4cc9e1e4a35dd40f8575ba75640b433c55f4bd

Authored by Matheus de Sousa Faria
1 parent a0e8292a
Exists in master

Ignore temp ~ files

Showing 2 changed files with 1 additions and 23 deletions   Show diff stats
.gitignore
... ... @@ -16,3 +16,4 @@ test/tmp
16 16 test/version_tmp
17 17 tmp
18 18 *.swp
  19 +*~
... ...
omniauth-env.gemspec~
... ... @@ -1,23 +0,0 @@
1   -# coding: utf-8
2   -require File.expand_path('../lib/omniauth-env/version', __FILE__)
3   -
4   -Gem::Specification.new do |spec|
5   - spec.name = "omniauth-env"
6   - spec.version = Omniauth::Env::VERSION
7   - spec.authors = ["Shahaf Arad"]
8   - spec.email = ["shahaf2a@gmail.com"]
9   - spec.description = %q{REMOTE_USER strategy for omniauth.}
10   - spec.summary = %q{REMOTE_USER strategy for omniauth.}
11   - spec.homepage = "https://github.com/av3r4ge/omniauth-env"
12   -
13   - spec.files = `git ls-files`.split($/)
14   - spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
15   - spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
16   - spec.require_paths = ["lib"]
17   -
18   - spec.add_runtime_dependency 'omniauth', '~> 1.0'
19   - spec.add_runtime_dependency 'gitlab_omniauth-ldap', '~> 1.0.3'
20   -
21   - spec.add_development_dependency "bundler", "~> 1.3"
22   - spec.add_development_dependency "rake"
23   -end