[PR #1437] [MERGED] Add Ruby example #1490

Closed
opened 2026-03-03 12:34:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1437
Author: @shmokmt
Created: 12/21/2023
Status: Merged
Merged: 12/21/2023
Merged by: @fsouza

Base: mainHead: ruby-example


📝 Commits (1)

📊 Changes

6 files changed (+117 additions, -0 deletions)

View changed files

📝 .github/dependabot.yml (+5 -0)
📝 .github/workflows/main.yml (+3 -0)
ci/run-ruby-example.sh (+9 -0)
examples/ruby/Gemfile (+5 -0)
examples/ruby/Gemfile.lock (+79 -0)
examples/ruby/main.rb (+16 -0)

📄 Description

Added example showing how to work with the emulator from Ruby


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/1437 **Author:** [@shmokmt](https://github.com/shmokmt) **Created:** 12/21/2023 **Status:** ✅ Merged **Merged:** 12/21/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `ruby-example` --- ### 📝 Commits (1) - [`c425fa4`](https://github.com/fsouza/fake-gcs-server/commit/c425fa48c323633863baf0b8c09e092e2eeb5d5a) Add Ruby example ### 📊 Changes **6 files changed** (+117 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/dependabot.yml` (+5 -0) 📝 `.github/workflows/main.yml` (+3 -0) ➕ `ci/run-ruby-example.sh` (+9 -0) ➕ `examples/ruby/Gemfile` (+5 -0) ➕ `examples/ruby/Gemfile.lock` (+79 -0) ➕ `examples/ruby/main.rb` (+16 -0) </details> ### 📄 Description Added example showing how to work with the emulator from Ruby --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:34:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#1490
No description provided.