Sha256: 087d03500d550776b259469b5a386fb34b7952b71176eb4cb565532851542b9a

Contents?: true

Size: 177 Bytes

Versions: 38

Compression:

Stored size: 177 Bytes

Contents

require 'bundler/gem_tasks'

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

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

task default: [:spec, :rubocop]

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
acme-client-0.6.1 Rakefile
acme-client-0.6.0 Rakefile
acme-client-0.5.5 Rakefile
acme-client-0.5.4 Rakefile
acme-client-0.5.3 Rakefile
acme-client-0.5.2 Rakefile
acme-client-0.5.1 Rakefile
acme-client-0.5.0 Rakefile
acme-client-0.4.1 Rakefile
acme-client-0.4.0 Rakefile
acme-client-0.3.7 Rakefile
acme-client-0.3.6 Rakefile
acme-client-0.3.5 Rakefile
acme-client-0.3.4 Rakefile
acme-client-0.3.3 Rakefile
acme-client-0.3.2 Rakefile
acme-client-0.3.1 Rakefile
acme-client-0.3.0 Rakefile