Sha256: 04c495ed98b1bca9bf24c88a8eec38e567c73869a8fdae027706e4ceb861f3c6

Contents?: true

Size: 1.14 KB

Versions: 4

Compression:

Stored size: 1.14 KB

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'omniauth-ihealth-oauth2/version'

Gem::Specification.new do |gem|
  gem.name          = "omniauth-ihealth-oauth2"
  gem.version       = OmniAuth::IHealthOauth2::VERSION
  gem.authors       = ["Hunter Spinks", "Artur Karbone", "Victor Vargas", "Eric Shelley"]
  gem.email         = ["eirc@webdesignbakery.com"]
  gem.description   = %q{OmniAuth strategy for iHealth.}
  gem.summary       = %q{OmniAuth strategy for iHealth.}
  gem.homepage      = "https://github.com/bartimaeus/omniauth-ihealth-oauth2"
  gem.license       = "MIT"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.2'

  gem.add_development_dependency 'bundler', '>= 1.16', '< 3.0'
  gem.add_development_dependency 'rake', '~> 12.3'
  gem.add_development_dependency 'rspec', '~> 3.6'
  gem.add_development_dependency 'simplecov', '~> 0.16'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omniauth-ihealth-oauth2-1.1.1 omniauth-ihealth-oauth2.gemspec
omniauth-ihealth-oauth2-1.1.0 omniauth-ihealth-oauth2.gemspec
omniauth-ihealth-oauth2-1.0.1 omniauth-ihealth-oauth2.gemspec
omniauth-ihealth-oauth2-1.0.0 omniauth-ihealth-oauth2.gemspec