Sha256: 0bd612c2a956741cbc0e602904705bd0096d5451be55d10334e617ec04cad053

Contents?: true

Size: 326 Bytes

Versions: 6

Compression:

Stored size: 326 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-wmctrl'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fusuma-plugin-wmctrl-0.4.0 Rakefile
fusuma-plugin-wmctrl-0.4.0.pre2 Rakefile
fusuma-plugin-wmctrl-0.4.0.pre Rakefile
fusuma-plugin-wmctrl-0.3.0 Rakefile
fusuma-plugin-wmctrl-0.2.0 Rakefile
fusuma-plugin-wmctrl-0.1.0 Rakefile