Sha256: 3250eb2f9c9020b5d00bec956c68df8989874ac2ce9db18ec3db9eaeea2b861a

Contents?: true

Size: 200 Bytes

Versions: 5

Compression:

Stored size: 200 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
require "rspec/core/rake_task"

require "rubocop/rake_task"

RuboCop::RakeTask.new

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
html-pipeline-mrkdwn-0.1.4 Rakefile
html-pipeline-mrkdwn-0.1.3 Rakefile
html-pipeline-mrkdwn-0.1.2 Rakefile
html-pipeline-mrkdwn-0.1.1 Rakefile
html-pipeline-mrkdwn-0.1.0 Rakefile