Sha256: 8862b8ecebaf9fb9dfbc79243a8e4e479fce37e4398ed4dff54821df67ad4eae

Contents?: true

Size: 190 Bytes

Versions: 7

Compression:

Stored size: 190 Bytes

Contents

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

RSpec::Core::RakeTask.new
RuboCop::RakeTask.new

task default: :travis
task travis: [:spec, :rubocop]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
kintone-0.1.5 Rakefile
kintone-0.1.4 Rakefile
kintone-0.1.3 Rakefile
kintone-0.1.2 Rakefile
kintone-0.1.1 Rakefile
kintone-0.1.0 Rakefile
kintone-0.0.5 Rakefile