https://github.com/lostisland/faraday-patron
Faraday adapter for Patron
https://github.com/lostisland/faraday-patron
Keywords from Contributors
feature-flag
Last synced: about 5 hours ago
JSON representation
Repository metadata
Faraday adapter for Patron
- Host: GitHub
- URL: https://github.com/lostisland/faraday-patron
- Owner: lostisland
- License: mit
- Created: 2021-07-04T15:56:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-18T20:30:29.000Z (6 months ago)
- Last Synced: 2025-10-19T09:34:27.542Z (about 2 months ago)
- Language: Ruby
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
- Releases: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
README.md
Faraday Patron adapter
This gem is a Faraday adapter for the Patron library.
Faraday is an HTTP client library that provides a common interface over many adapters.
Every adapter is defined into its own gem. This gem defines the adapter for Patron.
Installation
Add these lines to your application's Gemfile:
gem 'faraday-patron'
And then execute:
$ bundle install
Or install them yourself as:
$ gem install faraday-patron
Usage
conn = Faraday.new(...) do |f|
f.adapter :patron do |session|
# yields Patron::Session
session.max_redirects = 10
end
end
Development
After checking out the repo, run bin/setup to install dependencies. Then, run bin/test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.
To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.
Contributing
Bug reports and pull requests are welcome on GitHub.
License
The gem is available as open source under the terms of the license.
Code of Conduct
Everyone interacting in the Faraday Patron adapter project's codebase, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
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 ynced at: 2024-03-25T19:32:01.094Z
- Profile URL: https://github.com/lostisland
GitHub Events
Total
- Release event: 1
- Push event: 2
- Pull request event: 2
- Create event: 4
Last Year
- Release event: 1
- Push event: 2
- Pull request event: 2
- Create event: 4
Committers metadata
Last synced: 2 days ago
Total Commits: 18
Total Committers: 3
Avg Commits per committer: 6.0
Development Distribution Score (DDS): 0.5
Commits in past year: 7
Committers in past year: 2
Avg Commits per committer in past year: 3.5
Development Distribution Score (DDS) in past year: 0.143
| Name | Commits | |
|---|---|---|
| Matt | i****a | 9 |
| Olle Jonsson | o****n@g****m | 8 |
| Ignacio Huerta | i****o@i****t | 1 |
Committer domains:
- ihuerta.net: 1
Issue and Pull Request metadata
Last synced: 6 days ago
Total issues: 2
Total pull requests: 6
Average time to close issues: about 3 hours
Average time to close pull requests: about 22 hours
Total issue authors: 2
Total pull request authors: 3
Average comments per issue: 12.0
Average comments per pull request: 0.0
Merged pull request: 6
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 4
Past year average time to close issues: N/A
Past year average time to close pull requests: 1 day
Past year issue authors: 0
Past year pull request authors: 2
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 4
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- derSascha (1)
- ioannisstavrakakis (1)
Top Pull Request Authors
- olleolleolle (4)
- iox (1)
- iMacTia (1)
Top Issue Labels
- question (1)
Top Pull Request Labels
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 561,737,284 total
- Total docker downloads: 1,867,802,986
- Total dependent packages: 4 (may contain duplicates)
- Total dependent repositories: 20,003 (may contain duplicates)
- Total versions: 8
- Total maintainers: 1
gem.coop: faraday-patron
Faraday adapter for Patron
- Homepage: https://github.com/lostisland/faraday-patron
- Documentation: http://www.rubydoc.info/gems/faraday-patron/
- Licenses: MIT
- Latest release: 2.0.2 (published 6 months ago)
- Last Synced: 2025-12-10T03:00:50.029Z (2 days ago)
- Versions: 4
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 280,994,885 Total
- Docker Downloads: 933,901,493
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.046%
- Downloads: 0.088%
- Docker downloads count: 0.098%
- Maintainers (1)
rubygems.org: faraday-patron
Faraday adapter for Patron
- Homepage: https://github.com/lostisland/faraday-patron
- Documentation: http://www.rubydoc.info/gems/faraday-patron/
- Licenses: MIT
- Latest release: 2.0.2 (published 6 months ago)
- Last Synced: 2025-12-09T09:03:56.282Z (3 days ago)
- Versions: 4
- Dependent Packages: 4
- Dependent Repositories: 20,003
- Downloads: 280,742,399 Total
- Docker Downloads: 933,901,493
-
Rankings:
- Downloads: 0.1%
- Docker downloads count: 0.122%
- Dependent repos count: 0.254%
- Dependent packages count: 4.021%
- Average: 12.043%
- Forks count: 22.131%
- Stargazers count: 45.631%
- Maintainers (1)
Dependencies
- faraday >= 1.0, < 2
- multipart-parser ~> 0.1.1
- rake ~> 13.0
- rspec ~> 3.0
- rubocop ~> 1.12.0
- rubocop-packaging ~> 0.5
- rubocop-performance ~> 1.0
- simplecov ~> 0.19.0
- webmock ~> 3.4
- patron >= 0.4.2
- actions/checkout v4 composite
- ruby/setup-ruby v1 composite
- actions/checkout v4 composite
- ruby/setup-ruby v1 composite
- rubygems/release-gem v1 composite
Score: 22.70958915602749