Sha256: b720579486ca3d5fc5829e586d58927291f0f7578a50d675f758eac30f24c995

Contents?: true

Size: 250 Bytes

Versions: 4

Compression:

Stored size: 250 Bytes

Contents

require "bundler/gem_tasks"
require 'rake/extensiontask'
require 'rake/testtask'

Rake::ExtensionTask.new('scrub') do |ext|
  ext.name = 'scrub'
  ext.ext_dir = 'ext/string'
  ext.lib_dir = 'lib/string'
end
Rake::TestTask.new {|t| t.libs << 'test' }

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
fluent-plugin-detect-memb-exceptions-0.0.2 vendor/bundle/ruby/2.0.0/gems/string-scrub-0.0.5/Rakefile
fluent-plugin-detect-memb-exceptions-0.0.1 vendor/bundle/ruby/2.0.0/gems/string-scrub-0.0.5/Rakefile
string-scrub-0.0.5 Rakefile
string-scrub-0.0.4 Rakefile