summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Update README.mdMaxime Chevalier-Boisvert2021-10-201-1/+1
|
* Update README.mdMaxime Chevalier-Boisvert2021-10-201-2/+3
|
* Update README.mdMaxime Chevalier-Boisvert2021-10-201-1/+1
|
* Implement greedy versioning. Refactor versioning logic. (#10)Maxime Chevalier-Boisvert2021-10-201-1/+12
| | | | | | * Implement eager versioning. Refactor versioning logic. * Add --version-limit and --greedy-versioning command-line args
* Pass self type through method callsMaxime Chevalier-Boisvert2021-10-201-3/+2
|
* Rename YJIT readme to README.mdMaxime Chevalier-Boisvert2021-10-201-0/+100
|
* Rename Ruby README to README_ruby.mdMaxime Chevalier-Boisvert2021-10-201-187/+0
|
* .cirrus.yml: Add Cirrus CI for Arm64 tests.fedor2021-09-221-0/+1
| | | | Co-authored-by: fedor <fedor@cirruslabs.org>
* Update the Travis badge URL in README. [ci skip]Jun Aruga2021-09-091-1/+1
| | | | It seems the current URL is outdated, as it is not reachable.
* [DOC] Move mailing-list URLs to footnotes [ci skip]Nobuyoshi Nakada2021-07-111-3/+3
|
* Add section on build requirements to the READMEJeremy Evans2021-06-181-0/+12
| | | | | | | | | | 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]
* Add Travis badge image to `README.md`. [ci skip] (#4527)Jun Aruga2021-05-251-1/+2
| | | | Align the order of the badges with ones on the wiki page. https://bugs.ruby-lang.org/projects/ruby/wiki/CIServers
* [ci skip] Remove badge for Travis CI from README.mdPeter Zhu2021-04-201-1/+0
| | | | Travis CI was removed in 6b978d542704a5614af5e9375c4b31b8d2618652.
* Make sure to mention ext/Setup is optionalZachary Scott2021-04-111-5/+6
| | | | | This step confused me when trying to compile Ruby after 5 years, so it should be avoided unless you need static linking.
* [DOC] Update README [ci skip]Nobuyoshi Nakada2021-03-171-4/+7
| | | | | | | * Use `autogen.sh`. * The subversion repository is only for old versions, and secondary now. * Moved long links to footnotes.
* [DOC] Update README files to use autoreconf [ci skip]Nobuyoshi Nakada2021-02-101-2/+1
|
* Update labels of badges [ci skip]Kazuhiro NISHIYAMA2020-12-261-5/+5
|
* README.md: Haiku is currently unsupportedYusuke Endoh2020-12-241-2/+2
|
* Fix bundled gems installation on a fresh cloneDavid Rodríguez2020-03-141-6/+1
|
* README*.md: `defines.h` moved [ci skip]Kazuhiro NISHIYAMA2020-02-011-1/+1
| | | | at 2b592580bf65040373b55ff2ccc3b59a0a231a18
* README.md: removed the badge for Cygwin [ci skip]Nobuyoshi Nakada2020-01-191-1/+0
| | | | | The workflow for Cygwin has been removed at 3344f811074e1e6119eec23684013457dab4f8b0.
* Update GitHub Actions BadgesKazuhiro NISHIYAMA2020-01-011-5/+6
| | | | | - Generated by [npx github-actions-badge](https://github.com/azu/github-actions-badge) - Add MJIT
* Add badge of CygwinKazuhiro NISHIYAMA2019-12-091-0/+1
|
* We're not using Azure Pipelines anymoreTakashi Kokubun2019-11-121-1/+0
|
* Update badges of GitHub ActionsKazuhiro NISHIYAMA2019-11-131-3/+4
|
* Remove obsoleted Wercker status badgeTakashi Kokubun2019-11-121-1/+0
|
* Add badges of GitHub Actions [ci skip]Kazuhiro NISHIYAMA2019-09-181-0/+3
|
* README: Add smart URL for joining mailing listWill Binns2019-08-041-1/+1
| | | | | | | | | 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
* Prefer master rather than trunk in README [ci skip]Takashi Kokubun2019-07-011-5/+5
|
* * remove trailing spaces. [ci skip]git2019-06-041-1/+1
|
* Azure Pipelines run on master instead of trunk [ci skip]Kazuhiro NISHIYAMA2019-06-041-1/+1
|
* Use conssitent documentation about repository [ci skip]Takashi Kokubun2019-05-211-1/+1
| | | | | | | This unifies our explanation with https://github.com/ruby/www.ruby-lang.org/pull/2069 Co-authored-by: OKURA Masafumi <masafumi.o1988@gmail.com>
* Improve description of Ruby in READMEMarcus Stollsteimer2019-05-051-3/+4
| | | | | Use improved description as suggested by Olivier Lacan (@olivierlacan), see https://github.com/ruby/www.ruby-lang.org/pull/1888.
* * remove trailing spaces.svn2019-04-221-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* README.md: Update description about Git repositoryk0kubun2019-04-221-13/+11
| | | | | | | | 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
* Drop unnecessary newline in short line [ci skip]k0kubun2019-04-211-2/+1
| | | | | | 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
* git.ruby-lang.org may be slow than github.com from overseakazu2019-04-211-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Note about cgit url [ci skip]k0kubun2019-04-211-0/+2
| | | | | | testing svn hook by this commit git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Make README.md similar to README.ja.md [ci skip]k0kubun2019-04-211-5/+12
| | | | | | making safe commit to debug svn hook git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Removed extra empty linesnobu2019-04-191-2/+0
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Use similar line length in README [ci skip]k0kubun2019-04-191-2/+2
| | | | | | still debugging svn hook... git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* README.md simplified [ci skip]k0kubun2019-04-191-9/+4
| | | | | | | | | | | | | - "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
* Revert "README.md simplified [ci skip]"k0kubun2019-04-191-4/+9
| | | | | | | | | 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
* * remove trailing spaces. [ci skip]svn2019-04-191-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* README.md simplified [ci skip]k0kubun2019-04-191-9/+4
| | | | | | | | | | | | | | | - "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
* Add Azure Pipelines build status badge [ci skip]k0kubun2019-02-281-1/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* README.md: add wercker status badge [ci skip]k0kubun2018-11-021-1/+2
| | | | | | 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
* use https:// instead of git:// when possiblenormal2018-07-281-1/+1
| | | | | | Avoid MitM when downloading from insecure networks. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update obsoleted URLs of supported platforms [ci skip]kazu2018-06-151-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Remove sunsetting FTP sitekazu2018-06-131-4/+0
| | | | | | ref #14842 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e