pmap 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/pmap/version.rb +1 -1
- data/pmap.gemspec +1 -1
- data/test/pmap_test.rb +1 -0
- metadata +2 -2
data/lib/pmap/version.rb
CHANGED
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
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: pmap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
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:
|