Sha256: ccbf00b1b4706d9136d55560c2a7b622ff87b085c1018f17793fb636d9024699

Contents?: true

Size: 251 Bytes

Versions: 7

Compression:

Stored size: 251 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
require "rspec/core/rake_task"
require "standard/rake"
require "coveralls/rake/task"

Coveralls::RakeTask.new

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

task default: %i[standard spec coveralls:push]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mail-notify-1.2.0 Rakefile
mail-notify-1.1.0 Rakefile
mail-notify-1.0.5 Rakefile
mail-notify-1.0.4 Rakefile
mail-notify-1.0.3 Rakefile
mail-notify-1.0.2 Rakefile
mail-notify-1.0.1 Rakefile