summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-09-22.cirrus.yml: Add Cirrus CI for Arm64 tests.fedor
Co-authored-by: fedor <fedor@cirruslabs.org> Notes: Merged: https://github.com/ruby/ruby/pull/4875
2021-09-09Update the Travis badge URL in README. [ci skip]Jun Aruga
It seems the current URL is outdated, as it is not reachable. Notes: Merged: https://github.com/ruby/ruby/pull/4819
2021-07-11[DOC] Move mailing-list URLs to footnotes [ci skip]Nobuyoshi Nakada
2021-06-18Add section on build requirements to the READMEJeremy Evans
I'm not sure that this is section is complete (may be missing requirements), or accurate (minimum automake or bison versions may not be correct). However, I think it's useful, and we can adjust it in the future to add requirements or adjust requirement versions. Fixes [Bug #14409] Notes: Merged: https://github.com/ruby/ruby/pull/4582
2021-05-25Add Travis badge image to `README.md`. [ci skip] (#4527)Jun Aruga
Align the order of the badges with ones on the wiki page. https://bugs.ruby-lang.org/projects/ruby/wiki/CIServers Notes: Merged-By: junaruga
2021-04-20[ci skip] Remove badge for Travis CI from README.mdPeter Zhu
Travis CI was removed in 6b978d542704a5614af5e9375c4b31b8d2618652. Notes: Merged: https://github.com/ruby/ruby/pull/4396
2021-04-11Make sure to mention ext/Setup is optionalZachary Scott
This step confused me when trying to compile Ruby after 5 years, so it should be avoided unless you need static linking.
2021-03-17[DOC] Update README [ci skip]Nobuyoshi Nakada
* Use `autogen.sh`. * The subversion repository is only for old versions, and secondary now. * Moved long links to footnotes.
2021-02-10[DOC] Update README files to use autoreconf [ci skip]Nobuyoshi Nakada
2020-12-26Update labels of badges [ci skip]Kazuhiro NISHIYAMA
2020-12-24README.md: Haiku is currently unsupportedYusuke Endoh
2020-03-14Fix bundled gems installation on a fresh cloneDavid Rodríguez
Notes: Merged: https://github.com/ruby/ruby/pull/2951
2020-02-01README*.md: `defines.h` moved [ci skip]Kazuhiro NISHIYAMA
at 2b592580bf65040373b55ff2ccc3b59a0a231a18
2020-01-19README.md: removed the badge for Cygwin [ci skip]Nobuyoshi Nakada
The workflow for Cygwin has been removed at 3344f811074e1e6119eec23684013457dab4f8b0.
2020-01-01Update GitHub Actions BadgesKazuhiro NISHIYAMA
- Generated by [npx github-actions-badge](https://github.com/azu/github-actions-badge) - Add MJIT
2019-12-09Add badge of CygwinKazuhiro NISHIYAMA
Notes: Merged: https://github.com/ruby/ruby/pull/2733
2019-11-12We're not using Azure Pipelines anymoreTakashi Kokubun
2019-11-13Update badges of GitHub ActionsKazuhiro NISHIYAMA
2019-11-12Remove obsoleted Wercker status badgeTakashi Kokubun
2019-09-18Add badges of GitHub Actions [ci skip]Kazuhiro NISHIYAMA
2019-08-04README: Add smart URL for joining mailing listWill Binns
This adds a couple of parameters to the mailing list link in the README so that the subject line and body are automatically populated. The body is populated with the `subscribe` string so that all an individual has to do is perform the send action in their mail client. Closes: https://github.com/ruby/ruby/pull/2236
2019-07-01Prefer master rather than trunk in README [ci skip]Takashi Kokubun
2019-06-04* remove trailing spaces. [ci skip]git
2019-06-04Azure Pipelines run on master instead of trunk [ci skip]Kazuhiro NISHIYAMA
2019-05-21Use conssitent documentation about repository [ci skip]Takashi Kokubun
This unifies our explanation with https://github.com/ruby/www.ruby-lang.org/pull/2069 Co-authored-by: OKURA Masafumi <masafumi.o1988@gmail.com>
2019-05-05Improve description of Ruby in READMEMarcus Stollsteimer
Use improved description as suggested by Olivier Lacan (@olivierlacan), see https://github.com/ruby/www.ruby-lang.org/pull/1888.
2019-04-22* remove trailing spaces.svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-22README.md: Update description about Git repositoryk0kubun
We started to switch from SVN to Git. Because GitHub would be more reliable than our single-host cgit, I continued to list GitHub mirror repository in the first place. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-21Drop unnecessary newline in short line [ci skip]k0kubun
I'm commiting safe things to test commit hooks on production... git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-21git.ruby-lang.org may be slow than github.com from overseakazu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-21Note about cgit url [ci skip]k0kubun
testing svn hook by this commit git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-21Make README.md similar to README.ja.md [ci skip]k0kubun
making safe commit to debug svn hook git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-19Removed extra empty linesnobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-19Use similar line length in README [ci skip]k0kubun
still debugging svn hook... git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-19README.md simplified [ci skip]k0kubun
- "do system management tasks" -> "manage the system" - "talk about" -> "discuss" - "The URL of the Ruby home page is:" and "This is what you need to do to compile and install Ruby:" are removed because of redundancy. - "Bugs reports should be filed" -> "Bugs should be reported" [Fix https://github.com/ruby/ruby/pull/2004] From: yzzhang-cs git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-19Revert "README.md simplified [ci skip]"k0kubun
This reverts commit 41fabbcc0ef7f6e025c1af8bf0387ee9e38d655f. because I had a mistake in comment message. (to commit svn hook again) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-19* remove trailing spaces. [ci skip]svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-04-19README.md simplified [ci skip]k0kubun
- "do system management tasks" -> "manage the system" - "talk about" -> "discuss" - "The URL of the Ruby home page is:" and "This is what you need to do to compile and install Ruby:" are removed because of redundancy. - "Bugs reports should be filed" -> "Bugs should be reported" [Fix GH-${pr_id}] From: yzzhang-cs (merging some safe PR to test svn hook) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-02-28Add Azure Pipelines build status badge [ci skip]k0kubun
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-11-02README.md: add wercker status badge [ci skip]k0kubun
and show trunk branch's build status for travis as well git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-07-28use https:// instead of git:// when possiblenormal
Avoid MitM when downloading from insecure networks. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-06-15Update obsoleted URLs of supported platforms [ci skip]kazu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-06-13Remove sunsetting FTP sitekazu
ref #14842 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-03-05README.md: removed unnecessary schemesnobu
`mailto:` scheme on text looking like email-address is unnecessary in Markdown. [Fix GH-1827] Co-Authored-By: YoeriH <yoeri90@gmail.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-12-13Modify git clone commandhsbt
The previous git clone command is not work, the protocol in URL should be https [fix GH-1772] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-11-07README.md: fix typos and grammarstomar
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-10-21Update some words on README.md.hsbt
* Remove space on double spaces. * Capitalization of "Ruby". * Use macOS instead of OS X. https://github.com/ruby/ruby/pull/1610 Patch by @bunkrich [fix GH-1610] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-09-29configure.acnobu
* configure.ac: renamed configure.in. [Feature #13946] * Makefile.in, common.mk, ext/rbconfig/sizeof/depend: use configure.ac. * README.ja.md, README.md: update document for configure.ac. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-09-19Added documentationhsbt
Added documentaiton for installation of bundled gems. [Bug #13724][ruby-core:81938] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-04-18Fix heading of README.hsbt
[Fix GH-1586] Patch by @jbampton git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e