Sha256: 9b525c2f3a3dec0337d94e8e52158af0266bc0d84d590edb0e8a988fc5ac0963

Contents?: true

Size: 248 Bytes

Versions: 9

Compression:

Stored size: 248 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"
require "rdoc/task"

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

task default: :spec

RDoc::Task.new do |rdoc|
  rdoc.main = "README.rdoc"
  rdoc.rdoc_files.include("README.rdoc", "lib   /*.rb")
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tensor_stream-1.0.9 Rakefile
tensor_stream-1.0.8 Rakefile
tensor_stream-1.0.7 Rakefile
tensor_stream-1.0.6 Rakefile
tensor_stream-1.0.5 Rakefile
tensor_stream-1.0.4 Rakefile
tensor_stream-1.0.3 Rakefile
tensor_stream-1.0.2 Rakefile
tensor_stream-1.0.1 Rakefile