1 Star 0 Fork 2

hkk / omniauth-oauth2

forked from Gitee 组 / omniauth-oauth2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
omniauth-oauth2.gemspec 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/omniauth-oauth2/version', __FILE__)
Gem::Specification.new do |gem|
gem.add_dependency 'omniauth', '~> 1.0'
gem.add_dependency 'oauth2', '~> 0.9.0'
gem.add_development_dependency 'rspec', '~> 2.7'
gem.add_development_dependency 'rack-test'
gem.add_development_dependency 'webmock'
gem.add_development_dependency 'simplecov'
gem.authors = ["Michael Bleigh"]
gem.email = ["michael@intridea.com"]
gem.description = %q{An abstract OAuth2 strategy for OmniAuth.}
gem.summary = %q{An abstract OAuth2 strategy for OmniAuth.}
gem.homepage = "https://github.com/intridea/omniauth-oauth2"
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-oauth2"
gem.require_paths = ["lib"]
gem.version = OmniAuth::OAuth2::VERSION
end
1
https://gitee.com/hkk2016/omniauth-oauth2.git
git@gitee.com:hkk2016/omniauth-oauth2.git
hkk2016
omniauth-oauth2
omniauth-oauth2
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891