concur 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/concur.rb +1 -0
- metadata +8 -39
data/README.md
CHANGED
data/lib/concur.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: concur
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,42 +9,10 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
13
|
-
dependencies:
|
14
|
-
|
15
|
-
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
|
-
requirements:
|
19
|
-
- - ! '>='
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: '0'
|
22
|
-
type: :runtime
|
23
|
-
prerelease: false
|
24
|
-
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
|
-
requirements:
|
27
|
-
- - ! '>='
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: '0'
|
30
|
-
- !ruby/object:Gem::Dependency
|
31
|
-
name: faraday
|
32
|
-
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
|
-
requirements:
|
35
|
-
- - ! '>='
|
36
|
-
- !ruby/object:Gem::Version
|
37
|
-
version: '0'
|
38
|
-
type: :runtime
|
39
|
-
prerelease: false
|
40
|
-
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
|
-
requirements:
|
43
|
-
- - ! '>='
|
44
|
-
- !ruby/object:Gem::Version
|
45
|
-
version: '0'
|
46
|
-
description: A concurrency library for Ruby inspired by java.util.concurrency. By
|
47
|
-
http://www.appoxy.com
|
12
|
+
date: 2012-11-13 00:00:00.000000000 Z
|
13
|
+
dependencies: []
|
14
|
+
description: A concurrency library for Ruby inspired by java.util.concurrency and
|
15
|
+
Go (golang). By http://www.appoxy.com
|
48
16
|
email: travis@appoxy.com
|
49
17
|
executables: []
|
50
18
|
extensions: []
|
@@ -65,7 +33,7 @@ files:
|
|
65
33
|
- lib/thread_pool.rb
|
66
34
|
- LICENSE.markdown
|
67
35
|
- README.md
|
68
|
-
homepage: http://github.com/
|
36
|
+
homepage: http://github.com/treeder/concur/
|
69
37
|
licenses: []
|
70
38
|
post_install_message:
|
71
39
|
rdoc_options: []
|
@@ -88,5 +56,6 @@ rubyforge_project:
|
|
88
56
|
rubygems_version: 1.8.24
|
89
57
|
signing_key:
|
90
58
|
specification_version: 3
|
91
|
-
summary: A concurrency library for Ruby inspired by java.util.concurrency
|
59
|
+
summary: A concurrency library for Ruby inspired by java.util.concurrency and Go (golang).
|
60
|
+
By http://www.appoxy.com
|
92
61
|
test_files: []
|