Skip to content

Conversation

@koic
Copy link
Contributor

@koic koic commented Dec 20, 2017

RDoc seems to be updated to RDoc 6.0.0 with Ruby 2.5.0-rc1.
It is not RDoc 6.0.0.beta3.

Ruby 2.5.0-rc1

% ruby -rrdoc -ve 'p RDoc::VERSION'
ruby 2.5.0rc1 (2017-12-14 trunk 61243) [x86_64-darwin13]
"6.0.0"

Ruby 2.5.0-preview1

% ruby -rrdoc -ve 'p RDoc::VERSION'
ruby 2.5.0preview1 (2017-10-10 trunk 60153) [x86_64-darwin13]
"6.0.0.beta3"

RDoc seems to be updated to RDoc 6.0.0 with Ruby 2.5.0-rc1.
It is not RDoc 6.0.0.beta3.

## Ruby 2.5.0-rc1

```console
% ruby -rrdoc -ve 'p RDoc::VERSION'
ruby 2.5.0rc1 (2017-12-14 trunk 61243) [x86_64-darwin13]
"6.0.0"
```

## Ruby 2.5.0-preview1

```console
% ruby -rrdoc -ve 'p RDoc::VERSION'
ruby 2.5.0preview1 (2017-10-10 trunk 60153) [x86_64-darwin13]
"6.0.0.beta3"
```
@koic koic force-pushed the update_to_rdoc_6_0_0_with_ruby_2_5_0_rc1 branch from 145fcee to ee02eda Compare December 20, 2017 03:25
@hsbt
Copy link
Member

hsbt commented Dec 20, 2017

It's my mistake for NEWS file. I'm going to update it before the final release.

@hsbt hsbt merged commit 029be49 into ruby:master Dec 20, 2017
@koic koic deleted the update_to_rdoc_6_0_0_with_ruby_2_5_0_rc1 branch December 20, 2017 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants