Sha256: d14acfb1daa0bd922ef4465e0d13f2512d55d4da202f2782b5a47a9b2bab73f3

Contents?: true

Size: 250 Bytes

Versions: 22

Compression:

Stored size: 250 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

22 entries across 22 versions & 1 rubygems

Version Path
tensor_stream-1.0.0 Rakefile
tensor_stream-1.0.0.pre.rc1 Rakefile
tensor_stream-0.9.10 Rakefile
tensor_stream-0.9.9 Rakefile
tensor_stream-0.9.8 Rakefile
tensor_stream-0.9.7 Rakefile
tensor_stream-0.9.6 Rakefile
tensor_stream-0.9.5 Rakefile
tensor_stream-0.9.2 Rakefile
tensor_stream-0.9.1 Rakefile
tensor_stream-0.9.0 Rakefile
tensor_stream-0.8.6 Rakefile
tensor_stream-0.8.5 Rakefile
tensor_stream-0.8.1 Rakefile
tensor_stream-0.8.0 Rakefile
tensor_stream-0.7.0 Rakefile
tensor_stream-0.6.1 Rakefile
tensor_stream-0.6.0 Rakefile
tensor_stream-0.5.1 Rakefile
tensor_stream-0.5.0 Rakefile