Sha256: 7aaa21ca29f5b36f5a2e62e03d574a9608e228ab7598c6736c50e40f5c70ca4f

Contents?: true

Size: 280 Bytes

Versions: 3

Compression:

Stored size: 280 Bytes

Contents

require 'bundler/gem_tasks'

begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new(:spec)

  task :default => [:spec, :build]
rescue LoadError
end

desc 'Run benchmark against corpus'
task :benchmark do
  `ruby -I lib lib/pascoale/syllable_separator_benchmark.rb`
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pascoale-0.3.2 Rakefile
pascoale-0.3.1 Rakefile
pascoale-0.3.0 Rakefile