uvrb 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/uv/version.rb +1 -1
- data/uvrb.gemspec +0 -1
- metadata +3 -5
data/lib/uv/version.rb
CHANGED
data/uvrb.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: uvrb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -111,8 +111,7 @@ description: UV is Ruby OOP bindings for libuv
|
|
111
111
|
email:
|
112
112
|
- mallluhuct@gmail.com
|
113
113
|
executables: []
|
114
|
-
extensions:
|
115
|
-
- ext/Rakefile
|
114
|
+
extensions: []
|
116
115
|
extra_rdoc_files: []
|
117
116
|
files:
|
118
117
|
- .gitignore
|
@@ -138,7 +137,6 @@ files:
|
|
138
137
|
- examples/tcp_example_plain.rb
|
139
138
|
- examples/tty_example.rb
|
140
139
|
- ext/README.md
|
141
|
-
- ext/Rakefile
|
142
140
|
- features/async.feature
|
143
141
|
- features/idle.feature
|
144
142
|
- features/pipe.feature
|
@@ -217,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
217
215
|
version: '0'
|
218
216
|
segments:
|
219
217
|
- 0
|
220
|
-
hash: -
|
218
|
+
hash: -3018157184471438208
|
221
219
|
requirements:
|
222
220
|
- libuv
|
223
221
|
rubyforge_project:
|