parallel 0.7.0 → 0.7.1

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.tar.gz.sig CHANGED
Binary file
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- parallel (0.7.0)
4
+ parallel (0.7.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/parallel.rb CHANGED
@@ -119,7 +119,7 @@ module Parallel
119
119
  (hwprefs_available? ? `hwprefs thread_count` : `sysctl -n hw.ncpu`).to_i
120
120
  when /linux|cygwin/
121
121
  `grep -c ^processor /proc/cpuinfo`.to_i
122
- when /(open|free)bsd/
122
+ when /(net|open|free)bsd/
123
123
  `sysctl -n hw.ncpu`.to_i
124
124
  when /mswin|mingw/
125
125
  require 'win32ole'
@@ -1,3 +1,3 @@
1
1
  module Parallel
2
- VERSION = Version = '0.7.0'
2
+ VERSION = Version = '0.7.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parallel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -36,7 +36,7 @@ cert_chain:
36
36
  VHNmKzZNYWVud0FNa0FnSGRzd0dzSnp0T25ObkJhM0YKeTBrQ1NXbUs2RCt4
37
37
  L1NiZlM2cjdLZTA3TVJxemlKZEI5R3VFMSswY0lSdUZoOEVRK0xONkhYQ0tN
38
38
  NXBvbi9HVQp5Y3dNWGZsMAotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
39
- date: 2013-06-14 00:00:00.000000000 Z
39
+ date: 2013-06-30 00:00:00.000000000 Z
40
40
  dependencies: []
41
41
  description:
42
42
  email: michael@grosser.it
@@ -101,7 +101,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
101
101
  version: '0'
102
102
  segments:
103
103
  - 0
104
- hash: 3171902731114170128
104
+ hash: -4028771924496693848
105
105
  required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  none: false
107
107
  requirements:
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  version: '0'
111
111
  segments:
112
112
  - 0
113
- hash: 3171902731114170128
113
+ hash: -4028771924496693848
114
114
  requirements: []
115
115
  rubyforge_project:
116
116
  rubygems_version: 1.8.25
metadata.gz.sig CHANGED
Binary file