Sha256: d34b24cc4461ae7b8f6847a979073919c70233537ec2551c95fa005478b56d91

Contents?: true

Size: 323 Bytes

Versions: 8

Compression:

Stored size: 323 Bytes

Contents

# frozen_string_literal: true

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

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

task default: :spec

require 'github_changelog_generator/task'

GitHubChangelogGenerator::RakeTask.new :changelog do |config|
  config.user = 'iberianpig'
  config.project = 'fusuma-plugin-tap'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fusuma-plugin-tap-0.4.0 Rakefile
fusuma-plugin-tap-0.4.0.pre2 Rakefile
fusuma-plugin-tap-0.4.0.pre Rakefile
fusuma-plugin-tap-0.3.2 Rakefile
fusuma-plugin-tap-0.3.1 Rakefile
fusuma-plugin-tap-0.3.0 Rakefile
fusuma-plugin-tap-0.2.0 Rakefile
fusuma-plugin-tap-0.1.3 Rakefile