Sha256: 6a130bf156f60cb38f709b41247d5775b977eaf18b966276d3d9fa79bce7f611

Contents?: true

Size: 642 Bytes

Versions: 2

Compression:

Stored size: 642 Bytes

Contents

# Provide a simple gemspec so you can easily use your enginex
# project in your rails apps through git.
require File.expand_path('../lib/omniauth/avvo/version', __FILE__)
Gem::Specification.new do |s|
  s.name = "omniauth-avvo"
  s.version = OmniAuth::Avvo::VERSION
  s.description = 'Avvo.com strategy for OmniAuth'
  s.summary = 'Avvo.com strategy for OmniAuth'
  s.add_dependency "omniauth-oauth2", "~> 1.1.0"

  s.author = "Jeff Ching"
  s.email = "ching.jeff@gmail.com"
  s.homepage = "http://github.com/chingor13/omniauth-avvo"
  s.license = "MIT"

  s.files = `git ls-files`.split("\n")
  s.test_files = Dir.glob('test/*_test.rb')
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omniauth-avvo-0.0.3 omniauth-avvo.gemspec
omniauth-avvo-0.0.2 omniauth-avvo.gemspec