Sha256: f917de357ff1abc86e8528cc0f4941a038ca62d07845d4aff2f4913389a72fd6

Contents?: true

Size: 207 Bytes

Versions: 8

Compression:

Stored size: 207 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"

require "rubocop/rake_task"
RuboCop::RakeTask.new

require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)

task default: %i[rubocop spec]

Version data entries

8 entries across 8 versions & 4 rubygems

Version Path
rongcloud-server-sdk-1.1.0 Rakefile
ruby-sh-2.2.6 Rakefile
exception_notification-lark-notifier-1.0.2 Rakefile
exception_notification-lark-notifier-1.0.1 Rakefile
exception_notification-lark-notifier-1.0.0 Rakefile
rongcloud-server-sdk-1.0.2 Rakefile
rongcloud-server-sdk-1.0.1 Rakefile
dphil-0.1.4 Rakefile