concur 1.0.0 → 1.0.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.
Files changed (3) hide show
  1. data/README.md +1 -1
  2. data/lib/concur.rb +1 -0
  3. metadata +8 -39
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Concur - A concurrency library for Ruby inspired by java.util.concurrency
1
+ # Concur - A concurrency library for Ruby inspired by java.util.concurrency and Go (golang).
2
2
 
3
3
  ## NEW Go Style Usage
4
4
 
data/lib/concur.rb CHANGED
@@ -6,6 +6,7 @@ require_relative 'thread_pool'
6
6
 
7
7
  module Concur
8
8
  @@logger = Logger.new(STDOUT)
9
+ @@logger.level = Logger::INFO
9
10
  @@config = Config.new
10
11
 
11
12
  def self.logger
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.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-07-26 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: faraday
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/appoxy/concur/
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. By http://www.appoxy.com
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: []