Sha256: 6a3a53566fa2553434d73eefacc96fc924a3b8f0f9fe5a585e3b871d4d65646a

Contents?: true

Size: 902 Bytes

Versions: 7

Compression:

Stored size: 902 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.add_dependency 'omniauth', '~> 1.0'
  gem.add_dependency 'omniauth-oauth2', '~> 1.0'
  gem.add_dependency 'multi_json'

  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
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
omniauth-vkontakte-1.0.6 omniauth-vkontakte.gemspec
omniauth-vkontakte-1.0.5 omniauth-vkontakte.gemspec
omniauth-vkontakte-1.0.4 omniauth-vkontakte.gemspec
omniauth-vkontakte-1.0.3 omniauth-vkontakte.gemspec
omniauth-vkontakte-1.0.2 omniauth-vkontakte.gemspec
omniauth-vkontakte-1.0.1 omniauth-vkontakte.gemspec
omniauth-vkontakte-1.0.0 omniauth-vkontakte.gemspec