Actions
Feature #5826
closedWhen the RUBY API_VERSION will be increased?
Feature #5826:
When the RUBY API_VERSION will be increased?
Description
I think RUBY_API_VERSION should be 2.0.0 for Ruby2.0.0.
In other hand, some people might think it should stay 1.9.1 becouse Ruby2.0.0 will have backward compatibility with 1.9.
Files
Updated by ayumin (Ayumu AIZAWA) almost 14 years ago
Updated by shevegen (Robert A. Heiler) almost 14 years ago
Ruby 2.0 should be new and different and not care about 1.9.x
So I think +1 here from me, because it feels consistent with the version.
But matz will decide how he wants to have it. :)
Updated by ayumin (Ayumu AIZAWA) almost 14 years ago
- Status changed from Open to Assigned
- Assignee set to matz (Yukihiro Matsumoto)
Updated by kosaki (Motohiro KOSAKI) almost 14 years ago
I think RUBY_API_VERSION should be 2.0.0 for Ruby2.0.0.
In other hand, some people might think it should stay 1.9.1 becouse Ruby2.0.0 will have backward compatibility with 1.9.
Please just bump it up now. I can imagine people want to install both
1.9.3 and 2.0.0 a while.
Updated by ayumin (Ayumu AIZAWA) almost 14 years ago
- Status changed from Assigned to Closed
Update RUBY_API_VERSION to 2.0.0 by r34220.
Actions