Sha256: 4b83f705612a1eccb510e82d5b343d926dc18ba1d42c87a677bc18611f93b41c

Contents?: true

Size: 356 Bytes

Versions: 33

Compression:

Stored size: 356 Bytes

Contents

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

desc 'Run tests'
RSpec::Core::RakeTask.new(:spec)

desc 'Run Rubocop on the gem'
RuboCop::RakeTask.new(:rubocop) do |task|
  task.patterns = ['lib/**/*.rb', 'spec/**/*.rb', 'bin/**/*']
  task.fail_on_error = true
end

task default: [:spec, :rubocop, :build, :install]

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
githubchart-3.3.1 Rakefile
githubchart-3.3.0 Rakefile
githubchart-3.2.0 Rakefile
githubchart-3.1.1 Rakefile
githubchart-3.1.0 Rakefile
githubchart-2.1.0 Rakefile
githubchart-2.0.1 Rakefile
githubchart-2.0.0 Rakefile
gemplate-2.0.5 Rakefile
githubchart-1.1.0 Rakefile
gemplate-2.0.4 Rakefile
gemplate-2.0.3 Rakefile
gemplate-2.0.2 Rakefile
gemplate-2.0.0 Rakefile
gemplate-1.1.2 Rakefile
gemplate-1.1.1 Rakefile
githubchart-1.0.1 Rakefile
gemplate-1.1.0 Rakefile
gemplate-1.0.2 Rakefile
gemplate-1.0.1 Rakefile