forked from mamantoha/omniauth-vkontakte
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathomniauth-vkontakte.gemspec
More file actions
21 lines (18 loc) · 904 Bytes
/
omniauth-vkontakte.gemspec
File metadata and controls
21 lines (18 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/omniauth-vkontakte/version', __FILE__)
Gem::Specification.new do |gem|
gem.add_dependency 'omniauth', '~> 1.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