Sha256: 5838e35b266628d0918ba434afc5738e8f73f1b182cf59a092214c9e239b0bcb

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Michael Bleigh"]
  gem.email         = ["michael@intridea.com"]
  gem.description   = %q{A generic OAuth (1.0/1.0a) strategy for OmniAuth.}
  gem.summary       = %q{A generic OAuth (1.0/1.0a) strategy for OmniAuth.}
  gem.homepage      = "https://github.com/intridea/omniauth-oauth"

  gem.add_runtime_dependency     'omniauth', '~> 1.0.0.beta1'
  gem.add_runtime_dependency     'oauth'
  gem.add_development_dependency 'rspec', '~> 2.6'
  gem.add_development_dependency 'webmock'
  gem.add_development_dependency 'simplecov'
  gem.add_development_dependency 'rack-test'

  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-oauth"
  gem.require_paths = ["lib"]
  gem.version       = OmniAuth::OAuth::VERSION
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omniauth-oauth-1.0.0.rc1 omniauth-oauth.gemspec
omniauth-oauth-1.0.0.beta1 omniauth-oauth.gemspec