Sha256: 685480621ad025394d6bd4cbc8b763783c10f82e8399ca3b867099d0ebbb132e

Contents?: true

Size: 427 Bytes

Versions: 11

Compression:

Stored size: 427 Bytes

Contents

# Copyright (c) 2020 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rake/extensiontask'

CLOBBER << 'shared_libraries/*'

Dir['ext/cs__*'].each do |extension|
  name = extension.split('/')[1]
  Rake::ExtensionTask.new name do |ext|
    ext.lib_dir = "lib/#{ name }"
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
contrast-agent-3.12.2 Rakefile
contrast-agent-3.12.1 Rakefile
contrast-agent-3.12.0 Rakefile
contrast-agent-3.11.0 Rakefile
contrast-agent-3.10.2 Rakefile
contrast-agent-3.10.1 Rakefile
contrast-agent-3.10.0 Rakefile
contrast-agent-3.9.1 Rakefile
contrast-agent-3.9.0 Rakefile
contrast-agent-3.8.5 Rakefile
contrast-agent-3.8.4 Rakefile