From 4d22a999d0b356e9f0f55a49a30add034a3137f2 Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Mon, 11 Sep 2023 16:27:57 -0300 Subject: [PATCH 1/5] Update all gems. --- Gemfile.lock | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7088570..0ce2dde 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,6 +10,7 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) + base64 (0.1.1) diff-lcs (1.5.0) docile (1.4.0) dotenv (2.8.1) @@ -25,7 +26,7 @@ GEM rainbow (3.1.1) rake (13.0.6) regexp_parser (2.8.1) - rexml (3.2.5) + rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -35,11 +36,12 @@ GEM rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.5) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - rubocop (1.53.1) + rubocop (1.56.3) + base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -47,7 +49,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) @@ -58,7 +60,7 @@ GEM rubocop (~> 1.33) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.22.0) + rubocop-rspec (2.24.0) rubocop (~> 1.33) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) From 074600d59082e5070f813b82ab357d63870638b7 Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Mon, 11 Sep 2023 16:28:43 -0300 Subject: [PATCH 2/5] Update Ruby version from 3.1.1 to 3.2.2. --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 94ff29c..be94e6f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.1 +3.2.2 From 641baae93bf95436aa753fc44bf38065343e7577 Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Mon, 11 Sep 2023 16:28:48 -0300 Subject: [PATCH 3/5] Fix issue with linter. --- spec/swift_code_generator_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/swift_code_generator_spec.rb b/spec/swift_code_generator_spec.rb index 57c85d5..76ee88e 100644 --- a/spec/swift_code_generator_spec.rb +++ b/spec/swift_code_generator_spec.rb @@ -51,7 +51,8 @@ def path(arg1, arg2, arg3 = nil) arg1and2 = File.join(arg1, arg2) return Pathname.new(arg1and2) unless arg3 - return Pathname.new(File.join(arg1and2, arg3)) if arg3 + + Pathname.new(File.join(arg1and2, arg3)) if arg3 end it "should generate all necessary directories and files" do From ad12c84a0b549ee15d64e359c3a826d86dfcb281 Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Mon, 11 Sep 2023 16:32:54 -0300 Subject: [PATCH 4/5] Add line breaks. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68e4266..34c5394 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,9 @@ For a list of issues worth tackling check out: https://github.com/rogerluan/arka Forget about 'When did release v2.1.3 go live again?' and 'Is the app ready to be tested yet?' -Statused monitors App Store Connect and send you notifications directly on Slack. Learn more: [statused.com](https://statused.com?ref=arkana) +Statused monitors App Store Connect and send you notifications directly on Slack. + +Learn more: [statused.com](https://statused.com?ref=arkana) # License From ddb6591f85f4136dea32707d890f62ed2b205ca5 Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Mon, 11 Sep 2023 16:40:34 -0300 Subject: [PATCH 5/5] Add funding info. --- .github/funding.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/funding.yml diff --git a/.github/funding.yml b/.github/funding.yml new file mode 100644 index 0000000..c7c3333 --- /dev/null +++ b/.github/funding.yml @@ -0,0 +1 @@ +github: [rogerluan]