# -*- encoding: utf-8 -*- # stub: ruby-mpfi 0.0.9 ruby libextext/mpfi_complexext/mpfi_matrix # stub: ext/mpfi/extconf.rbext/mpfi_matrix/mpfi/extconf.rbext/mpfi_complex/mpfi/extconf.rb Gem::Specification.new do |s| s.name = "ruby-mpfi".freeze s.version = "0.0.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "ext".freeze, "ext/mpfi_complex".freeze, "ext/mpfi_matrix".freeze] s.authors = ["Takayuki YAMAGUCHI".freeze] s.date = "2013-11-05" s.description = "Ruby bindings of MPFI that is a C library for interval arithmetic of multiple precision.".freeze s.email = ["d@ytak.info".freeze] s.extensions = ["ext/mpfi/extconf.rb".freeze, "ext/mpfi_matrix/mpfi/extconf.rb".freeze, "ext/mpfi_complex/mpfi/extconf.rb".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "History.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_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_complex.c".freeze, "ext/mpfi_complex/mpfi/ruby_mpfi_complex.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/ruby_mpfi_matrix.c".freeze, "ext/mpfi_matrix/mpfi/ruby_mpfi_matrix.h".freeze, "lib/mpfi/matrix.rb".freeze, "lib/mpfi/version.rb".freeze, "ruby-mpfi.gemspec".freeze, "spec/mpfi/generate_number_module.rb".freeze, "spec/mpfi/marshal_spec.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/string_spec.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_marshal_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/spec_helper.rb".freeze] s.homepage = "".freeze s.licenses = ["LGPL".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby bindings of MPFI".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end