forked from fnando/omniauth-citrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathomniauth-citrix.gemspec
24 lines (21 loc) · 945 Bytes
/
omniauth-citrix.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
require "./lib/omniauth-citrix/version"
Gem::Specification.new do |spec|
spec.name = "omniauth-citrix"
spec.version = Omniauth::Citrix::VERSION
spec.authors = ["Nando Vieira"]
spec.email = ["fnando.vieira@gmail.com"]
spec.summary = "OmniAuth strategy for Citrix."
spec.description = spec.summary
spec.homepage = "https://github.com/fnando/omniauth-citrix"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) {|f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
spec.add_runtime_dependency "omniauth-oauth2"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "minitest-utils"
spec.add_development_dependency "pry-meta"
spec.add_development_dependency "mocha"
end