Sha256: 1ee043858bedb3042b0380ebf9d3aba8550123a76f1f116308a61dc4886e4930

Contents?: true

Size: 876 Bytes

Versions: 7

Compression:

Stored size: 876 Bytes

Contents

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.1'
  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.3.6 omniauth-vkontakte.gemspec
omniauth-vkontakte-1.3.5 omniauth-vkontakte.gemspec
omniauth-vkontakte-1.3.4 omniauth-vkontakte.gemspec
omniauth-vkontakte-1.3.3 omniauth-vkontakte.gemspec
omniauth-vkontakte-1.3.2 omniauth-vkontakte.gemspec
omniauth-vkontakte-1.3.1 omniauth-vkontakte.gemspec
omniauth-vkontakte-1.3.0 omniauth-vkontakte.gemspec