Sha256: f9f7afb968301832f111e04819962a651c36eeb81e64145dbd6d506bb765ecc9

Contents?: true

Size: 310 Bytes

Versions: 6

Compression:

Stored size: 310 Bytes

Contents

require 'bundler/gem_tasks'
require 'rubocop/rake_task'
require 'rubygems/package_task'
require 'rspec/core/rake_task'

spec = eval(File.read('habitica-cli.gemspec')) # rubocop:disable Lint/Eval

Gem::PackageTask.new(spec)
RuboCop::RakeTask.new
RSpec::Core::RakeTask.new(:spec)

task default: %w(rubocop spec)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
habitica_cli-1.0.2 Rakefile
habitica_cli-1.0.1 Rakefile
habitica_cli-1.0.0 Rakefile
habitica_cli-0.1.1 Rakefile
habitica_cli-0.1.0 Rakefile
habitica_cli-0.0.1 Rakefile