Top Ruby Gems: https://github.com/ruby/rake
hacktoberfest rake rakefile ruby
Score: 36.46387020056691
Last synced: 27 minutes 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-03-16T08:34:43.000Z (11 days ago)
- Last Synced: 2026-03-16T20:22:41.511Z (11 days ago)
- Topics: hacktoberfest, rake, rakefile, ruby
- Language: Ruby
- Homepage: https://ruby.github.io/rake
- Size: 3.54 MB
- Stars: 2,438
- Watchers: 83
- Forks: 633
- Open Issues: 79
-
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: 45
- Delete event: 49
- Fork event: 18
- Issue comment event: 96
- Issues event: 3
- Member event: 1
- Pull request event: 141
- Pull request review comment event: 4
- Pull request review event: 8
- Push event: 68
- Release event: 1
- Watch event: 100
- Total: 534
Last Year
- Create event: 34
- Delete event: 39
- Fork event: 13
- Issue comment event: 85
- Issues event: 3
- Member event: 1
- Pull request event: 105
- Pull request review comment event: 4
- Pull request review event: 8
- Push event: 53
- Release event: 1
- Watch event: 58
- Total: 404
Committers metadata
Last synced: 8 days ago
Total Commits: 2,522
Total Committers: 217
Avg Commits per committer: 11.622
Development Distribution Score (DDS): 0.762
Commits in past year: 81
Committers in past year: 13
Avg Commits per committer in past year: 6.231
Development Distribution Score (DDS) in past year: 0.457
| Name | Commits | |
|---|---|---|
| jimweirich | j****h@5****f | 600 |
| Jim Weirich | j****h@g****m | 591 |
| SHIBATA Hiroshi | h****t@r****g | 432 |
| Eric Hodel | d****n@s****t | 298 |
| dependabot[bot] | 4****] | 137 |
| quix | q****t@g****m | 31 |
| tom | t****m@5****f | 21 |
| Michael Bishop | m****e@g****m | 18 |
| Code Ass | a****a@g****m | 17 |
| Peter Vandenberk | p****k@m****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 187 more... | ||
Issue and Pull Request metadata
Last synced: 11 days ago
Total issues: 56
Total pull requests: 326
Average time to close issues: over 2 years
Average time to close pull requests: about 1 month
Total issue authors: 46
Total pull request authors: 53
Average comments per issue: 5.82
Average comments per pull request: 0.45
Merged pull request: 250
Bot issues: 0
Bot pull requests: 183
Past year issues: 5
Past year pull requests: 85
Past year average time to close issues: N/A
Past year average time to close pull requests: 5 days
Past year issue authors: 4
Past year pull request authors: 12
Past year average comments per issue: 47.8
Past year average comments per pull request: 0.49
Past year merged pull request: 53
Past year bot issues: 0
Past year bot pull requests: 50
Top Issue Authors
- jasonkarns (4)
- avdi (4)
- donnygitsome (2)
- ioquatix (2)
- kwatch (2)
- apatniv (2)
- x-yuri (1)
- esotericpig (1)
- junaruga (1)
- alexeymuranov (1)
- tomeon (1)
- pkqk (1)
- leonid-shevtsov (1)
- gillisd (1)
- satosho (1)
Top Pull Request Authors
- dependabot[bot] (183)
- hsbt (33)
- pvdb (24)
- tnir (10)
- henrebotha (3)
- fatkodima (3)
- zenspider (2)
- koic (2)
- karreiro (2)
- jeremyevans (2)
- ksss (2)
- gemmaro (2)
- imanpalsingh (2)
- amatsuda (2)
- DormancyWang (2)
Top Issue Labels
Top Pull Request Labels
- dependencies (183)
- github_actions (167)
- ruby (7)
Package metadata
- Total packages: 43
-
Total downloads:
- rubygems: 2,527,698,472 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: 274
- 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.3.1 (published 5 months ago)
- Last Synced: 2026-03-19T11:01:36.050Z (8 days ago)
- Versions: 93
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 1,263,377,379 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.3.1 (published 5 months ago)
- Last Synced: 2026-03-20T09:27:57.246Z (7 days ago)
- Versions: 93
- Dependent Packages: 80,840
- Dependent Repositories: 1,222,401
- Downloads: 1,264,317,031 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 almost 3 years ago)
- Last Synced: 2026-03-03T16:49:27.436Z (24 days 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 almost 3 years ago)
- Last Synced: 2026-03-03T16:49:26.412Z (24 days 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 almost 4 years ago)
- Last Synced: 2026-03-04T01:20:53.546Z (24 days 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-03-01T12:19:43.488Z (26 days 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 almost 11 years ago)
- Last Synced: 2026-03-20T09:27:48.615Z (7 days 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 11 months ago)
- Last Synced: 2026-03-02T14:30:19.672Z (25 days 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 11 months ago)
- Last Synced: 2026-03-02T11:19:20.762Z (25 days 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 almost 4 years ago)
- Last Synced: 2026-03-02T14:36:19.101Z (25 days 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-03-01T12:23:32.976Z (26 days 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.3.1+incompatible (published 5 months ago)
- Last Synced: 2026-03-20T09:27:53.994Z (7 days ago)
- Versions: 39
- 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 almost 4 years ago)
- Last Synced: 2026-03-02T14:39:02.630Z (25 days 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 almost 4 years ago)
- Last Synced: 2026-03-03T13:53:24.041Z (24 days 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 almost 3 years ago)
- Last Synced: 2026-03-20T09:27:52.912Z (7 days 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 over 5 years ago)
- Last Synced: 2026-03-20T09:27:52.248Z (7 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 2,031 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 over 5 years ago)
- Last Synced: 2026-03-20T09:27:52.213Z (7 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 2,031 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)
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 about 2 months ago)
- Last Synced: 2026-03-06T12:53:21.765Z (21 days 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
A Ruby task runner, inspired by make
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.0.6-r2 (published almost 3 years ago)
- Last Synced: 2026-03-02T16:34:54.034Z (25 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-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 about 2 months ago)
- Last Synced: 2026-03-04T02:46:07.677Z (24 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Maintainers (2)
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 11 months ago)
- Last Synced: 2026-03-04T01:17:23.388Z (24 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)
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 almost 2 years ago)
- Last Synced: 2026-03-04T01:17:29.271Z (24 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)
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 almost 2 years ago)
- Last Synced: 2026-03-04T01:17:34.198Z (24 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)
debian-12: rake
- Homepage: https://github.com/ruby/rake
- Documentation: https://packages.debian.org/bookworm/rake
- Licenses:
- Latest release: 13.0.6-3 (published about 1 month ago)
- Last Synced: 2026-03-13T22:46:08.434Z (14 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
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 about 2 months ago)
- Last Synced: 2026-03-04T14:09:05.230Z (23 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- 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 11 months ago)
- Last Synced: 2026-03-04T01:17:09.211Z (24 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)
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 11 months ago)
- Last Synced: 2026-03-03T10:30:34.841Z (24 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)
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 11 months ago)
- Last Synced: 2026-03-03T10:31:09.499Z (24 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)
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 about 1 month ago)
- Last Synced: 2026-03-13T18:06:43.043Z (14 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 about 1 month ago)
- Last Synced: 2026-03-13T10:27:20.857Z (14 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
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#n826
- Licenses: expat
- Latest release: 13.3.0 (published 25 days ago)
- Last Synced: 2026-03-02T19:00:46.018Z (25 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
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 about 2 months ago)
- Last Synced: 2026-03-05T08:18:45.584Z (22 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Maintainers (2)
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 about 2 months ago)
- Last Synced: 2026-03-05T12:36:51.578Z (22 days 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
A Ruby task runner, inspired by make
- Homepage: https://github.com/ruby/rake
- Licenses: MIT
- Latest release: 13.2.1-r0 (published almost 2 years ago)
- Last Synced: 2026-03-03T12:44:12.598Z (24 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)
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 almost 2 years ago)
- Last Synced: 2026-03-03T12:44:21.081Z (24 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)
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 almost 3 years ago)
- Last Synced: 2026-03-03T13:45:23.523Z (24 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)
debian-13: rake
- Homepage: https://github.com/ruby/rake
- Documentation: https://packages.debian.org/trixie/rake
- Licenses:
- Latest release: 13.2.1-1 (published about 1 month ago)
- Last Synced: 2026-03-14T14:57:47.097Z (13 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
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