Sha256: 61f8a3676acbc540fff9cc7866043249d9058921bef3965f0247d6b6d15a5188
Contents?: true
Size: 771 Bytes
Versions: 3
Compression:
Stored size: 771 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "omniauth/cobot/version" Gem::Specification.new do |s| s.name = "omniauth_cobot" s.summary = "OmniAuth strategy for Cobot" s.email = "alex@cobot.me" s.homepage = "http://github.com/cobot/omniauth_cobot" s.description = "OmniAuth strategy for Cobot" s.authors = ["Alexander Lang"] s.version = OmniAuth::Cobot::VERSION s.platform = Gem::Platform::RUBY s.add_dependency 'omniauth-oauth2' s.add_development_dependency 'rake' 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"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
omniauth_cobot-0.0.3 | omniauth_cobot.gemspec |
omniauth_cobot-0.0.2 | omniauth_cobot.gemspec |
omniauth_cobot-0.0.1 | omniauth_cobot.gemspec |