Sha256: bc41b647e83afc7b41698b93b19ad4240ed741bf7f0887ecb832777754b4daaa

Contents?: true

Size: 306 Bytes

Versions: 11

Compression:

Stored size: 306 Bytes

Contents

require 'rubygems'
require 'bundler'

Bundler.setup(:default, :development)

require 'rake'

Bundler::GemHelper.install_tasks

require 'rspec/core'
require 'rspec/core/rake_task'

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

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

task default: %i[spec rubocop]

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
grape-swagger-entity-0.4.0 Rakefile
grape-swagger-entity-0.3.4 Rakefile
grape-swagger-entity-0.3.3 Rakefile
grape-swagger-entity-0.3.2 Rakefile
grape-swagger-entity-0.3.1 Rakefile
grape-swagger-entity-0.3.0 Rakefile
grape-swagger-entity-0.2.5 Rakefile
grape-swagger-entity-0.2.4 Rakefile
grape-swagger-entity-0.2.3 Rakefile
grape-swagger-entity-0.2.2 Rakefile
grape-swagger-entity-0.2.1 Rakefile