gmp 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,7 @@ require 'tc_z_shifts_last_bits'
18
18
  require 'tc_logical_roots'
19
19
  require 'tc_f_precision'
20
20
  require 'tc_f_arithmetics_coersion'
21
+ require 'tc_z_jac_leg_rem'
21
22
 
22
23
  class TC_default_prec < Test::Unit::TestCase
23
24
  def test_default_prec
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gmp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomasz Wegrzanowski
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-12-21 00:00:00 -07:00
13
+ date: 2009-12-22 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
@@ -49,6 +49,7 @@ files:
49
49
  - test/tc_z.rb
50
50
  - test/tc_z_basic.rb
51
51
  - test/tc_z_exponentiation.rb
52
+ - test/tc_z_jac_leg_rem.rb
52
53
  - test/tc_z_logic.rb
53
54
  - test/tc_z_shifts_last_bits.rb
54
55
  - test/tc_z_to_d_to_i.rb