Sha256: 14a66043e5ae7a582cbf6ce1959fc8371d9f0d01604536c389dc42cb17b85521
Contents?: true
Size: 808 Bytes
Versions: 2
Compression:
Stored size: 808 Bytes
Contents
require File.expand_path('../lib/omniauth-vkontakte/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Anton Maminov"] gem.email = ["anton.linux@gmail.com"] gem.description = %q{Unofficial VKontakte strategy for OmniAuth 1.0} gem.summary = %q{Unofficial VKontakte strategy for OmniAuth 1.0} gem.homepage = "https://github.com/mamantoha/omniauth-vkontakte" 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-vkontakte" gem.require_paths = ["lib"] gem.version = OmniAuth::Vkontakte::VERSION gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.2' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omniauth-vkontakte-1.4.1 | omniauth-vkontakte.gemspec |
omniauth-vkontakte-1.4.0 | omniauth-vkontakte.gemspec |