Sha256: 8b77997762e09ee31472075d36c7f3e25f89d1bd6b44e4b4fc4648a393f81d71
Contents?: true
Size: 431 Bytes
Versions: 5
Compression:
Stored size: 431 Bytes
Contents
begin require "bundler/setup" rescue LoadError puts "You must `gem install bundler` and `bundle install` to run rake tasks" end Bundler::GemHelper.install_tasks require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) task :default do system "bundle exec rspec spec" end task :check do system "coveralls report" system "rubocop" system "inch --pedantic" system "metric_fu" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
hexx-2.2.0 | Rakefile |
hexx-2.1.0 | Rakefile |
hexx-2.0.2 | Rakefile |
hexx-2.0.1 | Rakefile |
hexx-2.0.0 | Rakefile |