Sha256: 7820f7f2fdabc6e53be57fb73c783728fa16384110fb84b5db256737b52ce253

Contents?: true

Size: 328 Bytes

Versions: 16

Compression:

Stored size: 328 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-keypress'
end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
fusuma-plugin-keypress-0.4.0 Rakefile
fusuma-plugin-sendkey-0.6.0 Rakefile
fusuma-plugin-keypress-0.4.0.pre2 Rakefile
fusuma-plugin-sendkey-0.6.0.pre2 Rakefile
fusuma-plugin-keypress-0.4.0.pre Rakefile
fusuma-plugin-keypress-0.3.0 Rakefile
fusuma-plugin-sendkey-0.6.0.pre Rakefile
fusuma-plugin-sendkey-0.5.1 Rakefile
fusuma-plugin-sendkey-0.5.0 Rakefile
fusuma-plugin-keypress-0.2.1 Rakefile
fusuma-plugin-sendkey-0.4.0 Rakefile
fusuma-plugin-sendkey-0.3.0 Rakefile
fusuma-plugin-keypress-0.2.0 Rakefile
fusuma-plugin-sendkey-0.2.1 Rakefile
fusuma-plugin-keypress-0.1.1 Rakefile
fusuma-plugin-keypress-0.1.0 Rakefile