From ae8a5d965779e88ec96623483301a1a1fb9c3e24 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 4 May 2025 10:16:38 +0900 Subject: [PATCH 1/2] Fix repository links in README and gemspec --- README.md | 4 ++-- pycall.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbc0982..689ac3b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # PyCall: Calling Python functions from the Ruby language -[![Build Status](https://github.com/mrkn/pycall.rb/workflows/CI/badge.svg)](https://github.com/mrkn/pycall.rb/actions?query=workflow%3ACI) +[![Build Status](https://github.com/red-data-tools/pycall.rb/workflows/CI/badge.svg)](https://github.com/red-data-tools/pycall.rb/actions?query=workflow%3ACI) [![Build status](https://ci.appveyor.com/api/projects/status/0fad23u4qj1yr49e/branch/master?svg=true)](https://ci.appveyor.com/project/mrkn/pycall-rb/branch/master) This library provides the features to directly call and partially interoperate @@ -228,7 +228,7 @@ version, push git commits and tags, and push the `.gem` file to ## Contributing Bug reports and pull requests are welcome on GitHub at -https://github.com/mrkn/pycall.rb. +https://github.com/red-data-tools/pycall.rb. ## Acknowledgement diff --git a/pycall.gemspec b/pycall.gemspec index ef8a9b3..bb699ad 100644 --- a/pycall.gemspec +++ b/pycall.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |spec| spec.summary = %q{pycall} spec.description = %q{pycall} - spec.homepage = "https://github.com/mrkn/pycall" + spec.homepage = "https://github.com/red-data-tools/pycall.rb" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| From ec43e09705d0a15c922159ec0aec7b8fd87f3833 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 4 May 2025 10:18:25 +0900 Subject: [PATCH 2/2] Remove AppVeyor build status badge This badge is not working --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 689ac3b..da74619 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ # PyCall: Calling Python functions from the Ruby language [![Build Status](https://github.com/red-data-tools/pycall.rb/workflows/CI/badge.svg)](https://github.com/red-data-tools/pycall.rb/actions?query=workflow%3ACI) -[![Build status](https://ci.appveyor.com/api/projects/status/0fad23u4qj1yr49e/branch/master?svg=true)](https://ci.appveyor.com/project/mrkn/pycall-rb/branch/master) This library provides the features to directly call and partially interoperate with Python from the Ruby language. You can import arbitrary Python modules