Name: | rh-ruby22-rubygem-bigdecimal |
---|---|
Version: | 1.2.6 |
Release: | 11.0.1.el7 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 90342 |
License: | GPL+ or Artistic |
RPM: | rh-ruby22-rubygem-bigdecimal-1.2.6-11.0.1.el7.x86_64.rpm |
Source RPM: | rh-ruby22-ruby-2.2.2-11.0.1.el7.src.rpm |
Build Date: | Wed Jan 04 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://ruby-lang.org/ |
Summary: | BigDecimal provides arbitrary-precision floating point decimal arithmetic |
Description: | Ruby provides built-in support for arbitrary precision integer arithmetic. For example: 42**13 -> 1265437718438866624512 BigDecimal provides similar support for very large or very accurate floating point numbers. Decimal arithmetic is also useful for general calculation, because it provides the correct answers people expect–whereas normal binary floating point arithmetic often introduces subtle errors because of the conversion between base 10 and base 2. |
- Fix test suite (Natalya Naumova)
- Update to Ruby 2.2.2 - Resolves: rhbz#1215958
- Fix libruby.so versions in SystemTap scripts (rhbz#1202232).
- Update to Ruby 2.2.1.
- Fix directory ownership.
- Make operating_system.rb more robust. - Add RubyGems stub headers for bundled gems.
- Remove dangling symlinks.
- Add missing rubygem-test-unit dependency on rubygem-power_assert.
- Fix JSON ext symlink
- Fixed operating_system to properly install binary extensions. - Rebase patches to apply cleanly. - Fix PPC64LE support. - Fix -tcltk requires.