Sha256: 363829f3dc9b0c6ef3b481c987b782b81cfc77f9b9e72df4711b808071cf7091

Contents?: true

Size: 206 Bytes

Versions: 10

Compression:

Stored size: 206 Bytes

Contents

# frozen_string_literal: true

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

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

task default: %w(spec rubocop)

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
synchronized_model-0.3.7 Rakefile
synchronized_model-0.3.6 Rakefile
synchronized_model-0.3.5 Rakefile
synchronized_model-0.3.4 Rakefile
synchronized_model-0.3.3 Rakefile
synchronized_model-0.3.2 Rakefile
adp_client-1.0.0 Rakefile
people_doc-0.2.0 Rakefile
people_doc-0.1.0 Rakefile
adp_client-0.1.0 Rakefile