each_progress
Version, currently 0.12 versions
- 0.1.1latestFeb 11, 2020
- 0.1not indexedFeb 11, 2020
github.com/ktanaka101/each-progress
Simple progress bar
Nothing has been indexed for 0.1 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
each_progress:
github: ktanaka101/each-progress
version: ~> 0.1Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
each-progress
Simple progress bar. Supports only each.
Installation
-
Add the dependency to your
shard.yml:dependencies: each_progress: github: ktanaka101/each-progress -
Run
shards install
Usage
Pass an object that can call each method
require "each_progress"
EachProgress.by(0...100) do |_|
# Some processing...
sleep 0.1
end
# Progress will be displayed.
Contributing
- Fork it (https://github.com/ktanaka101/each-progress/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- ktanaka101 Kentaro Tanaka - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1- Tagged
- Feb 11, 2020
- Commit
b2bd7ac0d2bb- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/ktanaka101/each-progress
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 2