Sha256: 8f625a72f64f4c3272009d60f3864c33ec732b11d35ee71ef321b0a1b994a5f9
Contents?: true
Size: 974 Bytes
Versions: 1
Compression:
Stored size: 974 Bytes
Contents
# encoding: UTF-8 require File.expand_path('../lib/omniauth-indieauth/version', __FILE__) Gem::Specification.new do |s| s.name = 'omniauth-indieauth' s.version = OmniAuth::IndieAuth::VERSION s.authors = ['Aaron Parecki'] s.email = ['aaron@parecki.com'] s.homepage = 'https://github.com/aaronpk/omniauth-indieauth' s.license = 'Apache 2.0' s.summary = 'IndieAuth adapter for OmniAuth.' s.description = 'An OmniAuth strategy to allow you to authenticate '\ 'using IndieAuth.com.' s.rubyforge_project = 'omniauth-indieauth' 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.add_runtime_dependency 'omniauth', '~> 1.0' s.add_runtime_dependency 'faraday', '~> 0.9.0' s.add_dependency 'microformats2', '>= 2.0.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-indieauth-0.1.3 | omniauth-indieauth.gemspec |