lightio 0.2.2 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lightio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jiang Jinyang
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-23 00:00:00.000000000 Z
11
+ date: 2018-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nio4r
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '2.1'
19
+ version: '2.2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '2.1'
26
+ version: '2.2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -81,10 +81,13 @@ files:
81
81
  - CODE_OF_CONDUCT.md
82
82
  - Gemfile
83
83
  - Gemfile.lock
84
+ - Guardfile
84
85
  - LICENSE.txt
85
86
  - README.md
86
87
  - Rakefile
88
+ - bin/_guard-core
87
89
  - bin/console
90
+ - bin/guard
88
91
  - bin/setup
89
92
  - examples/beams.rb
90
93
  - examples/echo_server.rb
@@ -100,8 +103,12 @@ files:
100
103
  - lib/lightio/library.rb
101
104
  - lib/lightio/library/io.rb
102
105
  - lib/lightio/library/kernel_ext.rb
106
+ - lib/lightio/library/mutex.rb
103
107
  - lib/lightio/library/queue.rb
108
+ - lib/lightio/library/sized_queue.rb
104
109
  - lib/lightio/library/socket.rb
110
+ - lib/lightio/library/thread.rb
111
+ - lib/lightio/library/threads_wait.rb
105
112
  - lib/lightio/library/timeout.rb
106
113
  - lib/lightio/version.rb
107
114
  - lib/lightio/watchers.rb