Sha256: c152f659d010ed80d969256babdf43cf9d257faf4cdf9f28a0887ff5b4782fc6

Contents?: true

Size: 852 Bytes

Versions: 10

Compression:

Stored size: 852 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/omniauth-weibo-oauth2/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = "Bin He"
  gem.email         = "beenhero@gmail.com"
  gem.description   = %q{OmniAuth Oauth2 strategy for weibo.com.}
  gem.summary       = %q{OmniAuth Oauth2 strategy for weibo.com.}
  gem.homepage      = "https://github.com/beenhero/omniauth-weibo-oauth2"
  
  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-weibo-oauth2"
  gem.require_paths = ["lib"]
  gem.version       = OmniAuth::WeiboOauth2::VERSION

  gem.add_dependency 'omniauth', '~> 1.0'
  gem.add_dependency 'omniauth-oauth2', '~> 1.0'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
omniauth-weibo-oauth2-0.4.4 omniauth-weibo-oauth2.gemspec
omniauth-weibo-oauth2-0.4.3 omniauth-weibo-oauth2.gemspec
omniauth-weibo-oauth2-0.4.2 omniauth-weibo-oauth2.gemspec
omniauth-weibo-oauth2-0.4.1 omniauth-weibo-oauth2.gemspec
omniauth-weibo-oauth2-0.4.0 omniauth-weibo-oauth2.gemspec
omniauth-weibo-oauth2-0.3.2 omniauth-weibo-oauth2.gemspec
omniauth-weibo-oauth2-0.3.1 omniauth-weibo-oauth2.gemspec
omniauth-weibo-oauth2-0.3.0 omniauth-weibo-oauth2.gemspec
omniauth-weibo-oauth2-0.2.0 omniauth-weibo-oauth2.gemspec
omniauth-weibo-oauth2-0.1.0 omniauth-weibo-oauth2.gemspec