Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/ronin-rb/scripts
Useful shell scripts for ronin-rb
https://github.com/ronin-rb/scripts
Added tests for the `ronin-dev.sh` script.
b945793cf5576949315ce192056186861a7f4f15 authored over 2 years ago
b945793cf5576949315ce192056186861a7f4f15 authored over 2 years ago
Updated the list of repositories.
44a31a1a6481481cdf27aee7f67637ce05423342 authored over 2 years ago
44a31a1a6481481cdf27aee7f67637ce05423342 authored over 2 years ago
No need for `[ ]` if we're just testing a command's exit value.
21ea3eb978ad7b6f18d575d8b3f3ea13ae924686 authored over 2 years ago
21ea3eb978ad7b6f18d575d8b3f3ea13ae924686 authored over 2 years ago
Added more tests.
6188253cbd3fc491c3045297857258c39b2738e2 authored over 2 years ago
6188253cbd3fc491c3045297857258c39b2738e2 authored over 2 years ago
Added basic GitHub Actions / shunit2 integration testing.
f0bdb4026268c3313a45030ba479035e41c34175 authored over 2 years ago
f0bdb4026268c3313a45030ba479035e41c34175 authored over 2 years ago
Honor prerelease mode when updating ronin as well.
d5780c6a4653dfdfb0d9f0ff29f7e256e370c066 authored over 2 years ago
d5780c6a4653dfdfb0d9f0ff29f7e256e370c066 authored over 2 years ago
Apparently `--pre` has been expanded to `--prerelease`.
61e96baa650041c4a586828225a73ee5cf307941 authored over 2 years ago
61e96baa650041c4a586828225a73ee5cf307941 authored over 2 years ago
No need to accept additional options after `--`.
55402ecfbca081fd1f96e5117d40f3be3d473912 authored over 2 years ago
55402ecfbca081fd1f96e5117d40f3be3d473912 authored over 2 years ago
Allow explicitly specifying the package manager.
9c073c9739e75747c7d1dce7283fd91898bdf378 authored over 2 years ago
9c073c9739e75747c7d1dce7283fd91898bdf378 authored over 2 years ago
Added basic option parsing and the ability to install pre-releases.
fc9edc4eb12c0173b50cd4da2cda1202ae4d4233 authored over 2 years ago
fc9edc4eb12c0173b50cd4da2cda1202ae4d4233 authored over 2 years ago
Fixed a typo.
e8843465d9ec84c9126dc761521baa69a0e488f8 authored over 2 years ago
e8843465d9ec84c9126dc761521baa69a0e488f8 authored over 2 years ago
Add explicit instructions.
996b5704d98c48dfd950f7018f85fd34da55e074 authored about 3 years ago
996b5704d98c48dfd950f7018f85fd34da55e074 authored about 3 years ago
Renamed ronin.sh to ronin-install.sh.
0cc4316d4c35a123ac83cd1cdc389af77cb83cda authored about 3 years ago
0cc4316d4c35a123ac83cd1cdc389af77cb83cda authored about 3 years ago
Add standard links to the top.
4a0102a6984f3c06c90dbfca18eb4f6b3e4ae9ca authored over 3 years ago
4a0102a6984f3c06c90dbfca18eb4f6b3e4ae9ca authored over 3 years ago
Removed IRC link.
56ce19c7bbd1b2c0e382c5d9b330d08d79872a7d authored over 3 years ago
56ce19c7bbd1b2c0e382c5d9b330d08d79872a7d authored over 3 years ago
Renamed ronin-up.sh to just ronin.sh, and dev-up.sh to ronin-dev.sh.
da6106de08d1d73550239d723b6fe6cb421cc2ba authored over 3 years ago
da6106de08d1d73550239d723b6fe6cb421cc2ba authored over 3 years ago
Add a "website" symlink to ronin-rb.github.io.
155a0ab8a1126b1c64ff204d3fda3f39b6bf020c authored almost 4 years ago
155a0ab8a1126b1c64ff204d3fda3f39b6bf020c authored almost 4 years ago
Enter into the $ronin_src_dir before cloning repos.
099a31a02bf652acaac509d09de259a6bf0c0827 authored almost 4 years ago
099a31a02bf652acaac509d09de259a6bf0c0827 authored almost 4 years ago
Add the ronin-repos to github_repos.
40044710cd4afc0efbe5f19e70e4a744ce7c9791 authored almost 4 years ago
40044710cd4afc0efbe5f19e70e4a744ce7c9791 authored almost 4 years ago
Use $ronin_src_dir.
8880568f77500c13a655bcdbc2fdd6f320130143 authored almost 4 years ago
8880568f77500c13a655bcdbc2fdd6f320130143 authored almost 4 years ago
Use `bundle config set --local` so we don't accidentally set the global config.
3378727a4ac2008dc38d127c3935229ddb0b8ec6 authored almost 4 years ago
3378727a4ac2008dc38d127c3935229ddb0b8ec6 authored almost 4 years ago
Added the usual contact info.
85c08e7d4604215a3b91c6b999be0df65281129f authored almost 4 years ago
85c08e7d4604215a3b91c6b999be0df65281129f authored almost 4 years ago
Only run bundler if a Gemfile exists.
a590ce97b73c53cc26c4b2df67c4d557c5b23b78 authored about 4 years ago
a590ce97b73c53cc26c4b2df67c4d557c5b23b78 authored about 4 years ago
Add additional non-gem repos to the list of repos to clone.
* ronin-rb.github.io (aka the website)
* scripts (this repo)
* docker
Style.
* Terminate multi-lines with a `\`.
1cf2c8211a9ca21998fed374e5e88e0da885a369 authored about 4 years ago
Style.
* \ terminate multi-line input.
* Quote every variable/command that isn't meant to be expanded.
Auto-install rubygems if it's missing (only on RedHat based systems).
* RedHat/Fedora provides a ruby package and a ruby-devel package. Only ruby-devel deps in
the ...
Detect if the GEM_HOME is writable or not, and use `sudo gem` vs `gem`.
800459bdc96e9250350dee05d17f3ba49fffe55c authored about 4 years ago
800459bdc96e9250350dee05d17f3ba49fffe55c authored about 4 years ago
Check for bundler 1.x and update it.
4b8d722af7bd1986da5512773b2b21113cc342e5 authored about 4 years ago
4b8d722af7bd1986da5512773b2b21113cc342e5 authored about 4 years ago
Ensure all repos use a shared gem dir to save on disk space.
e82d7ea5b8979e499600a3c70d75825dc548d0c1 authored about 4 years ago
e82d7ea5b8979e499600a3c70d75825dc548d0c1 authored about 4 years ago
Add the MIT license.
aa751e8570a6c0d151d0e6d45e5d892fbc1542cd authored about 4 years ago
aa751e8570a6c0d151d0e6d45e5d892fbc1542cd authored about 4 years ago
Install gcc and make for the C extensions.
7508e99a9243ba05fde90b7efeedf215bc92f237 authored about 4 years ago
7508e99a9243ba05fde90b7efeedf215bc92f237 authored about 4 years ago
Install the libreadline for the bond gem.
65a3a126890ed8e0636b1b0c3a6d8deefe939cd4 authored about 4 years ago
65a3a126890ed8e0636b1b0c3a6d8deefe939cd4 authored about 4 years ago
It's libsqlite3-dev, not libsqlite-dev.
530868d6346d4d0b52c907fca369488a0bdbee05 authored about 4 years ago
530868d6346d4d0b52c907fca369488a0bdbee05 authored about 4 years ago
No need to use pushd/popd.
a4763410c5080144d092a367935744dc1171f371 authored about 4 years ago
a4763410c5080144d092a367935744dc1171f371 authored about 4 years ago
Update the ronin gem if it's already installed.
72272dad501c0508b5181d8c90c4429dec3f1273 authored about 4 years ago
72272dad501c0508b5181d8c90c4429dec3f1273 authored about 4 years ago
Added the install_dependencies function.
d57b5f65a7aafcfe13857bb92b7de099cd006ac9 authored about 4 years ago
d57b5f65a7aafcfe13857bb92b7de099cd006ac9 authored about 4 years ago
Re-organize the README.
ed5326ef5e2f003623fc63df8766663a0ce5d394 authored about 4 years ago
ed5326ef5e2f003623fc63df8766663a0ce5d394 authored about 4 years ago
Link to the "raw" github URLs.
d62e4ee312b644c63adf2df775d09c6b231b2e05 authored about 4 years ago
d62e4ee312b644c63adf2df775d09c6b231b2e05 authored about 4 years ago
Initial commit.
2e434478e74900bc1f30b4e7fc96e126bb901ff4 authored about 4 years ago
2e434478e74900bc1f30b4e7fc96e126bb901ff4 authored about 4 years ago