Sha256: 14da687a63280cae263d51e63156205bcdd720fb2e878a00e774234c56f5954b

Contents?: true

Size: 232 Bytes

Versions: 33

Compression:

Stored size: 232 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new(:test) do |t|
  t.libs << "test"
  t.libs << "lib"
  t.test_files = FileList["test/**/test_*.rb"]
end

require "standard/rake"

task default: %i[test standard]

Version data entries

33 entries across 33 versions & 4 rubygems

Version Path
positioning-0.4.4 Rakefile
positioning-0.4.3 Rakefile
positioning-0.4.2 Rakefile
positioning-0.4.1 Rakefile
positioning-0.4.0 Rakefile
positioning-0.3.0 Rakefile
feed2gram-1.3.0 Rakefile
positioning-0.2.6 Rakefile
feed2gram-1.2.4 Rakefile
positioning-0.2.5 Rakefile
positioning-0.2.4 Rakefile
positioning-0.2.3 Rakefile
feed2thread-1.0.0 Rakefile
positioning-0.2.1 Rakefile
positioning-0.2.0 Rakefile
positioning-0.1.7 Rakefile
positioning-0.1.6 Rakefile
positioning-0.1.5 Rakefile
positioning-0.1.4 Rakefile
positioning-0.1.3 Rakefile