Sha256: f347990fc86047d996aeb1eebb9d54b5d2389f8ead599e86134bca21934535b6

Contents?: true

Size: 337 Bytes

Versions: 41

Compression:

Stored size: 337 Bytes

Contents

# frozen_string_literal: true

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

41 entries across 41 versions & 4 rubygems

Version Path
grape-swagger-entity-0.5.5 Rakefile
grape-swagger-entity-0.5.4 Rakefile
grape-entity-1.0.1 Rakefile
grape-swagger-entity-0.5.3 Rakefile
grape-swagger-entity-0.5.2 Rakefile
grape-swagger-1.6.1 Rakefile
grape-swagger-1.6.0 Rakefile
grape-entity-1.0.0 Rakefile
gitlab-grape-swagger-1.5.0 Rakefile
grape-entity-0.10.2 Rakefile
grape-swagger-1.5.0 Rakefile
grape-entity-0.10.1 Rakefile
grape-swagger-1.4.2 Rakefile
grape-swagger-1.4.1 Rakefile
grape-entity-0.10.0 Rakefile
grape-entity-0.9.0 Rakefile
grape-swagger-1.4.0 Rakefile
grape-entity-0.8.2 Rakefile
grape-swagger-1.3.1 Rakefile
grape-swagger-1.3.0 Rakefile