vinsol/Spree-Gtpay

View on GitHub
spree_gtpay.gemspec

Summary

Maintainability
Test Coverage
# encoding: UTF-8
Gem::Specification.new do |s|
  s.platform    = Gem::Platform::RUBY
  s.name        = 'spree_gtpay'
  s.version     = '1.0.3'
  s.summary     = 'GTPay gateway'
  s.required_ruby_version = '>= 1.9.3'

  s.author    = 'Abhishek Jain'
  s.email     = 'info@vinsol.com'
  s.homepage  = 'http://vinsol.com'
  s.license   = "MIT"

  s.description = "Enable spree store to allow payment via GTPay, a GTBank Payment Gateway for Nigeria"



  s.files = Dir['LICENSE', 'README.md', 'app/**/*', 'config/**/*', 'lib/**/*', 'db/**/*']
  
  s.require_path = 'lib'
  s.requirements << 'none'

  s.add_dependency 'spree_core', '~> 2.0.0'
  s.add_dependency 'delayed_job_active_record', '~> 4.0.0'
end