{"id":21883125,"url":"https://github.com/eendroroy/spin_r","last_synced_at":"2026-05-13T20:32:54.603Z","repository":{"id":56896616,"uuid":"105847355","full_name":"eendroroy/spin_r","owner":"eendroroy","description":"shell spinner","archived":false,"fork":false,"pushed_at":"2017-10-28T12:57:14.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T19:21:50.357Z","etag":null,"topics":["rubygem","spinner"],"latest_commit_sha":null,"homepage":"","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/eendroroy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-05T03:56:56.000Z","updated_at":"2017-10-07T17:51:39.000Z","dependencies_parsed_at":"2022-08-20T17:10:16.799Z","dependency_job_id":null,"html_url":"https://github.com/eendroroy/spin_r","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fspin_r","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fspin_r/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fspin_r/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fspin_r/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eendroroy","download_url":"https://codeload.github.com/eendroroy/spin_r/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244890099,"owners_count":20527035,"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","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":["rubygem","spinner"],"created_at":"2024-11-28T09:39:23.269Z","updated_at":"2026-05-13T20:32:49.584Z","avatar_url":"https://github.com/eendroroy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpinR\n\n[![GitHub tag](https://img.shields.io/github/tag/eendroroy/spin_r.svg)](https://github.com/eendroroy/spin_r)\n[![Gem Version](https://badge.fury.io/rb/spin_r.svg)](https://rubygems.org/gems/spin_r)\n[![Downloads](https://img.shields.io/gem/dt/spin_r.svg)](https://rubygems.org/gems/spin_r)\n[![Contributors](https://img.shields.io/github/contributors/eendroroy/spin_r.svg)](CONTRIBUTORS.md)\n\n\nShow any time consuming process's output with a spinner.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'spin_r'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install spin_r\n\n## Usage\n\n```ruby\nSpinR.spin do\n  sleep 4\n  puts 'You spin my head right round!'\nend\n```\n\nDefine spinner style:\n\n```ruby\nSpinR.spin SpinR::Spinners::TRIANGLE do\n  sleep 4\n  puts 'You spin my head right round!'\nend\n```\n\nAvailable spinners:\n\n- SpinR::Spinners::TRADITIONAL\n- SpinR::Spinners::BLOCK\n- SpinR::Spinners::DOTTED_1\n- SpinR::Spinners::DOTTED_2\n- SpinR::Spinners::DOTTED_3\n- SpinR::Spinners::DOTTED_4\n- SpinR::Spinners::WORLD\n- SpinR::Spinners::TRIANGLE\n- SpinR::Spinners::EMOJI\n\n## asciicast\n\n**v1.0.2**\n\n[![asciicast](http://asciinema.org/a/144694.png)](https://asciinema.org/a/144694)\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/eendroroy/spin_r. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the SpinR project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/eendroroy/spin_r/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feendroroy%2Fspin_r","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feendroroy%2Fspin_r","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feendroroy%2Fspin_r/lists"}