Hiroshi SHIBATA fe11bee507
Suppressing installation messages with test-bundler
Ignoring the following messages:

    ```
    (snip)
            -e 'load "spec/bundler/support/bundle.rb"' -- install --gemfile=tool/bundler/dev_gems.rb
    Using rake 13.0.6
    Using bundler 2.5.0.dev
    Using diff-lcs 1.5.0
    Using parallel 1.22.1
    Using parallel_tests 2.32.0
    Using power_assert 2.0.2
    Using rb_sys 0.9.52
    Using rspec-support 3.12.0
    Using rspec-core 3.12.0
    Using rspec-expectations 3.12.0
    Using rspec-mocks 3.12.1
    Using test-unit 3.5.5
    Using uri 0.12.0
    Using webrick 1.7.0
    Bundle complete! 11 Gemfile dependencies, 14 gems now installed.
    Gems in the groups 'lint' and 'doc' were not installed.
    Use `bundle info [gemname]` to see where a bundled gem is installed.
    ```
2023-01-12 10:46:54 +09:00
2023-01-12 10:15:58 +09:00
2023-01-11 13:41:41 +01:00
2022-10-26 18:57:26 +09:00
2023-01-11 23:25:28 +09:00
2023-01-06 12:13:15 +09:00
2023-01-11 13:41:41 +01:00
2023-01-11 13:41:41 +01:00
2023-01-11 11:06:58 -05:00
2023-01-11 11:06:58 -05:00
2022-12-20 17:53:41 +09:00
2023-01-11 13:41:41 +01:00
2023-01-12 09:29:56 +09:00
2023-01-09 14:29:18 -08:00
2023-01-10 08:59:38 -05:00
2022-12-02 01:19:55 +09:00
2022-12-15 18:56:24 +09:00
2022-12-23 18:09:49 +02:00
2022-12-02 01:19:55 +09:00
2023-01-11 13:41:41 +01:00
2022-12-09 21:56:02 -05:00
2023-01-11 11:06:58 -05:00
2023-01-04 09:10:58 -05:00
2023-01-05 09:24:32 -05:00
GPL
2022-11-10 10:52:16 +09:00
2022-12-25 21:46:29 -08:00
2022-09-26 00:41:16 +13:00
2022-12-08 22:40:56 -08:00
2023-01-06 07:02:20 +00:00
2022-12-15 18:56:24 +09:00
2022-10-18 10:16:22 -05:00
2022-12-11 18:49:56 +02:00
2022-11-16 18:58:33 +09:00
2022-11-09 23:21:26 +09:00
2023-01-05 13:14:11 -05:00
2023-01-01 14:50:39 +09:00
2022-12-02 01:31:27 +09:00
2022-12-28 18:43:05 +02:00
2022-11-16 18:58:33 +09:00
2023-01-11 11:06:58 -05:00
2022-11-16 18:58:33 +09:00
2022-10-13 08:14:04 -07:00
2022-12-25 21:46:29 -08:00
2022-11-16 18:58:33 +09:00
2022-10-21 14:56:48 -07:00
2023-01-01 14:50:39 +09:00

Actions Status: MinGW Actions Status: MJIT Actions Status: Ubuntu Actions Status: Windows AppVeyor status Travis Status Cirrus Status

What is Ruby?

Ruby is an interpreted object-oriented programming language often used for web development. It also offers many scripting features to process plain text and serialized files, or manage system tasks. It is simple, straightforward, and extensible.

Features of Ruby

  • Simple Syntax
  • Normal Object-oriented Features (e.g. class, method calls)
  • Advanced Object-oriented Features (e.g. mix-in, singleton-method)
  • Operator Overloading
  • Exception Handling
  • Iterators and Closures
  • Garbage Collection
  • Dynamic Loading of Object Files (on some architectures)
  • Highly Portable (works on many Unix-like/POSIX compatible platforms as well as Windows, macOS, etc.) cf. https://github.com/ruby/ruby/blob/master/doc/maintainers.rdoc#label-Platform+Maintainers

How to get Ruby with Git

For a complete list of ways to install Ruby, including using third-party tools like rvm, see:

https://www.ruby-lang.org/en/downloads/

The mirror of the Ruby source tree can be checked out with the following command:

$ git clone https://github.com/ruby/ruby.git

There are some other branches under development. Try the following command to see the list of branches:

$ git ls-remote https://github.com/ruby/ruby.git

You may also want to use https://git.ruby-lang.org/ruby.git (actual master of Ruby source) if you are a committer.

How to build

see Building Ruby

Ruby home page

https://www.ruby-lang.org/

Documentation

Mailing list

There is a mailing list to discuss Ruby. To subscribe to this list, please send the following phrase:

subscribe

in the mail body (not subject) to the address ruby-talk-request@ruby-lang.org.

Copying

See the file COPYING.

Feedback

Questions about the Ruby language can be asked on the Ruby-Talk mailing list or on websites like https://stackoverflow.com.

Bugs should be reported at https://bugs.ruby-lang.org. Read "Reporting Issues" for more information.

Contributing

See "Contributing to Ruby", which includes setup and build instructions.

The Author

Ruby was originally designed and developed by Yukihiro Matsumoto (Matz) in 1995.

matz@ruby-lang.org

Description
Languages
Ruby 58.9%
C 29.5%
Rust 6.1%
C++ 2.9%
Yacc 0.9%
Other 1.6%