pwrake 0.9.9 → 0.9.9.2

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,3 +1,3 @@
1
1
  module Pwrake
2
- VERSION = "0.9.9"
2
+ VERSION = "0.9.9.2"
3
3
  end
metadata CHANGED
@@ -1,19 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwrake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.9
4
+ version: 0.9.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masahiro TANAKA
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-12 00:00:00.000000000 Z
11
+ date: 2014-10-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Parallel workflow extension for Rake
14
14
  email:
15
15
  - masa16.tanaka@gmail.com
16
16
  executables:
17
+ - gfwhere-pipe
17
18
  - pwrake
18
19
  extensions: []
19
20
  extra_rdoc_files: []
@@ -23,6 +24,7 @@ files:
23
24
  - LICENSE.txt
24
25
  - README.md
25
26
  - Rakefile
27
+ - bin/gfwhere-pipe
26
28
  - bin/pwrake
27
29
  - lib/pwrake.rb
28
30
  - lib/pwrake/application.rb
@@ -31,9 +33,11 @@ files:
31
33
  - lib/pwrake/gfarm_feature.rb
32
34
  - lib/pwrake/gfwhere_pool.rb
33
35
  - lib/pwrake/graphviz.rb
36
+ - lib/pwrake/host_list.rb
34
37
  - lib/pwrake/locality_aware_queue.rb
35
38
  - lib/pwrake/logger.rb
36
39
  - lib/pwrake/master.rb
40
+ - lib/pwrake/mcgp.rb
37
41
  - lib/pwrake/option.rb
38
42
  - lib/pwrake/profiler.rb
39
43
  - lib/pwrake/rake_modify.rb
@@ -86,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
90
  version: '0'
87
91
  requirements: []
88
92
  rubyforge_project:
89
- rubygems_version: 2.2.0
93
+ rubygems_version: 2.2.2
90
94
  signing_key:
91
95
  specification_version: 4
92
96
  summary: Adding Parallel and Distributed feature to Rake
@@ -108,3 +112,4 @@ test_files:
108
112
  - spec/helper.rb
109
113
  - spec/hosts
110
114
  - spec/pwrake_spec.rb
115
+ has_rdoc: