process_pool 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -0
- data/VERSION +1 -1
- data/process_pool.gemspec +2 -3
- metadata +4 -7
- data/bin/convert_to_should_syntax +0 -3
- data/bin/edit_json.rb +0 -3
- data/bin/prettify_json.rb +0 -3
- data/bin/rake +0 -3
data/Rakefile
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.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.
|
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-
|
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.
|
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-
|
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
|
-
|
29
|
-
- rake
|
30
|
-
- prettify_json.rb
|
31
|
-
- convert_to_should_syntax
|
27
|
+
executables: []
|
28
|
+
|
32
29
|
extensions: []
|
33
30
|
|
34
31
|
extra_rdoc_files:
|
data/bin/edit_json.rb
DELETED
data/bin/prettify_json.rb
DELETED
data/bin/rake
DELETED