Sha256: 9a938e80f2463562401037d97c5c06e6d54d07de694181e23ee9198cb3a45559
Contents?: true
Size: 330 Bytes
Versions: 3
Compression:
Stored size: 330 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-appmatcher' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fusuma-plugin-appmatcher-0.1.0 | Rakefile |
fusuma-plugin-appmatcher-0.1.0.pre2 | Rakefile |
fusuma-plugin-appmatcher-0.1.0.pre | Rakefile |