https://github.com/rvm/executable-hooks
https://github.com/rvm/executable-hooks
Keywords from Contributors
rubygems activejob activerecord mvc rspec crash-reporting yardoc yard ruby-documentation rdoc
Last synced: about 2 hours ago
JSON representation
Repository metadata
- Host: GitHub
- URL: https://github.com/rvm/executable-hooks
- Owner: rvm
- License: other
- Created: 2013-07-10T10:47:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T21:10:03.000Z (about 2 years ago)
- Last Synced: 2026-01-30T18:44:28.465Z (about 1 month ago)
- Language: Ruby
- Size: 66.4 KB
- Stars: 22
- Watchers: 17
- Forks: 10
- Open Issues: 3
- Releases: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
README.md
Rubygems executable hooks
Add next rubygems plugin support for executables.
Usage
Install the gem:
gem install executable-hooks
In gem lib dir create rubygems_executable_plugin.rb:
Gem.execute do |original_file|
warn("Executing: #{original_file}")
end
Generate and install the new gem with executable hook.
Now try it:
gem install haml
haml --version
Returns:
Executing: /home/mpapis/.rvm/gems/ruby-1.8.7-p374-new1/bin/haml
Haml 4.0.3
Owner metadata
- Name: RVM
- Login: rvm
- Email:
- Kind: organization
- Description: Ruby enVironment Manager
- Website: https://rvm.io
- Location:
- Twitter: rvm_io
- Company:
- Icon url: https://avatars.githubusercontent.com/u/2589612?v=4
- Repositories: 32
- Last ynced at: 2026-02-12T06:32:22.661Z
- Profile URL: https://github.com/rvm
GitHub Events
Total
- Fork event: 1
Last Year
Committers metadata
Last synced: 2 days ago
Total Commits: 59
Total Committers: 10
Avg Commits per committer: 5.9
Development Distribution Score (DDS): 0.186
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Michal Papis | m****s@g****m | 48 |
| Piotr Kuczynski | p****i@g****m | 3 |
| Olle Jonsson | o****n@g****m | 1 |
| Matt Jonker | m****t@m****m | 1 |
| Koichi ITO | k****o@g****m | 1 |
| Ivo Wever | i****r@g****m | 1 |
| Ivan Kuchin | t****t@g****m | 1 |
| Elia Schito | e****a@s****e | 1 |
| Christian Meier | m****n@g****m | 1 |
| Rohit Arondekar | r****r@g****m | 1 |
Committer domains:
- schito.me: 1
- mattjonker.com: 1
Issue and Pull Request metadata
Last synced: about 2 months ago
Total issues: 30
Total pull requests: 12
Average time to close issues: about 2 months
Average time to close pull requests: 4 months
Total issue authors: 26
Total pull request authors: 9
Average comments per issue: 4.77
Average comments per pull request: 1.17
Merged pull request: 12
Bot issues: 0
Bot pull requests: 0
Past year issues: 1
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 1
Past year pull request authors: 0
Past year average comments per issue: 0.0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- mpapis (4)
- msjonker (2)
- webzakimbo (1)
- aconfee (1)
- AndreasDavour (1)
- owst (1)
- RobinNil (1)
- ijcd (1)
- leolimajr (1)
- feiadan (1)
- acatighera (1)
- jrdn91 (1)
- hackwithethics (1)
- garysweaver (1)
- ecssiah (1)
Top Pull Request Authors
- mpapis (4)
- Confusion (2)
- toy (2)
- msjonker (1)
- mkristian (1)
- koic (1)
- olleolleolle (1)
- elia (1)
- rohit (1)
Top Issue Labels
- bug (3)
- feedback needed (3)
- invalid (3)
- enhancement (2)
- duplicate (1)
Top Pull Request Labels
Package metadata
- Total packages: 4
-
Total downloads:
- rubygems: 88,985,497 total
- Total docker downloads: 63,802,908
- Total dependent packages: 5 (may contain duplicates)
- Total dependent repositories: 71 (may contain duplicates)
- Total versions: 48
- Total maintainers: 4
gem.coop: executable-hooks
Hook into rubygems executables allowing extra actions to be taken before executable is run.
- Homepage: https://github.com/rvm/executable-hooks
- Documentation: http://www.rubydoc.info/gems/executable-hooks/
- Licenses: Apache-2.0
- Latest release: 1.7.1 (published about 2 years ago)
- Last Synced: 2026-03-02T22:01:59.416Z (1 day ago)
- Versions: 22
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 44,493,178 Total
- Docker Downloads: 31,901,454
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.182%
- Downloads: 0.547%
- Maintainers (3)
rubygems.org: executable-hooks
Hook into rubygems executables allowing extra actions to be taken before executable is run.
- Homepage: https://github.com/rvm/executable-hooks
- Documentation: http://www.rubydoc.info/gems/executable-hooks/
- Licenses: Apache-2.0
- Latest release: 1.7.1 (published about 2 years ago)
- Last Synced: 2026-03-01T20:01:54.211Z (2 days ago)
- Versions: 22
- Dependent Packages: 4
- Dependent Repositories: 71
- Downloads: 44,488,497 Total
- Docker Downloads: 31,901,454
-
Rankings:
- Downloads: 0.461%
- Docker downloads count: 0.806%
- Dependent repos count: 3.151%
- Dependent packages count: 3.283%
- Average: 4.546%
- Forks count: 7.999%
- Stargazers count: 11.578%
- Maintainers (3)
gem.coop: toy-executable-hooks
Hook into rubygems executables allowing extra actions to be taken before executable is run.
- Homepage: https://github.com/rvm/executable-hooks
- Documentation: http://www.rubydoc.info/gems/toy-executable-hooks/
- Licenses: Apache 2.0
- Latest release: 1.6.2.2 (published about 3 years ago)
- Last Synced: 2026-03-01T20:01:53.075Z (2 days ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 1,911 Total
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 31.78%
- Downloads: 95.339%
- Maintainers (1)
rubygems.org: toy-executable-hooks
Hook into rubygems executables allowing extra actions to be taken before executable is run.
- Homepage: https://github.com/rvm/executable-hooks
- Documentation: http://www.rubydoc.info/gems/toy-executable-hooks/
- Licenses: Apache 2.0
- Latest release: 1.6.2.2 (published about 3 years ago)
- Last Synced: 2026-03-01T20:01:54.802Z (2 days ago)
- Versions: 2
- Dependent Packages: 1
- Dependent Repositories: 0
- Downloads: 1,911 Total
-
Rankings:
- Forks count: 8.401%
- Stargazers count: 11.562%
- Dependent packages count: 15.706%
- Average: 36.343%
- Dependent repos count: 46.779%
- Downloads: 99.265%
- Maintainers (1)
Dependencies
- tf ~> 0.4 development
Score: 24.36603083305679