Sha256: 80b68e58426dde55f2d1a1c1bacb322cf2006e7b1c88f4ca1e4764a1e846d969
Contents?: true
Size: 230 Bytes
Versions: 2
Compression:
Stored size: 230 Bytes
Contents
require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) begin require "rubocop/rake_task" RuboCop::RakeTask.new task :spec => :rubocop rescue LoadError nil end task :default => :spec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
compact_index_client-2.0.0 | Rakefile |
compact_index_client-0.1.0 | Rakefile |