Sha256: d2e9f1f8bdf3fa31635e0e8f80bdd23933ea57f6ef383e29b7dc34c8c73b39a3
Contents?: true
Size: 781 Bytes
Versions: 1
Compression:
Stored size: 781 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path('../lib', __FILE__) require 'omniauth/acton/version' Gem::Specification.new do |s| s.name = 'omniauth-acton' s.version = OmniAuth::Acton::VERSION s.authors = ['Michael Berkovich'] s.email = ['theiceberk@gmail.com'] s.summary = 'OmniAuth strategy for Act-On' s.homepage = 'https://github.com/berk/omniauth-acton' s.description = 'Act-On strategy for SSO using OmniAuth framework' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.require_paths = ['lib'] s.licenses = 'MIT-LICENSE' s.add_runtime_dependency 'omniauth-oauth2', '~> 1.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-acton-1.0.1 | omniauth-acton.gemspec |