From c867ee2b20ead714ae3d71222b044d2deead9c70 Mon Sep 17 00:00:00 2001 From: mahmishr Date: Fri, 9 Jan 2026 20:06:55 +0530 Subject: [PATCH 1/3] Create ruby-sdk-versions.json --- ruby-sdk-versions.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ruby-sdk-versions.json diff --git a/ruby-sdk-versions.json b/ruby-sdk-versions.json new file mode 100644 index 0000000..dbe0023 --- /dev/null +++ b/ruby-sdk-versions.json @@ -0,0 +1,18 @@ +{ + "latest_version": "0.0.80", + "minimum_supported_version": "0.0.50", + "versions": [ + { + "version": "0.0.80", + "release_date": "2025-12-01", + "tag_name": "0.0.80", + "download_url": "https://github.com/CyberSource/cybersource-rest-client-ruby/archive/refs/tags/v0.0.81.zip" + } + ], + "repository": { + "owner": "CyberSource", + "repo": "cybersource-rest-client-ruby", + "url": "https://github.com/CyberSource/cybersource-rest-client-ruby" + }, + "last_updated": "2026-01-09T08:30:00Z" +} \ No newline at end of file From 3afba26967c7ad2e0cbef47cd4aa6e22ca375f1b Mon Sep 17 00:00:00 2001 From: mahmishr Date: Mon, 12 Jan 2026 10:14:52 +0530 Subject: [PATCH 2/3] Update download URL and tag name for version 0.0.80 --- ruby-sdk-versions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruby-sdk-versions.json b/ruby-sdk-versions.json index dbe0023..1a4bfb0 100644 --- a/ruby-sdk-versions.json +++ b/ruby-sdk-versions.json @@ -5,8 +5,8 @@ { "version": "0.0.80", "release_date": "2025-12-01", - "tag_name": "0.0.80", - "download_url": "https://github.com/CyberSource/cybersource-rest-client-ruby/archive/refs/tags/v0.0.81.zip" + "tag_name": "v0.0.80", + "download_url": "https://github.com/CyberSource/cybersource-rest-client-ruby/archive/refs/tags/v0.0.80.zip" } ], "repository": { @@ -15,4 +15,4 @@ "url": "https://github.com/CyberSource/cybersource-rest-client-ruby" }, "last_updated": "2026-01-09T08:30:00Z" -} \ No newline at end of file +} From 0165bab30be5281fed043047a8d0a5069779927d Mon Sep 17 00:00:00 2001 From: mahmishr Date: Mon, 12 Jan 2026 10:38:23 +0530 Subject: [PATCH 3/3] Update Ruby SDK to version 0.0.81 --- ruby-sdk-versions.json | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/ruby-sdk-versions.json b/ruby-sdk-versions.json index 1a4bfb0..04a099b 100644 --- a/ruby-sdk-versions.json +++ b/ruby-sdk-versions.json @@ -1,18 +1,24 @@ { - "latest_version": "0.0.80", - "minimum_supported_version": "0.0.50", - "versions": [ - { - "version": "0.0.80", - "release_date": "2025-12-01", - "tag_name": "v0.0.80", - "download_url": "https://github.com/CyberSource/cybersource-rest-client-ruby/archive/refs/tags/v0.0.80.zip" - } - ], - "repository": { - "owner": "CyberSource", - "repo": "cybersource-rest-client-ruby", - "url": "https://github.com/CyberSource/cybersource-rest-client-ruby" + "latest_version": "0.0.81", + "minimum_supported_version": "0.0.50", + "versions": [ + { + "version": "0.0.81", + "release_date": "2026-01-04", + "tag_name": "v0.0.81", + "download_url": "https://github.com/CyberSource/cybersource-rest-client-ruby/archive/refs/tags/v0.0.81.zip" }, - "last_updated": "2026-01-09T08:30:00Z" -} + { + "version": "0.0.80", + "release_date": "2025-12-01", + "tag_name": "v0.0.80", + "download_url": "https://github.com/CyberSource/cybersource-rest-client-ruby/archive/refs/tags/v0.0.80.zip" + } + ], + "repository": { + "owner": "CyberSource", + "repo": "cybersource-rest-client-ruby", + "url": "https://github.com/CyberSource/cybersource-rest-client-ruby" + }, + "last_updated": "2026-01-12T05:08:15Z" +} \ No newline at end of file