Sha256: f1ec289fa5b43915827a27c5704feec328d11d28d79f1a2363dce0255c2c0b41
Contents?: true
Size: 913 Bytes
Versions: 1
Compression:
Stored size: 913 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/omniauth-twingl/version', __FILE__) Gem::Specification.new do |gem| gem.add_dependency 'omniauth-oauth2', '~> 1.0' gem.add_development_dependency 'rspec', '~> 2.7' gem.authors = ["Greg Signal"] gem.email = ["greg@g-s.me"] gem.description = %q{An OmniAuth strategy for authenticating against the Twingl API.} gem.summary = %q{An OmniAuth strategy for authenticating against the Twingl API.} gem.homepage = "https://github.com/twingl/omniauth-twingl" 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-twingl" gem.require_paths = ["lib"] gem.version = OmniAuth::Twingl::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-twingl-0.0.1 | omniauth-twingl.gemspec |