Sha256: b7042c920332ce8e33141274cfd38491003fa1fd6f112c9f897cdbcf76ca033c

Contents?: true

Size: 312 Bytes

Versions: 4

Compression:

Stored size: 312 Bytes

Contents

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

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

require 'rubocop/rake_task'

RuboCop::RakeTask.new

require 'yard/rake/yardoc_task'

YARD::Rake::YardocTask.new

# rubocop:disable Style/HashSyntax

task :default => %i[rubocop spec]

# rubocop:enable Style/HashSyntax

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thrift-faraday_transport-1.1.0 Rakefile
thrift-faraday_transport-1.1.0.pre.beta2 Rakefile
thrift-faraday_transport-1.0.1 Rakefile
thrift-faraday_transport-1.0.0 Rakefile