abundance 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/test/ts_abundance.rb +4 -0
  2. metadata +4 -3
@@ -0,0 +1,4 @@
1
+ $:.unshift File.join(File.dirname(__FILE__), "..", "lib")
2
+ require 'test/unit'
3
+ require 'test/tc_high_api'
4
+ require 'test/tc_robustness'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: abundance
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Louis-Philippe Perron
@@ -29,6 +29,7 @@ files:
29
29
  - lib/toolshed.rb
30
30
  - test/tc_high_api.rb
31
31
  - test/tc_robustness.rb
32
+ - test/ts_abundance.rb
32
33
  has_rdoc: true
33
34
  homepage: http://abundance.rubyforge.org/
34
35
  post_install_message:
@@ -55,5 +56,5 @@ rubygems_version: 1.2.0
55
56
  signing_key:
56
57
  specification_version: 2
57
58
  summary: Ruby Parallel Processing, Concurent Native Threads
58
- test_files: []
59
-
59
+ test_files:
60
+ - test/ts_abundance.rb