summaryrefslogtreecommitdiff
path: root/dev-ruby/json-schema/files/json-schema-5.2.2-remove-dev-tasks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/json-schema/files/json-schema-5.2.2-remove-dev-tasks.patch')
-rw-r--r--dev-ruby/json-schema/files/json-schema-5.2.2-remove-dev-tasks.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/json-schema/files/json-schema-5.2.2-remove-dev-tasks.patch b/dev-ruby/json-schema/files/json-schema-5.2.2-remove-dev-tasks.patch
deleted file mode 100644
index 4f751f118734..000000000000
--- a/dev-ruby/json-schema/files/json-schema-5.2.2-remove-dev-tasks.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Remove voxpupuli-rubocop and github_changelog_generator dev task blocks.
-Developer linting is not our concern when testing the package for compatibility.
-
---- a/Rakefile
-+++ b/Rakefile
-@@ -58,23 +58,3 @@ end
- task update: %i[update_common_tests update_meta_schemas]
-
--begin
-- require 'voxpupuli/rubocop/rake'
--rescue LoadError
-- # the voxpupuli-rubocop gem is optional
--end
--
- task default: :test
--
--begin
-- require 'rubygems'
-- require 'github_changelog_generator/task'
--rescue LoadError
--else
-- GitHubChangelogGenerator::RakeTask.new :changelog do |config|
-- config.exclude_labels = %w{duplicate question invalid wontfix wont-fix skip-changelog dependencies}
-- config.user = 'voxpupuli'
-- config.project = 'json-schema'
-- gem_version = Gem::Specification.load("#{config.project}.gemspec").version
-- config.future_release = "v#{gem_version}"
-- end
--end