diff --git a/0001-fix-lint.patch b/0001-fix-lint.patch new file mode 100644 index 0000000000000000000000000000000000000000..17a5a1294b1767085c7c54a1650666fe2d1bf7c8 --- /dev/null +++ b/0001-fix-lint.patch @@ -0,0 +1,22 @@ +From 47c54b5525ff26fca2a70c142ed563d5c4a98000 Mon Sep 17 00:00:00 2001 +From: geemus +Date: Thu, 21 Nov 2024 22:38:07 +0000 +Subject: [PATCH] fix lint + +--- + faraday-excon.gemspec | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/faraday-excon.gemspec b/faraday-excon.gemspec +index dce187d..0d210e3 100644 +--- a/faraday-excon.gemspec ++++ b/faraday-excon.gemspec +@@ -19,7 +19,7 @@ Gem::Specification.new do |spec| + spec.metadata['rubygems_mfa_required'] = 'true' + spec.metadata['source_code_uri'] = 'https://github.com/excon/faraday-excon' + spec.metadata['changelog_uri'] = "https://github.com/excon/faraday-excon/releases/tag/v#{spec.version}" +- spec.metadata["funding_uri"] = "https://github.com/sponsors/geemus" ++ spec.metadata['funding_uri'] = 'https://github.com/sponsors/geemus' + + spec.files = Dir.glob('lib/**/*') + %w[README.md LICENSE.md] + spec.require_paths = ['lib'] diff --git a/rubygem-faraday-excon.spec b/rubygem-faraday-excon.spec index 165faf7a4d683737ea4fcf8b4870d7ee59d3d6de..cc212a0e8b5c23675ec6738417ea7732f771f4c2 100644 --- a/rubygem-faraday-excon.spec +++ b/rubygem-faraday-excon.spec @@ -3,11 +3,14 @@ Name: rubygem-faraday-excon Version: 1.1.0 -Release: 1 +Release: 2 Summary: Faraday adapter for Excon License: MIT URL: https://github.com/lostisland/faraday-excon Source0: https://rubygems.org/gems/faraday-excon-1.1.0.gem + +Patch1: 0001-fix-lint.patch + BuildArch: noarch BuildRequires: ruby @@ -70,5 +73,8 @@ fi %{gem_docdir}/* %changelog +* Fri Apr 18 2025 maxin - 1.1.0-2 +- fix lint + * Tue Aug 17 2021 baizhonggui - 1.1.0-1 - Package init