Sha256: a440c29c17e2a3b5bb05c58e1995b6dcda0c1376ac9fe40456213fe407fd0f92

Contents?: true

Size: 1.02 KB

Versions: 4

Compression:

Stored size: 1.02 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "omniauth-steemconnect"
  spec.version       = Omniauth::Steemconnect::VERSION
  spec.authors       = ["Juan Lebrijo"]
  spec.email         = ["juan@lebrijo.com"]

  spec.summary       = 'Omniauth2 Strategy for SteemConnect'
  spec.description   = 'Omniauth2 Strategy for SteemConnect'
  spec.homepage      = "http://lebrijo.com"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

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

  spec.add_development_dependency "bundler", "~> 1.14"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omniauth-steemconnect-0.1.3 omniauth-steemconnect.gemspec
omniauth-steemconnect-0.1.2 omniauth-steemconnect.gemspec
omniauth-steemconnect-0.1.1 omniauth-steemconnect.gemspec
omniauth-steemconnect-0.1.0 omniauth-steemconnect.gemspec