Sha256: 344dda616ddb119f70abd8791e4a0dff6224cb8045d19298d84d47b38c4b5183

Contents?: true

Size: 287 Bytes

Versions: 9

Compression:

Stored size: 287 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec)

Rake::ExtensionTask.new('postfix_status_line_core') do |ext|
  ext.ext_dir = 'ext'
end

task :default => [:spec]
task :spec => [:compile]
task :compile => [:clean]

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
postfix_status_line-0.2.8 Rakefile
postfix_status_line-0.2.7 Rakefile
postfix_status_line-0.2.6 Rakefile
postfix_status_line-0.2.5 Rakefile
postfix_status_line-0.2.4 Rakefile
postfix_status_line-0.2.3 Rakefile
postfix_status_line-0.2.2 Rakefile
postfix_status_line-0.2.1 Rakefile
postfix_status_line-0.2.0 Rakefile