# -*- encoding: utf-8 -*- # stub: gmp 0.2.1 ruby ext # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "gmp".freeze s.version = "0.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["ext".freeze] s.authors = ["Tomasz Wegrzanowski".freeze, "srawlins".freeze] s.date = "2009-12-21" s.description = "gmp - providing Ruby bindings to the GMP library.".freeze s.email = ["Tomasz.Wegrzanowski@gmail.com".freeze, "sam.rawlins@gmail.com".freeze] s.extensions = ["ext/extconf.rb".freeze] s.files = ["CHANGELOG".freeze, "INSTALL".freeze, "README.rdoc".freeze, "ext/extconf.rb".freeze, "ext/gmp.c".freeze, "ext/gmpf.c".freeze, "ext/gmpf.h".freeze, "ext/gmpq.c".freeze, "ext/gmpq.h".freeze, "ext/gmpz.c".freeze, "ext/gmpz.h".freeze, "ext/ruby_gmp.h".freeze, "ext/takeover.h".freeze, "manual.pdf".freeze, "manual.tex".freeze, "test/README".freeze, "test/tc_cmp.rb".freeze, "test/tc_f_arithmetics_coersion.rb".freeze, "test/tc_f_precision.rb".freeze, "test/tc_fib_fac_nextprime.rb".freeze, "test/tc_floor_ceil_truncate.rb".freeze, "test/tc_logical_roots.rb".freeze, "test/tc_q.rb".freeze, "test/tc_q_basic.rb".freeze, "test/tc_sgn_neg_abs.rb".freeze, "test/tc_swap.rb".freeze, "test/tc_z.rb".freeze, "test/tc_z_basic.rb".freeze, "test/tc_z_exponentiation.rb".freeze, "test/tc_z_logic.rb".freeze, "test/tc_z_shifts_last_bits.rb".freeze, "test/tc_z_to_d_to_i.rb".freeze, "test/tc_zerodivisionexceptions.rb".freeze, "test/test_helper.rb".freeze, "test/unit_tests.rb".freeze] s.homepage = "http://github.com/srawlins/gmp".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.8.1".freeze) s.requirements = ["GMP compiled and working properly.".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Provides Ruby bindings to the GMP library.".freeze end