Sha256: b6422d622d58012715deede016ebbcfa67bd6f12712f1ba296632f1ae2a1d572

Contents?: true

Size: 654 Bytes

Versions: 3

Compression:

Stored size: 654 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)

require "workarea/forter/version"

Gem::Specification.new do |s|
  s.name        = "workarea-forter"
  s.version     = Workarea::Forter::VERSION
  s.authors     = ["Jeff Yucis"]
  s.email       = ["jyucis@weblinc.com"]
  s.homepage    = "https://github.com/workarea-commerce/workarea-forter"
  s.summary     = "Forter Fraud Protection integration with Workarea"
  s.description = "Forter Integration with Workarea for Fraud Protection "
  s.files       = `git ls-files`.split("\n")
  s.license = 'Business Software License'

  s.add_dependency 'workarea', '~> 3.x', '>= 3.5'
  s.add_dependency 'faraday'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-forter-1.3.2 workarea-forter.gemspec
workarea-forter-1.3.1 workarea-forter.gemspec
workarea-forter-1.3.0 workarea-forter.gemspec