Sha256: a125d1d5ffd88fb1b0255758538dfc05ec9a6a194bff61a47b6f007e7bad9640

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.4'
  s.add_dependency 'faraday'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-forter-1.2.4 workarea-forter.gemspec
workarea-forter-1.2.3 workarea-forter.gemspec
workarea-forter-1.2.2 workarea-forter.gemspec