Sha256: 0e34016de65fa1fbbc8682715f456d0d7b753a01ae5686c5b61bece8a6976e2b
Contents?: true
Size: 659 Bytes
Versions: 1
Compression:
Stored size: 659 Bytes
Contents
# frozen_string_literal: true Gem::Specification.new do |gem| gem.name = 'omniauth-vis' gem.version = '0.1.4' # gem.license = 'MIT' gem.summary = 'Helper to connect to Vipassna Identity Server' gem.description = 'This allows you to connect to Vipassana identity server with your ruby app' gem.authors = ['Dhamma workers'] gem.email = ['sebastian.castro@dhamma.org', 'ryan.johnson@dhamma.org'] gem.homepage = 'https://github.com/dhammaorg/omniauth-vis' gem.files = `git ls-files`.split("\n") gem.require_paths = ['lib'] gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-vis-0.1.4 | omniauth-vis.gemspec |