# -*- encoding: utf-8 -*- # stub: ruby-mpfr 0.0.6 ruby libext # stub: ext/mpfr/extconf.rbext/mpfr_matrix/mpfr/extconf.rb Gem::Specification.new do |s| s.name = "ruby-mpfr".freeze s.version = "0.0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "ext".freeze] s.authors = ["Takayuki YAMAGUCHI".freeze] s.date = "2009-12-26" s.description = "ruby-mpfr is a library to use MPFR[http://www.mpfr.org/] which is a C library for\nmultiple-precision floating-point computations.\nruby-mpfr also includes Matrix class of MPFR; MPFR::Matrix, MPFR::SquareMatrix,\nMPFR::ColumnVector, and MPFR::RowVector.\n\n* History[link:History_txt.html]\n* {Examples of Usage}[link:Example_rdoc.html]".freeze s.email = ["d@ytak.info".freeze] s.extensions = ["ext/mpfr/extconf.rb".freeze, "ext/mpfr_matrix/mpfr/extconf.rb".freeze] s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze, "Example.rdoc".freeze] s.files = ["Example.rdoc".freeze, "History.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "ext/mpfr/extconf.rb".freeze, "ext/mpfr/ruby_mpfr.c".freeze, "ext/mpfr/ruby_mpfr.h".freeze, "ext/mpfr_matrix/mpfr/extconf.rb".freeze, "ext/mpfr_matrix/mpfr/func_mpfr_matrix.c".freeze, "ext/mpfr_matrix/mpfr/func_mpfr_matrix.h".freeze, "ext/mpfr_matrix/mpfr/ruby_mpfr.h".freeze, "ext/mpfr_matrix/mpfr/ruby_mpfr_matrix.c".freeze, "ext/mpfr_matrix/mpfr/ruby_mpfr_matrix.h".freeze, "lib/mpfr/matrix.rb".freeze, "lib/mpfr/version.rb".freeze, "ruby-mpfr.gemspec".freeze, "script/console".freeze, "script/destroy".freeze, "script/generate".freeze, "spec/mpfr/allocate_spec.rb".freeze, "spec/mpfr/arithmetic_spec.rb".freeze, "spec/mpfr/comparison_spec.rb".freeze, "spec/mpfr/constant_spec.rb".freeze, "spec/mpfr/conversion_spec.rb".freeze, "spec/mpfr/exception_spec.rb".freeze, "spec/mpfr/functions_spec.rb".freeze, "spec/mpfr/generate_number_modulue.rb".freeze, "spec/mpfr/precision_roundmode_spec.rb".freeze, "spec/mpfr/rounding_spec.rb".freeze, "spec/mpfr/set_value_spec.rb".freeze, "spec/mpfr/spec_helper.rb".freeze, "spec/mpfr/string_spec.rb".freeze, "spec/mpfr_matrix/generate_matrix_arguments.rb".freeze, "spec/mpfr_matrix/mpfr_matrix_alloc_spec.rb".freeze, "spec/mpfr_matrix/mpfr_matrix_arithmetic_spec.rb".freeze, "spec/mpfr_matrix/mpfr_matrix_set_element_spec.rb".freeze, "spec/mpfr_matrix/mpfr_matrix_string_spec.rb".freeze, "spec/mpfr_matrix/mpfr_square_matrix_spec.rb".freeze, "spec/mpfr_matrix/spec_helper.rb".freeze, "spec/spec.opts".freeze, "tasks/extconf.rake".freeze] s.homepage = "http://rubyforge.org/projects/ruby-mpfr/".freeze s.post_install_message = "PostInstall.txt".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "ruby-mpfr is a library to use MPFR[http://www.mpfr.org/] which is a C library for multiple-precision floating-point computations".freeze s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 2.4.0".freeze]) end