# -*- encoding: utf-8 -*- # stub: ruby-mpfi 0.0.3 ruby libext # stub: ext/mpfi/extconf.rbext/mpfi_complex/mpfi/extconf.rbext/mpfi_matrix/mpfi/extconf.rb Gem::Specification.new do |s| s.name = "ruby-mpfi".freeze s.version = "0.0.3".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-19" s.description = "FIX (describe your package)".freeze s.email = ["d@ytak.info".freeze] s.extensions = ["ext/mpfi/extconf.rb".freeze, "ext/mpfi_complex/mpfi/extconf.rb".freeze, "ext/mpfi_matrix/mpfi/extconf.rb".freeze] s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze] s.files = ["History.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "ext/mpfi/extconf.rb".freeze, "ext/mpfi/func_mpfi_extention.c".freeze, "ext/mpfi/func_mpfi_extention.h".freeze, "ext/mpfi/ruby_mpfi.c".freeze, "ext/mpfi/ruby_mpfi.h".freeze, "ext/mpfi/ruby_mpfr.h".freeze, "ext/mpfi_complex/mpfi/extconf.rb".freeze, "ext/mpfi_complex/mpfi/func_mpfi_extention.h".freeze, "ext/mpfi_complex/mpfi/func_ruby_mpfi_complex.c".freeze, "ext/mpfi_complex/mpfi/func_ruby_mpfi_complex.h".freeze, "ext/mpfi_complex/mpfi/ruby_mpfi.h".freeze, "ext/mpfi_complex/mpfi/ruby_mpfi_complex.c".freeze, "ext/mpfi_complex/mpfi/ruby_mpfi_complex.h".freeze, "ext/mpfi_complex/mpfi/ruby_mpfr.h".freeze, "ext/mpfi_matrix/mpfi/extconf.rb".freeze, "ext/mpfi_matrix/mpfi/func_mpfi_extention.h".freeze, "ext/mpfi_matrix/mpfi/func_mpfi_matrix.c".freeze, "ext/mpfi_matrix/mpfi/func_mpfi_matrix.h".freeze, "ext/mpfi_matrix/mpfi/func_mpfr_matrix.h".freeze, "ext/mpfi_matrix/mpfi/ruby_mpfi.h".freeze, "ext/mpfi_matrix/mpfi/ruby_mpfi_matrix.c".freeze, "ext/mpfi_matrix/mpfi/ruby_mpfi_matrix.h".freeze, "ext/mpfi_matrix/mpfi/ruby_mpfr.h".freeze, "ext/mpfi_matrix/mpfi/ruby_mpfr_matrix.h".freeze, "lib/mpfi/matrix.rb".freeze, "lib/mpfi/version.rb".freeze, "ruby-mpfi.gemspec".freeze, "script/console".freeze, "script/destroy".freeze, "script/generate".freeze, "spec/mpfi/generate_number_module.rb".freeze, "spec/mpfi/mpfi_alloc_spec.rb".freeze, "spec/mpfi/mpfi_diam_arithmetic_spec.rb".freeze, "spec/mpfi/mpfi_interval_arithmetic_spec.rb".freeze, "spec/mpfi/mpfi_interval_functions_spec.rb".freeze, "spec/mpfi/mpfi_math_functions_spec.rb".freeze, "spec/mpfi/mpfi_set_operation_spec.rb".freeze, "spec/mpfi/ruby-mpfi_spec.rb".freeze, "spec/mpfi/spec_helper.rb".freeze, "spec/mpfi_complex/spec_helper.rb".freeze, "spec/mpfi_matrix/generate_matrix_arguments.rb".freeze, "spec/mpfi_matrix/mpfi_matrix_alloc_spec.rb".freeze, "spec/mpfi_matrix/mpfi_matrix_arithmetic_spec.rb".freeze, "spec/mpfi_matrix/mpfi_matrix_interval_func_spec.rb".freeze, "spec/mpfi_matrix/mpfi_matrix_set_element_spec.rb".freeze, "spec/mpfi_matrix/mpfi_matrix_set_operation_spec.rb".freeze, "spec/mpfi_matrix/mpfi_matrix_string_spec.rb".freeze, "spec/mpfi_matrix/mpfi_matrix_subdivision_spec.rb".freeze, "spec/mpfi_matrix/mpfi_square_matrix_spec.rb".freeze, "spec/mpfi_matrix/mpfi_vector_spec.rb".freeze, "spec/mpfi_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 = "FIX (describe your package)".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.0.4".freeze]) s.add_development_dependency(%q.freeze, [">= 2.4.0".freeze]) end