Sha256: d70acc8a90d6da92d4bbf9901687562eb2765e98d257a0682078dd98b4703a65
Contents?: true
Size: 179 Bytes
Versions: 26
Compression:
Stored size: 179 Bytes
Contents
require "bundler/gem_tasks" require "rspec/core/rake_task" require "rubocop/rake_task" RuboCop::RakeTask.new RSpec::Core::RakeTask.new(:spec) task :default => [:rubocop, :spec]
Version data entries
26 entries across 26 versions & 2 rubygems
Version | Path |
---|---|
tdc-0.2.3 | Rakefile |
tdc-0.2.2 | Rakefile |
tdc-0.2.1 | Rakefile |
tdc-0.2.0 | Rakefile |
tdc-0.1.2 | Rakefile |
callgraphy-0.2.0 | Rakefile |