intervals 0.4.75 → 0.4.76

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.txt +1 -1
  2. data/test/test_interval.rb +3 -3
  3. metadata +1 -1
@@ -1 +1 @@
1
- 0.4.75
1
+ 0.4.76
@@ -625,11 +625,11 @@ class Interval::KahanTest < Test::Unit::TestCase
625
625
  0.82310391214613,
626
626
  0.198147944349148,
627
627
  0.24650422376045,
628
- 0.471233184991935].map{|x| x-0.5}, :strict
628
+ 0.471233184991935].map{|x| x-0.5}
629
629
  srand 12345
630
- assert_consistent_sum gen_data(200), :strict
630
+ assert_consistent_sum gen_data(200)
631
631
  if @@long
632
- assert_consistent_sum gen_data(2000), :strict
632
+ assert_consistent_sum gen_data(2000)
633
633
  assert_consistent_sum gen_data(100)
634
634
  assert_consistent_sum gen_data(100)
635
635
  assert_consistent_sum gen_data(100)
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: intervals
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.4.75
6
+ version: 0.4.76
7
7
  date: 2006-04-09 00:00:00 +02:00
8
8
  summary: Interval arithmetic in Ruby.
9
9
  require_paths: