Sha256: 5dab61d3bfe27baa0d73007fc60de090b88a0c6848afa13404e37b8b0ad5cf8b
Contents?: true
Size: 297 Bytes
Versions: 4
Compression:
Stored size: 297 Bytes
Contents
require "bundler/gem_tasks" require 'rake/testtask' Rake::TestTask.new(:test) do |test| test.libs << 'lib' << 'test' test.pattern = 'test/*.rb' test.verbose = true end #require 'rake/testtask' # #Rake::TestTask.new do |t| # t.libs << 'test' #end # #desc "Run tests" #task :default => :test
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
json-stream-path-0.1.0 | Rakefile |
json-stream-path-0.0.3 | Rakefile |
json-stream-path-0.0.2 | Rakefile |
json-stream-path-0.0.1 | Rakefile |