https://github.com/lostisland/faraday-retry
Last synced: about 1 month ago
Repository metadata:
Catches exceptions and retries each request a limited number of times
- Host: GitHub
- URL: https://github.com/lostisland/faraday-retry
- Owner: lostisland
- License: mit
- Created: 2021-12-31T12:17:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T13:53:02.000Z (6 months ago)
- Last Synced: 2024-10-29T12:58:58.604Z (about 2 months ago)
- Language: Ruby
- Size: 87.9 KB
- Stars: 67
- Watchers: 4
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Owner metadata:
- Name: lostisland
- Login: lostisland
- Email:
- Kind: organization
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/2613464?v=4
- Repositories: 22
- Last Synced at: 2024-03-25T19:32:01.094Z
- Profile URL: https://github.com/lostisland
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 53
Total Committers: 15
Avg Commits per committer: 3.533
Development Distribution Score (DDS): 0.472
Commits in past year: 10
Committers in past year: 7
Avg Commits per committer in past year: 1.429
Development Distribution Score (DDS) in past year: 0.7
Name | Commits | |
---|---|---|
Olle Jonsson | o****n@g****m | 28 |
Mattia Giuffrida | g****a@g****m | 5 |
Matt | i****a | 5 |
Jonathan Rochkind | j****d@s****g | 2 |
Max Prokopiev | m****v@g****m | 2 |
mi-wada | m****d@g****m | 2 |
Brooke McKim | b****m@g****m | 1 |
Felipe Zavan | f****e@z****e | 1 |
Justin Littman | j****n@g****m | 1 |
Olle Jonsson | o****n@a****m | 1 |
m-nakamura145 | m****5@g****m | 1 |
Adif Sgaid | 6****d | 1 |
Peter Goldstein | p****n@g****m | 1 |
R Gibim | 9****e | 1 |
dependabot[bot] | 4****] | 1 |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 196,393,875 total
- Total docker downloads: 947,671,206
- Total dependent packages: 113 (may contain duplicates)
- Total dependent repositories: 11,981 (may contain duplicates)
- Total versions: 15
- Total maintainers: 1
rubygems: faraday-retry
Catches exceptions and retries each request a limited number of times.
- Homepage: https://github.com/lostisland/faraday-retry
- Documentation: http://www.rubydoc.info/gems/faraday-retry/
- Licenses: MIT
- Latest release: 2.2.1 (published 8 months ago)
- Last Synced: 2024-11-10T21:37:25.921Z (about 1 month ago)
- Versions: 8
- Dependent Packages: 113
- Dependent Repositories: 11,981
- Downloads: 196,393,875 Total
- Docker Downloads: 947,671,206
-
Rankings:
- Docker downloads count: 0.118%
- Downloads: 0.12%
- Dependent repos count: 0.313%
- Dependent packages count: 0.34%
- Average: 2.496%
- Forks count: 6.405%
- Stargazers count: 7.678%
- Maintainers (1)
go: github.com/lostisland/faraday-retry
- Homepage:
- Documentation: https://pkg.go.dev/github.com/lostisland/faraday-retry#section-documentation
- Licenses: mit
- Latest release: v2.2.1+incompatible (published 8 months ago)
- Last Synced: 2024-11-10T21:37:27.268Z (about 1 month ago)
- Versions: 7
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 5.604%
- Stargazers count: 6.079%
- Average: 8.015%
- Dependent packages count: 9.576%
- Dependent repos count: 10.802%
Dependencies
Gemfile
rubygems
- faraday-multipart ~> 1.0 development
faraday-retry.gemspec
rubygems
- bundler ~> 2.0 development
- rake ~> 13.0 development
- rspec ~> 3.0 development
- rubocop ~> 1.21.0 development
- rubocop-packaging ~> 0.5.0 development
- rubocop-performance ~> 1.0 development
- rubocop-rspec ~> 2.0 development
- simplecov ~> 0.21.0 development
- faraday ~> 2.0
.github/workflows/ci.yaml
actions
- actions/checkout v3 composite
- ruby/setup-ruby v1 composite
.github/workflows/publish.yml
actions
- actions/checkout v3 composite
- actions/setup-ruby v1 composite
- dawidd6/action-publish-gem v1 composite