{"id":21304528,"url":"https://github.com/vassilevsky/minimum-viable-ruby-gem","last_synced_at":"2025-09-16T04:52:39.426Z","repository":{"id":69620136,"uuid":"149517795","full_name":"vassilevsky/minimum-viable-ruby-gem","owner":"vassilevsky","description":"A working Ruby gem that has all the required information (builds without warnings)","archived":false,"fork":false,"pushed_at":"2022-10-07T10:47:04.000Z","size":4,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T21:35:36.624Z","etag":null,"topics":["example","gem","minimalist","ruby","ruby-gem"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vassilevsky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-09-19T22:09:43.000Z","updated_at":"2022-10-07T10:47:09.000Z","dependencies_parsed_at":"2023-05-30T05:45:52.813Z","dependency_job_id":null,"html_url":"https://github.com/vassilevsky/minimum-viable-ruby-gem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vassilevsky/minimum-viable-ruby-gem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vassilevsky%2Fminimum-viable-ruby-gem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vassilevsky%2Fminimum-viable-ruby-gem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vassilevsky%2Fminimum-viable-ruby-gem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vassilevsky%2Fminimum-viable-ruby-gem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vassilevsky","download_url":"https://codeload.github.com/vassilevsky/minimum-viable-ruby-gem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vassilevsky%2Fminimum-viable-ruby-gem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275364719,"owners_count":25451514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["example","gem","minimalist","ruby","ruby-gem"],"created_at":"2024-11-21T16:08:45.795Z","updated_at":"2025-09-16T04:52:39.415Z","avatar_url":"https://github.com/vassilevsky.png","language":"Ruby","readme":"# Minimum viable Ruby gem\n\nA working Ruby gem that has all the required information (builds without warnings).\n\n## Why\n\nMany people who program in Ruby are afraid to make gems because they think that this is complex.\n\nWhen they run `bundle gem` to create a gem template, the generated template is quite complex.\n\nThis project shows that a Ruby gem is a simple thing.\n\n## How it works\n\nRubyGems has nice guides on how to build gems. Start with this one:\n\nhttps://guides.rubygems.org/make-your-own-gem/\n\nYou don't have to use Bundler to build gems. You can write a gemspec and build it by hand.\n\nAn excellent, in-depth article about writing gem specification by hand:\n\nhttps://piotrmurach.com/articles/writing-a-ruby-gem-specification/\n\n## Testing\n\n    rspec\n\n## Building\n\n    gem build thing.gemspec\n\n## Usage\n\n```ruby\nrequire 'thing'\n\nthing = Thing.new\nthing.size\n```\n\n## Disadvantages\n\n* No single command (`bundle exec rake release`) that would do all this:\n  * Add a tag with version to the Git repository\n  * Push it (and commits as well) to the remote repository\n  * Build the gem\n  * Push it to RubyGems\n\n## Contributing\n\nPlease send me a pull request if you can remove something and make the gem even smaller :)\nPreferably it should still build and work without warnings.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvassilevsky%2Fminimum-viable-ruby-gem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvassilevsky%2Fminimum-viable-ruby-gem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvassilevsky%2Fminimum-viable-ruby-gem/lists"}