Sha256: cdecbbff9b46aa1450db512b34d6baa9a1f1b92edcb91464edf25c8e202bc5ea

Contents?: true

Size: 260 Bytes

Versions: 11

Compression:

Stored size: 260 Bytes

Contents

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

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

require 'rake/extensiontask'

task build: :compile

Rake::ExtensionTask.new('magro') do |ext|
  ext.lib_dir = 'lib/magro'
end

task default: %i[clobber compile spec]

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
magro-0.5.1 Rakefile
magro-0.5.0 Rakefile
magro-0.4.3 Rakefile
magro-0.4.2 Rakefile
magro-0.4.1 Rakefile
magro-0.4.0 Rakefile
magro-0.3.0 Rakefile
magro-0.2.0 Rakefile
magro-0.1.2 Rakefile
magro-0.1.1 Rakefile
magro-0.1.0 Rakefile