process_pool 0.1.1 → 0.1.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.
data/Rakefile CHANGED
@@ -7,6 +7,7 @@ begin
7
7
  gemspec.homepage = "http://github.com/psyho/process_pool"
8
8
  gemspec.authors = ["Adam Pohorecki"]
9
9
  gemspec.add_dependency 'json'
10
+ gemspec.executables = []
10
11
  end
11
12
  rescue LoadError
12
13
  puts "Jeweler not available. Install it with: gem install jeweler"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/process_pool.gemspec CHANGED
@@ -5,13 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{process_pool}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Adam Pohorecki"]
12
- s.date = %q{2010-01-18}
12
+ s.date = %q{2010-01-20}
13
13
  s.email = %q{adam@pohorecki.pl}
14
- s.executables = ["edit_json.rb", "rake", "prettify_json.rb", "convert_to_should_syntax"]
15
14
  s.extra_rdoc_files = [
16
15
  "LICENSE",
17
16
  "README"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: process_pool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Pohorecki
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-18 00:00:00 +01:00
12
+ date: 2010-01-20 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -24,11 +24,8 @@ dependencies:
24
24
  version:
25
25
  description:
26
26
  email: adam@pohorecki.pl
27
- executables:
28
- - edit_json.rb
29
- - rake
30
- - prettify_json.rb
31
- - convert_to_should_syntax
27
+ executables: []
28
+
32
29
  extensions: []
33
30
 
34
31
  extra_rdoc_files:
@@ -1,3 +0,0 @@
1
- #!/usr/bin/ruby1.8
2
- require File.join(File.dirname(__FILE__), "../vendor/gems/environment")
3
- load File.join(File.dirname(__FILE__), "../vendor/gems/gems/shoulda-2.10.3/bin/convert_to_should_syntax")
data/bin/edit_json.rb DELETED
@@ -1,3 +0,0 @@
1
- #!/usr/bin/ruby1.8
2
- require File.join(File.dirname(__FILE__), "../vendor/gems/environment")
3
- load File.join(File.dirname(__FILE__), "../vendor/gems/gems/json-1.2.0/bin/edit_json.rb")
data/bin/prettify_json.rb DELETED
@@ -1,3 +0,0 @@
1
- #!/usr/bin/ruby1.8
2
- require File.join(File.dirname(__FILE__), "../vendor/gems/environment")
3
- load File.join(File.dirname(__FILE__), "../vendor/gems/gems/json-1.2.0/bin/prettify_json.rb")
data/bin/rake DELETED
@@ -1,3 +0,0 @@
1
- #!/usr/bin/ruby1.8
2
- require File.join(File.dirname(__FILE__), "../vendor/gems/environment")
3
- load File.join(File.dirname(__FILE__), "../vendor/gems/gems/rake-0.8.7/bin/rake")