parallel 0.5.16 → 0.5.17

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- parallel (0.5.16)
4
+ parallel (0.5.17)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -68,7 +68,7 @@ module Parallel
68
68
  (hwprefs_available? ? `hwprefs thread_count` : `sysctl -n hw.ncpu`).to_i
69
69
  when /linux/
70
70
  `grep -c processor /proc/cpuinfo`.to_i
71
- when /freebsd/
71
+ when /(open|free)bsd/
72
72
  `sysctl -n hw.ncpu`.to_i
73
73
  when /mswin|mingw/
74
74
  require 'win32ole'
@@ -1,3 +1,3 @@
1
1
  module Parallel
2
- VERSION = Version = '0.5.16'
2
+ VERSION = Version = '0.5.17'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parallel
3
3
  version: !ruby/object:Gem::Version
4
- hash: 43
4
+ hash: 41
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 16
10
- version: 0.5.16
9
+ - 17
10
+ version: 0.5.17
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Grosser
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-03-06 00:00:00 Z
18
+ date: 2012-06-03 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description:
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  requirements: []
91
91
 
92
92
  rubyforge_project:
93
- rubygems_version: 1.8.15
93
+ rubygems_version: 1.8.24
94
94
  signing_key:
95
95
  specification_version: 3
96
96
  summary: Run any kind of code in parallel processes