Sha256: 7622d829f1f06012355991c34373afb0719326765658fbbc5a6795d672e3e35f

Contents?: true

Size: 305 Bytes

Versions: 4

Compression:

Stored size: 305 Bytes

Contents

require 'bundler'
require 'rspec/core/rake_task'
require 'coveralls/rake/task'
require 'yard'

Bundler::GemHelper.install_tasks
RSpec::Core::RakeTask.new(:spec)
Coveralls::RakeTask.new

task :style do
  sh 'rubocop'
end

task :doc do
  sh 'yard'
end

task default: [:spec, :style, :doc, 'coveralls:push']

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ogre-0.1.3 Rakefile
ogre-0.1.2 Rakefile
ogre-0.1.1 Rakefile
ogre-0.1.0 Rakefile