Sha256: abb1ce102e3be5909c78f72690294405008f1c0a2c3b2dd6b3a22bc206f8424d
Contents?: true
Size: 657 Bytes
Versions: 1
Compression:
Stored size: 657 Bytes
Contents
require File.expand_path("../lib/omniauth-spotify-oauth2/version", __FILE__) Gem::Specification.new do |gem| gem.name = "omniauth-spotify-oauth2" gem.summary = "OmniAuth Strategy for Spotify via OAuth2" gem.description = "OmniAuth Strategy for Spotify via OAuth2" gem.homepage = "https://github.com/jonathantribouharet/omniauth-spotify-oauth2" gem.version = OmniAuth::Spotify::VERSION gem.files = `git ls-files`.split("\n") gem.require_paths = ["lib"] gem.authors = ['Jonathan TRIBOUHARET'] gem.email = 'jonathan.tribouharet@gmail.com' gem.license = 'MIT' gem.platform = Gem::Platform::RUBY gem.add_dependency 'omniauth-oauth2', '~> 1.4' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-spotify-oauth2-1.0.1 | omniauth-spotify-oauth2.gemspec |