A summary of data about the Ruby ecosystem.

https://github.com/ruby/net-protocol

The abstruct interface for net-* client.
https://github.com/ruby/net-protocol

Keywords

hacktoberfest ruby

Keywords from Contributors

strscan webrick rubygems bigdecimal debugger debugging-tool repl feature-flag parser-generator documentation-tool

Last synced: about 8 hours ago
JSON representation

Repository metadata

The abstruct interface for net-* client.

README.md

Net::Protocol

The abstract interface for net-* client.

Installation

Add this line to your application's Gemfile:

gem 'net-protocol'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install net-protocol

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. 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 at https://github.com/ruby/net-protocol.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 9 hours ago

Total Commits: 186
Total Committers: 24
Avg Commits per committer: 7.75
Development Distribution Score (DDS): 0.591

Commits in past year: 13
Committers in past year: 3
Avg Commits per committer in past year: 4.333
Development Distribution Score (DDS) in past year: 0.462

Name Email Commits
aamine a****e@b****e 76
Hiroshi SHIBATA h****t@r****g 35
Nobuyoshi Nakada n****u@r****g 16
normal n****l@b****e 10
dependabot[bot] 4****] 9
naruse n****e@b****e 7
Olle Jonsson o****n@g****m 5
kazu k****u@b****e 5
matz m****z@b****e 4
Jean Boussier j****r@g****m 3
drbrain d****n@b****e 2
shugo s****o@b****e 2
Benson Muite b****t 1
Jeremy Evans c****e@j****t 1
Mark Young m****g@a****o 1
Peter Goldstein p****n@g****m 1
Takashi Kokubun t****n@g****m 1
akr a****r@b****e 1
ko1 k****1@b****e 1
nahi n****i@b****e 1
gsinclair g****r@b****e 1
tenderlove t****e@b****e 1
usa u****a@b****e 1
Étienne Barrié e****e@g****m 1

Committer domains:


Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 6
Total pull requests: 36
Average time to close issues: 6 months
Average time to close pull requests: about 1 month
Total issue authors: 6
Total pull request authors: 14
Average comments per issue: 1.0
Average comments per pull request: 0.64
Merged pull request: 30
Bot issues: 0
Bot pull requests: 9

Past year issues: 1
Past year pull requests: 9
Past year average time to close issues: N/A
Past year average time to close pull requests: about 4 hours
Past year issue authors: 1
Past year pull request authors: 2
Past year average comments per issue: 0.0
Past year average comments per pull request: 0.0
Past year merged pull request: 9
Past year bot issues: 0
Past year bot pull requests: 7

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/ruby/net-protocol

Top Issue Authors

  • voxik (1)
  • WoLkErSs (1)
  • jproctor (1)
  • jjb (1)
  • sdalu (1)
  • SamSaffron (1)

Top Pull Request Authors

  • dependabot[bot] (9)
  • hsbt (7)
  • olleolleolle (4)
  • casperisfine (3)
  • nobu (2)
  • astapinski (2)
  • marshall-lee (2)
  • k0kubun (1)
  • petergoldstein (1)
  • etiennebarrie (1)
  • mark-young-atg (1)
  • eregon (1)
  • bkmgit (1)
  • sevenc-nanashi (1)

Top Issue Labels

Top Pull Request Labels

  • dependencies (9)
  • github_actions (7)

Package metadata

gem.coop: net-protocol

The abstract interface for net-* client.

  • Homepage: https://github.com/ruby/net-protocol
  • Documentation: http://www.rubydoc.info/gems/net-protocol/
  • Licenses: Ruby,BSD-2-Clause
  • Latest release: 0.2.2 (published about 2 years ago)
  • Last Synced: 2025-12-08T13:01:39.603Z (2 days ago)
  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 213,874,762 Total
  • Docker Downloads: 3,324,176,471
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 0.039%
    • Downloads: 0.118%
  • Maintainers (2)
rubygems.org: net-protocol

The abstract interface for net-* client.

  • Homepage: https://github.com/ruby/net-protocol
  • Documentation: http://www.rubydoc.info/gems/net-protocol/
  • Licenses: Ruby,BSD-2-Clause
  • Latest release: 0.2.2 (published about 2 years ago)
  • Last Synced: 2025-12-08T02:01:28.564Z (2 days ago)
  • Versions: 7
  • Dependent Packages: 5
  • Dependent Repositories: 35,266
  • Downloads: 213,751,748 Total
  • Docker Downloads: 3,324,176,471
  • Rankings:
    • Docker downloads count: 0.031%
    • Dependent repos count: 0.175%
    • Downloads: 0.292%
    • Dependent packages count: 2.811%
    • Average: 3.345%
    • Forks count: 6.061%
    • Stargazers count: 10.703%
  • Maintainers (2)
proxy.golang.org: github.com/ruby/net-protocol

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/ruby/net-protocol#section-documentation
  • Licenses: other
  • Latest release: v0.2.2 (published about 2 years ago)
  • Last Synced: 2025-12-08T02:01:29.279Z (2 days ago)
  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 5.068%
    • Stargazers count: 7.644%
    • Average: 8.272%
    • Dependent packages count: 9.576%
    • Dependent repos count: 10.802%

Dependencies

Gemfile rubygems
  • rake >= 0
  • test-unit >= 0
net-protocol.gemspec rubygems
  • timeout >= 0
.github/workflows/test.yml actions
  • actions/checkout v3 composite
  • ruby/setup-ruby v1 composite

Score: 29.384391569815755