Sha256: fb2f832066370faa693f46623b0bef0caa996376ec4af6b46ca487f79d053548

Contents?: true

Size: 253 Bytes

Versions: 1

Compression:

Stored size: 253 Bytes

Contents

# Run the Rakefile in the root of the gem (where the gemspec is)


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

Rake::TestTask.new do |t|
  t.test_files = FileList['test/**/*.rb']
end

task :default => [:test]
task :release => [:build, :install]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
weather-random-0.1.0 Rakefile