Sha256: 22247457b0f2f8bf0611738df79f82cc64e7fb7a1045a605d78dc87d95c95fe1

Contents?: true

Size: 469 Bytes

Versions: 18

Compression:

Stored size: 469 Bytes

Contents

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

$stdout.sync = true

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

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

18 entries across 18 versions & 1 rubygems

Version Path
contrast-agent-7.6.1 Rakefile
contrast-agent-7.6.0 Rakefile
contrast-agent-7.5.0 Rakefile
contrast-agent-7.4.1 Rakefile
contrast-agent-7.4.0 Rakefile
contrast-agent-7.3.2 Rakefile
contrast-agent-7.3.1 Rakefile
contrast-agent-7.3.0 Rakefile
contrast-agent-7.2.0 Rakefile
contrast-agent-7.1.0 Rakefile
contrast-agent-7.0.0 Rakefile
contrast-agent-6.15.3 Rakefile
contrast-agent-6.15.2 Rakefile
contrast-agent-6.15.1 Rakefile
contrast-agent-6.15.0 Rakefile
contrast-agent-6.14.0 Rakefile
contrast-agent-6.13.0 Rakefile
contrast-agent-6.12.0 Rakefile