-
Notifications
You must be signed in to change notification settings - Fork 1
/
omniauth-nk.gemspec
27 lines (23 loc) · 1.1 KB
/
omniauth-nk.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- encoding: utf-8 -*-
$:.push File.expand_path('../lib', __FILE__)
require 'omniauth-nk/version'
Gem::Specification.new do |gem|
gem.name = "omniauth-nk"
gem.version = Omniauth::Nk::VERSION
gem.authors = ["Arkadiusz Kurylowicz, Nasza Klasa Spolka z ograniczona odpowiedzialnoscia"]
gem.date = '2012-05-25'
gem.email = ["arkadiusz.kurylowicz@nasza-klasa.pl"]
gem.description = %q{OmniAuth Strategy for nk.pl using OAuth2}
gem.summary = %q{OmniAuth Strategy for nk.pl using OAuth2}
gem.homepage = "https://github.com/naszaklasa/omniauth-nk"
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.require_paths = ["lib"]
gem.add_dependency 'omniauth', '~> 1.0'
gem.add_dependency 'omniauth-oauth2', '~> 1.0'
gem.add_dependency 'multi_json', '~> 1.0'
gem.add_dependency 'oauth', '~> 0.4.6'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec', '~> 2.8'
end