-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathomniauth-ews.gemspec
27 lines (23 loc) · 948 Bytes
/
omniauth-ews.gemspec
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
# encoding: utf-8
require File.expand_path('../lib/omniauth-ews/version', __FILE__)
Gem::Specification.new do |gem|
gem.add_dependency 'omniauth', '~> 1.0'
gem.add_dependency 'omniauth-http-basic', '~> 1.0'
gem.add_dependency 'viewpoint', '~> 1.0'
gem.add_development_dependency 'rspec', '~> 2.7'
gem.add_development_dependency 'rack-test'
gem.add_development_dependency 'simplecov'
gem.add_development_dependency 'webmock'
gem.add_development_dependency 'yard'
gem.authors = ['Alex rojo']
gem.email = ['[email protected]']
gem.description = %q{Exchange Web Services strategy for OmniAuth.}
gem.summary = gem.description
gem.homepage = 'https://github.com/arojoal/omniauth-ews'
gem.name = 'omniauth-ews'
gem.require_paths = ['lib']
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.version = OmniAuth::Ews::VERSION
gem.license = 'GPL-2.0+'
end