Sha256: 6da2d3fdec3a71d10591a5cda0a77b5e69afd711652b8e046f4b407b7f96144a

Contents?: true

Size: 1.32 KB

Versions: 12

Compression:

Stored size: 1.32 KB

Contents

# coding: utf-8

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'datadog/appsec/waf/version'

Gem::Specification.new do |spec|
  spec.name                  = 'libddwaf'
  spec.version               = Datadog::AppSec::WAF::VERSION::STRING
  spec.required_ruby_version = [">= #{Datadog::AppSec::WAF::VERSION::MINIMUM_RUBY_VERSION}"]
  spec.required_rubygems_version = '>= 2.0.0'
  spec.authors               = ['Datadog, Inc.']
  spec.email                 = ['dev@datadoghq.com']

  spec.summary     = 'Datadog WAF'
  spec.description = <<-EOS.gsub(/^[\s]+/, '')
    libddwaf packages a WAF implementation in C++, exposed to Ruby
  EOS

  spec.homepage = 'https://github.com/DataDog/libddwaf-rb'
  spec.license  = 'BSD-3-Clause'

  if spec.respond_to?(:metadata)
    spec.metadata['allowed_push_host'] = 'https://rubygems.org'
  else
    raise 'RubyGems 2.0 or newer is required to protect against public gem pushes.'
  end

  spec.files =
    `git ls-files -z`
    .split("\x0")
    .reject { |f| f.match(%r{^(spec|[.]circleci)/}) }
    .reject do |f|
      ['.dockerignore', '.env', '.rspec', '.rubocop.yml', '.rubocop_todo.yml',
      '.simplecov', 'Gemfile', 'Rakefile', 'docker-compose.yml'].include?(f)
    end
  spec.require_paths = ['lib']

  spec.add_dependency 'ffi', '~> 1.0'
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
libddwaf-1.18.0.0.0 libddwaf.gemspec
libddwaf-1.15.0.0.0 libddwaf.gemspec
libddwaf-1.14.0.0.0 libddwaf.gemspec
libddwaf-1.11.0.0.0 libddwaf.gemspec
libddwaf-1.10.0.0.0 libddwaf.gemspec
libddwaf-1.9.0.0.1 libddwaf.gemspec
libddwaf-1.9.0.0.0 libddwaf.gemspec
libddwaf-1.8.2.0.0 libddwaf.gemspec
libddwaf-1.7.0.0.0 libddwaf.gemspec
libddwaf-1.6.2.0.0 libddwaf.gemspec
libddwaf-1.5.1.0.1 libddwaf.gemspec
libddwaf-1.5.1.0.0 libddwaf.gemspec