Top Ruby Gems: https://github.com/ruby/rake
hacktoberfest rake rakefile ruby
Score: 36.47720557738626
Last synced: about 4 hours ago
JSON representation
Repository metadata:
A make-like build utility for Ruby.
- Host: GitHub
- URL: https://github.com/ruby/rake
- Owner: ruby
- License: mit
- Created: 2014-05-21T21:11:31.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2026-05-04T08:19:33.000Z (10 days ago)
- Last Synced: 2026-05-09T00:10:14.204Z (5 days ago)
- Topics: hacktoberfest, rake, rakefile, ruby
- Language: Ruby
- Homepage: https://ruby.github.io/rake
- Size: 3.66 MB
- Stars: 2,435
- Watchers: 82
- Forks: 638
- Open Issues: 73
-
Metadata Files:
- Readme: README.rdoc
- Changelog: History.rdoc
- Contributing: CONTRIBUTING.rdoc
- License: MIT-LICENSE
Owner metadata:
- Name: The Ruby Programming Language
- Login: ruby
- Email: info@ruby-lang.org
- Kind: organization
- Description: Repositories related to the Ruby Programming language
- Website: https://www.ruby-lang.org/
- Location: Matsue, Japan
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/210414?v=4
- Repositories: 171
- Last Synced at: 2023-04-09T03:40:20.875Z
- Profile URL: https://github.com/ruby
GitHub Events
Total
- Create event: 54
- Delete event: 58
- Fork event: 20
- Issue comment event: 97
- Issues event: 3
- Member event: 1
- Pull request event: 161
- Pull request review comment event: 4
- Pull request review event: 9
- Push event: 84
- Release event: 1
- Watch event: 101
- Total: 593
Last Year
- Create event: 37
- Delete event: 41
- Fork event: 11
- Issue comment event: 77
- Issues event: 3
- Member event: 1
- Pull request event: 109
- Pull request review comment event: 4
- Pull request review event: 9
- Push event: 60
- Release event: 1
- Watch event: 46
- Total: 399
Committers metadata
Last synced: 1 day ago
Total Commits: 2,556
Total Committers: 219
Avg Commits per committer: 11.671
Development Distribution Score (DDS): 0.765
Commits in past year: 106
Committers in past year: 14
Avg Commits per committer in past year: 7.571
Development Distribution Score (DDS) in past year: 0.472
| Name | Commits | |
|---|---|---|
| jimweirich | j****h@5****f | 600 |
| Jim Weirich | j****h@g****m | 591 |
| SHIBATA Hiroshi | h****t@r****g | 441 |
| Eric Hodel | d****n@s****t | 298 |
| dependabot[bot] | 4****] | 154 |
| quix | q****t@g****m | 31 |
| Peter Vandenberk | p****k@m****m | 22 |
| tom | t****m@5****f | 21 |
| Michael Bishop | m****e@g****m | 18 |
| Code Ass | a****a@g****m | 17 |
| Colby Swandale | m****e@c****i | 15 |
| Nobuyoshi Nakada | n****u@r****g | 12 |
| Randy Coulman | r****n@g****m | 10 |
| Takuya Noguchi | t****h@g****m | 10 |
| ksss | c****i@g****m | 7 |
| Luis Lavena | l****a@g****m | 7 |
| Benoit Daloze | e****p@g****m | 7 |
| Jeremy Evans | c****e@j****t | 6 |
| Gonzalo | g****0@g****m | 6 |
| David Rodríguez | d****z@r****t | 5 |
| Hongli Lai (Phusion) | h****i@p****l | 5 |
| Olle Jonsson | o****n@g****m | 5 |
| James Tucker | j****r@g****m | 4 |
| Tatsuya Sato | t****o@r****m | 4 |
| Mark D. Blackwell | m****1@g****m | 4 |
| Vipul A M | v****d@g****m | 3 |
| Thomas Scholz | t****z@m****m | 3 |
| Ryan Davis | r****y@z****m | 3 |
| Petr Skocik | p****k@g****m | 3 |
| Kent Wang | x****c@g****m | 3 |
| and 189 more... | ||
Issue and Pull Request metadata
Last synced: 4 days ago
Total issues: 60
Total pull requests: 334
Average time to close issues: over 2 years
Average time to close pull requests: about 1 month
Total issue authors: 49
Total pull request authors: 57
Average comments per issue: 5.5
Average comments per pull request: 0.45
Merged pull request: 257
Bot issues: 0
Bot pull requests: 184
Past year issues: 8
Past year pull requests: 77
Past year average time to close issues: about 14 hours
Past year average time to close pull requests: 21 days
Past year issue authors: 6
Past year pull request authors: 15
Past year average comments per issue: 30.25
Past year average comments per pull request: 0.35
Past year merged pull request: 49
Past year bot issues: 0
Past year bot pull requests: 37
Top Issue Authors
- jasonkarns (5)
- avdi (4)
- donnygitsome (2)
- ioquatix (2)
- kwatch (2)
- apatniv (2)
- fbuys (1)
- x-yuri (1)
- esotericpig (1)
- junaruga (1)
- alexeymuranov (1)
- tomeon (1)
- pkqk (1)
- leonid-shevtsov (1)
- gillisd (1)
Top Pull Request Authors
- dependabot[bot] (184)
- hsbt (34)
- pvdb (26)
- tnir (10)
- henrebotha (3)
- fatkodima (3)
- koic (2)
- karreiro (2)
- jeremyevans (2)
- zenspider (2)
- ksss (2)
- gemmaro (2)
- imanpalsingh (2)
- amatsuda (2)
- DormancyWang (2)
Top Issue Labels
Top Pull Request Labels
- dependencies (184)
- github_actions (168)
- ruby (7)
Package metadata
- Total packages: 43
-
Total downloads:
- rubygems: 2,625,267,431 total
- Total docker downloads: 10,023,035,248
- Total dependent packages: 80,852 (may contain duplicates)
- Total dependent repositories: 1,222,442 (may contain duplicates)
- Total versions: 283
- Total maintainers: 8
- Total advisories: 1
gem.coop: rake
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. Rake has the following features: * Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to synthesize implicit tasks. * Flexible FileLists that act like arrays but know about manipulating file names and paths. * Supports parallel execution of tasks.
- Homepage: https://github.com/ruby/rake
- Documentation: http://www.rubydoc.info/gems/rake/
- Licenses: MIT
- Latest release: 13.4.2 (published 28 days ago)
- Last Synced: 2026-05-12T05:30:30.723Z (1 day ago)
- Versions: 96
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 1,312,470,390 Total
- Docker Downloads: 5,011,479,988
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Docker downloads count: 0.0%
- Average: 0.001%
- Downloads: 0.005%
- Maintainers (3)
rubygems.org: rake
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. Rake has the following features: * Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to synthesize implicit tasks. * Flexible FileLists that act like arrays but know about manipulating file names and paths. * Supports parallel execution of tasks.
- Homepage: https://github.com/ruby/rake
- Documentation: http://www.rubydoc.info/gems/rake/
- Licenses: MIT
- Latest release: 13.4.2 (published 28 days ago)
- Last Synced: 2026-05-12T13:17:30.486Z (1 day ago)
- Versions: 96
- Dependent Packages: 80,840
- Dependent Repositories: 1,222,401
- Downloads: 1,312,792,909 Total
- Docker Downloads: 5,011,479,988
-
Rankings:
- Dependent packages count: 0.0%
- Docker downloads count: 0.001%
- Dependent repos count: 0.002%
- Downloads: 0.008%
- Average: 0.318%
- Forks count: 0.871%
- Stargazers count: 1.024%
- Maintainers (3)
- Advisories:
alpine-v3.18: ruby-rake
A Ruby task runner, inspired by make
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.0.6-r2 (published about 3 years ago)
- Last Synced: 2026-04-09T03:03:22.023Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 1.953%
- Forks count: 2.743%
- Stargazers count: 5.067%
- Maintainers (1)
alpine-v3.18: ruby-rake-doc
A Ruby task runner, inspired by make (ri docs)
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.0.6-r2 (published about 3 years ago)
- Last Synced: 2026-04-09T04:00:39.420Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 1.953%
- Forks count: 2.743%
- Stargazers count: 5.067%
- Maintainers (1)
alpine-v3.17: ruby-rake
A Ruby task runner, inspired by make
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.0.6-r1 (published about 4 years ago)
- Last Synced: 2026-04-11T22:05:17.641Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 3
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Forks count: 2.498%
- Average: 4.377%
- Stargazers count: 5.153%
- Dependent packages count: 9.857%
- Maintainers (1)
alpine-v3.15: ruby-rake
A Ruby task runner, inspired by make
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.0.6-r0 (published over 4 years ago)
- Last Synced: 2026-04-01T13:23:41.308Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 1
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Forks count: 2.27%
- Stargazers count: 3.607%
- Average: 5.589%
- Dependent packages count: 16.479%
- Maintainers (1)
repo1.maven.org: rubygems:rake
Rake is a Make-like program implemented in Ruby. Tasks and dependencies arespecified in standard Ruby syntax.
- Homepage: https://github.com/ruby/rake
- Documentation: https://appdoc.app/artifact/rubygems/rake/
- Licenses: MIT
- Latest release: 10.1.0 (published about 11 years ago)
- Last Synced: 2026-05-12T07:29:46.393Z (1 day ago)
- Versions: 1
- Dependent Packages: 7
- Dependent Repositories: 41
- Docker Downloads: 75,272
-
Rankings:
- Docker downloads count: 2.98%
- Dependent repos count: 3.475%
- Average: 5.851%
- Forks count: 7.191%
- Stargazers count: 7.214%
- Dependent packages count: 8.394%
alpine-edge: ruby-rake-doc
A Ruby task runner, inspired by make (ri docs)
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.2.1-r1 (published about 1 year ago)
- Last Synced: 2026-04-02T15:28:21.092Z (about 1 month ago)
- Versions: 5
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Forks count: 3.804%
- Stargazers count: 5.131%
- Average: 5.894%
- Dependent packages count: 14.641%
- Maintainers (1)
alpine-edge: ruby-rake
A Ruby task runner, inspired by make
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.2.1-r1 (published about 1 year ago)
- Last Synced: 2026-04-02T11:38:16.666Z (about 1 month ago)
- Versions: 5
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Forks count: 3.804%
- Stargazers count: 5.135%
- Average: 5.895%
- Dependent packages count: 14.641%
- Maintainers (1)
alpine-v3.16: ruby-rake
A Ruby task runner, inspired by make
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.0.6-r1 (published about 4 years ago)
- Last Synced: 2026-04-02T15:35:24.398Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 1
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Forks count: 2.26%
- Stargazers count: 3.862%
- Average: 6.197%
- Dependent packages count: 18.665%
- Maintainers (1)
alpine-v3.15: ruby-rake-doc
A Ruby task runner, inspired by make (ri docs)
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.0.6-r0 (published over 4 years ago)
- Last Synced: 2026-04-01T13:24:13.118Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Forks count: 2.27%
- Stargazers count: 3.607%
- Average: 7.866%
- Dependent packages count: 25.585%
- Maintainers (1)
proxy.golang.org: github.com/ruby/rake
- Homepage:
- Documentation: https://pkg.go.dev/github.com/ruby/rake#section-documentation
- Licenses: mit
- Latest release: v13.4.2+incompatible (published 28 days ago)
- Last Synced: 2026-05-12T07:29:49.164Z (1 day ago)
- Versions: 42
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.173%
- Dependent repos count: 9.346%
alpine-v3.16: ruby-rake-doc
A Ruby task runner, inspired by make (ri docs)
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.0.6-r1 (published about 4 years ago)
- Last Synced: 2026-04-02T15:37:47.935Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Forks count: 2.26%
- Stargazers count: 3.862%
- Average: 8.358%
- Dependent packages count: 27.311%
- Maintainers (1)
alpine-v3.17: ruby-rake-doc
A Ruby task runner, inspired by make (ri docs)
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.0.6-r1 (published about 4 years ago)
- Last Synced: 2026-04-08T14:08:18.940Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Forks count: 2.498%
- Stargazers count: 5.153%
- Average: 8.726%
- Dependent packages count: 27.254%
- Maintainers (1)
spack.io: ruby-rake
Rake is a Make-like program implemented in Ruby.
- Homepage: https://github.com/ruby/rake
- Licenses: []
- Latest release: 13.0.6 (published about 3 years ago)
- Last Synced: 2026-05-12T07:29:51.172Z (1 day ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Forks count: 3.404%
- Stargazers count: 4.752%
- Average: 16.358%
- Dependent packages count: 57.274%
- Maintainers (1)
gem.coop: myprocessor
Write a longer description or delete this line.
- Homepage: https://github.com/ruby/rake
- Documentation: http://www.rubydoc.info/gems/myprocessor/
- Licenses: MIT
- Latest release: 0.1.0 (published almost 6 years ago)
- Last Synced: 2026-05-12T07:29:52.611Z (1 day ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 2,066 Total
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 31.426%
- Downloads: 94.279%
- Maintainers (1)
rubygems.org: myprocessor
Write a longer description or delete this line.
- Homepage: https://github.com/ruby/rake
- Documentation: http://www.rubydoc.info/gems/myprocessor/
- Licenses: MIT
- Latest release: 0.1.0 (published almost 6 years ago)
- Last Synced: 2026-05-12T13:20:16.191Z (1 day ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 2,066 Total
-
Rankings:
- Forks count: 0.805%
- Stargazers count: 0.94%
- Dependent packages count: 15.706%
- Average: 32.181%
- Dependent repos count: 46.782%
- Downloads: 96.671%
- Maintainers (1)
alpine-v3.23: ruby-rake
A Ruby task runner, inspired by make
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.2.1-r1 (published about 1 year ago)
- Last Synced: 2026-04-07T21:03:17.660Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-unstable: rake
Software task management and build automation tool
- Homepage: https://github.com/ruby/rake
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/ra/rake/package.nix#L15
- Licenses: MIT
- Latest release: 13.2.1 (published 4 months ago)
- Last Synced: 2026-04-16T12:01:39.750Z (27 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-23.11: rake
A software task management and build automation tool
- Homepage: https://github.com/ruby/rake
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/tools/build-managers/rake/default.nix#L11
- Licenses: MIT
- Latest release: 13.0.6 (published 3 months ago)
- Last Synced: 2026-03-06T12:53:21.765Z (2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (2)
alpine-v3.19: ruby-rake-doc
A Ruby task runner, inspired by make (ri docs)
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.0.6-r2 (published about 3 years ago)
- Last Synced: 2026-04-08T14:02:55.948Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
debian-10: rake
- Homepage: https://github.com/ruby/rake
- Documentation: https://packages.debian.org/buster/rake
- Licenses:
- Latest release: 12.3.1-3+deb10u1 (published 3 months ago)
- Last Synced: 2026-03-13T18:06:43.043Z (2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
nixpkgs-24.05: rake
A software task management and build automation tool
- Homepage: https://github.com/ruby/rake
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/tools/build-managers/rake/default.nix#L15
- Licenses: MIT
- Latest release: 13.2.1 (published 3 months ago)
- Last Synced: 2026-04-12T13:00:18.778Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (2)
alpine-v3.20: ruby-rake-doc
A Ruby task runner, inspired by make (ri docs)
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.2.1-r0 (published about 2 years ago)
- Last Synced: 2026-04-08T09:57:23.874Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
alpine-v3.20: ruby-rake
A Ruby task runner, inspired by make
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.2.1-r0 (published about 2 years ago)
- Last Synced: 2026-04-08T09:57:18.621Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
alpine-v3.21: ruby-rake-doc
A Ruby task runner, inspired by make (ri docs)
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.2.1-r0 (published about 2 years ago)
- Last Synced: 2026-04-11T22:04:23.946Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
debian-12: rake
- Homepage: https://github.com/ruby/rake
- Documentation: https://packages.debian.org/bookworm/rake
- Licenses:
- Latest release: 13.0.6-3 (published 3 months ago)
- Last Synced: 2026-03-13T22:46:08.434Z (2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
alpine-v3.23: ruby-rake-doc
A Ruby task runner, inspired by make (ri docs)
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.2.1-r1 (published about 1 year ago)
- Last Synced: 2026-04-07T21:03:33.696Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
alpine-v3.21: ruby-rake
A Ruby task runner, inspired by make
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.2.1-r0 (published about 2 years ago)
- Last Synced: 2026-04-11T22:04:26.477Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
alpine-v3.22: ruby-rake-doc
A Ruby task runner, inspired by make (ri docs)
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.2.1-r1 (published about 1 year ago)
- Last Synced: 2026-04-11T22:03:57.944Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
alpine-v3.22: ruby-rake
A Ruby task runner, inspired by make
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.2.1-r1 (published about 1 year ago)
- Last Synced: 2026-04-11T22:04:27.276Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
debian-13: rake
- Homepage: https://github.com/ruby/rake
- Documentation: https://packages.debian.org/trixie/rake
- Licenses:
- Latest release: 13.2.1-1 (published 3 months ago)
- Last Synced: 2026-03-14T14:57:47.097Z (2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
nixpkgs-23.05: rake
A software task management and build automation tool
- Homepage: https://github.com/ruby/rake
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/tools/build-managers/rake/default.nix#L11
- Licenses: MIT
- Latest release: 13.0.6 (published 4 months ago)
- Last Synced: 2026-03-05T12:36:51.578Z (2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (2)
guix: ruby-rake
Rake is a Make-like program implemented in Ruby
- Homepage: https://github.com/ruby/rake
- Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/ruby-check.scm#n851
- Licenses: expat
- Latest release: 13.3.0 (published 2 months ago)
- Last Synced: 2026-04-27T16:21:39.165Z (16 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-11: rake
- Homepage: https://github.com/ruby/rake
- Documentation: https://packages.debian.org/bullseye/rake
- Licenses:
- Latest release: 13.0.3-1 (published 3 months ago)
- Last Synced: 2026-03-13T10:27:20.857Z (2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
alpine-v3.19: ruby-rake
A Ruby task runner, inspired by make
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.0.6-r2 (published about 3 years ago)
- Last Synced: 2026-04-02T17:43:04.531Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-24.11: rake
Software task management and build automation tool
- Homepage: https://github.com/ruby/rake
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/tools/build-managers/rake/default.nix#L15
- Licenses: MIT
- Latest release: 13.2.1 (published 3 months ago)
- Last Synced: 2026-03-05T08:18:45.584Z (2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Maintainers (2)
Dependencies
- bundler >= 0 development
- coveralls >= 0 development
- minitest = 5.15.0 development
- rubocop ~> 1.12.1 development
- actions/checkout ac593985615ec2ede58e132d2e21d2b1cbd6127c composite
- ruby/setup-ruby 319066216501fbd5e2d568f14b7d68c19fb67a5d composite
- actions/checkout ac593985615ec2ede58e132d2e21d2b1cbd6127c composite
- ruby/setup-ruby 319066216501fbd5e2d568f14b7d68c19fb67a5d composite
- actions/checkout ac593985615ec2ede58e132d2e21d2b1cbd6127c composite
- ruby/setup-ruby 319066216501fbd5e2d568f14b7d68c19fb67a5d composite
- dependabot/fetch-metadata v1 composite
- lewagon/wait-on-check-action v1.3.3 composite
- actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
- actions/configure-pages v4 composite
- actions/deploy-pages v4 composite
- actions/upload-pages-artifact v3 composite
- ruby/setup-ruby d4526a55538b775af234ba4af27118ed6f8f6677 composite
- actions/checkout 08c6903cd8c0fde910a37f88322edcfb5dd907a8 composite
- ruby/setup-ruby d5126b9b3579e429dd52e51e68624dda2e05be25 composite
- rubygems/release-gem 1c162a739e8b4cb21a676e97b087e8268d8fc40b composite
- step-security/harden-runner 95d9a5deda9de15063e7595e9719c11c38c90ae2 composite