-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathomniauth-pls.gemspec
More file actions
24 lines (20 loc) · 943 Bytes
/
omniauth-pls.gemspec
File metadata and controls
24 lines (20 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/omniauth/pls/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Josh Starcher", "David Raffensperger"]
gem.email = ["josh.starcher@gmail.com", "draff8660@gmail.com"]
gem.description = %q{PLS strategy for omniauth}
gem.summary = %q{PLS for omniauth}
gem.homepage = 'https://github.com/CruGlobal/omniauth-pls'
gem.license = 'MIT'
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 -- {test,spec,features}/*`.split("\n")
gem.name = "omniauth-pls"
gem.require_paths = ["lib"]
gem.version = OmniAuth::Pls::VERSION
gem.add_runtime_dependency 'omniauth-oauth2'
gem.add_runtime_dependency 'multi_json'
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'rake'
end