--- !ruby/object:Gem::Specification name: ruby-mpfr version: !ruby/object:Gem::Version prerelease: version: 0.0.12 platform: ruby authors: - Takayuki YAMAGUCHI autorequire: bindir: bin cert_chain: [] date: 2011-02-27 00:00:00 +09:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: hoe prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 2.9.1 type: :development version_requirements: *id001 description: |- ruby-mpfr is a library to use MPFR[http://www.mpfr.org/] which is a C library for multiple-precision floating-point computations. ruby-mpfr also includes Matrix class of MPFR; MPFR::Matrix, MPFR::SquareMatrix, MPFR::ColumnVector, and MPFR::RowVector. * History[link:History_txt.html] * {Examples of Usage}[link:Example_rdoc.html] email: - d@ytak.info executables: [] extensions: - ext/mpfr/extconf.rb - ext/mpfr_matrix/mpfr/extconf.rb - ext/gmp/mpfr/extconf.rb extra_rdoc_files: - History.txt - Manifest.txt - PostInstall.txt - README.rdoc - Example.rdoc files: - Example.rdoc - History.txt - Manifest.txt - PostInstall.txt - README.rdoc - Rakefile - ext/gmp/mpfr/extconf.rb - ext/gmp/mpfr/gmp_header/gmpf.h - ext/gmp/mpfr/gmp_header/gmpq.h - ext/gmp/mpfr/gmp_header/gmpz.h - ext/gmp/mpfr/gmp_header/mprnd.h - ext/gmp/mpfr/gmp_header/ruby_gmp.h - ext/gmp/mpfr/gmp_header/takeover.h - ext/gmp/mpfr/ruby_mpfr_gmp.c - ext/gmp/mpfr/ruby_mpfr_gmp.h - ext/mpfr/extconf.rb - ext/mpfr/ruby_mpfr.c - ext/mpfr/ruby_mpfr.h - ext/mpfr_matrix/mpfr/extconf.rb - ext/mpfr_matrix/mpfr/func_mpfr_matrix.c - ext/mpfr_matrix/mpfr/func_mpfr_matrix.h - ext/mpfr_matrix/mpfr/ruby_mpfr.h - ext/mpfr_matrix/mpfr/ruby_mpfr_matrix.c - ext/mpfr_matrix/mpfr/ruby_mpfr_matrix.h - lib/mpfr/gmp.rb - lib/mpfr/matrix.rb - lib/mpfr/rspec.rb - lib/mpfr/version.rb - ruby-mpfr.gemspec - script/console - script/destroy - script/generate - spec/gmp/convert_spec.rb - spec/gmp/rand_spec.rb - spec/gmp/spec_helper.rb - spec/mpfr/allocate_spec.rb - spec/mpfr/arithmetic_spec.rb - spec/mpfr/comparison_spec.rb - spec/mpfr/constant_spec.rb - spec/mpfr/conversion_spec.rb - spec/mpfr/exception_spec.rb - spec/mpfr/functions_spec.rb - spec/mpfr/generate_number_modulue.rb - spec/mpfr/marshal_spec.rb - spec/mpfr/precision_roundmode_spec.rb - spec/mpfr/rounding_spec.rb - spec/mpfr/set_value_spec.rb - spec/mpfr/spec_helper.rb - spec/mpfr/string_spec.rb - spec/mpfr_matrix/generate_matrix_arguments.rb - spec/mpfr_matrix/mpfr_matrix_alloc_spec.rb - spec/mpfr_matrix/mpfr_matrix_arithmetic_spec.rb - spec/mpfr_matrix/mpfr_matrix_marshal_spec.rb - spec/mpfr_matrix/mpfr_matrix_set_element_spec.rb - spec/mpfr_matrix/mpfr_matrix_string_spec.rb - spec/mpfr_matrix/mpfr_square_matrix_spec.rb - spec/mpfr_matrix/spec_helper.rb - tasks/extconf.rake - .gemtest has_rdoc: true homepage: http://rubyforge.org/projects/ruby-mpfr/ licenses: [] post_install_message: PostInstall.txt rdoc_options: - --main - README.rdoc require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: [] rubyforge_project: ruby-mpfr rubygems_version: 1.5.2 signing_key: specification_version: 3 summary: ruby-mpfr is a library to use MPFR[http://www.mpfr.org/] which is a C library for multiple-precision floating-point computations test_files: []