pmap 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/pmap/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pmap
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/pmap.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ['Bruce Adams']
10
10
  s.email = ['bruce.adams@acm.org']
11
- s.homepage = ''
11
+ s.homepage = 'https://github.com/bruceadams/pmap'
12
12
  s.summary = %q{Add parallel methods into Enumerable: pmap and peach}
13
13
  s.description = %q{Add parallel methods into Enumerable: pmap and peach}
14
14
 
data/test/pmap_test.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require 'test/unit'
4
+ require 'rubygems'
4
5
  require 'pmap'
5
6
 
6
7
  class Pmap_Test < Test::Unit::TestCase
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pmap
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Bruce Adams
@@ -34,7 +34,7 @@ files:
34
34
  - pmap.gemspec
35
35
  - test/pmap_test.rb
36
36
  has_rdoc: true
37
- homepage: ""
37
+ homepage: https://github.com/bruceadams/pmap
38
38
  licenses: []
39
39
 
40
40
  post_install_message: