Sha256: 8c524010dd3b240a351fc005637b904cb1f859ee7997c5e7f6e7fd742835c7d5
Contents?: true
Size: 163 Bytes
Versions: 6
Compression:
Stored size: 163 Bytes
Contents
# encoding: utf-8 require "bundler/gem_tasks" FileList['tasks/**/*.rake'].each(&method(:import)) desc 'Run all specs' task ci: %w[ spec ] task default: :spec
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
benchmark-perf-0.4.0 | Rakefile |
benchmark-perf-0.3.0 | Rakefile |
benchmark-perf-0.2.1 | Rakefile |
benchmark-perf-0.2.0 | Rakefile |
benchmark-perf-0.1.1 | Rakefile |
benchmark-perf-0.1.0 | Rakefile |