Sha256: 490854a06aa97e3937f9a5f5aac0d26113149664168249532914dc2aba1c4804
Contents?: true
Size: 640 Bytes
Versions: 2
Compression:
Stored size: 640 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" 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.5 | omniauth-avvo.gemspec |
omniauth-avvo-0.0.4 | omniauth-avvo.gemspec |