nio4r 1.2.1 → 2.0.0.pre

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nio4r
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 2.0.0.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Arcieri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-31 00:00:00.000000000 Z
11
+ date: 2016-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -72,20 +72,24 @@ files:
72
72
  - ext/libev/ev_win32.c
73
73
  - ext/libev/ev_wrap.h
74
74
  - ext/libev/test_libev_win32.c
75
+ - ext/nio4r/bytebuffer.c
75
76
  - ext/nio4r/extconf.rb
76
77
  - ext/nio4r/libev.h
77
78
  - ext/nio4r/monitor.c
78
79
  - ext/nio4r/nio4r.h
79
80
  - ext/nio4r/nio4r_ext.c
81
+ - ext/nio4r/org/nio4r/ByteBuffer.java
80
82
  - ext/nio4r/org/nio4r/Nio4r.java
81
83
  - ext/nio4r/selector.c
82
84
  - lib/nio.rb
85
+ - lib/nio/bytebuffer.rb
83
86
  - lib/nio/monitor.rb
84
87
  - lib/nio/selector.rb
85
88
  - lib/nio/version.rb
86
89
  - logo.png
87
90
  - nio4r.gemspec
88
91
  - spec/nio/acceptables_spec.rb
92
+ - spec/nio/bytebuffer_spec.rb
89
93
  - spec/nio/monitor_spec.rb
90
94
  - spec/nio/selectables/pipe_spec.rb
91
95
  - spec/nio/selectables/ssl_socket_spec.rb
@@ -112,9 +116,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
116
  version: '0'
113
117
  required_rubygems_version: !ruby/object:Gem::Requirement
114
118
  requirements:
115
- - - ">="
119
+ - - ">"
116
120
  - !ruby/object:Gem::Version
117
- version: '0'
121
+ version: 1.3.1
118
122
  requirements: []
119
123
  rubyforge_project:
120
124
  rubygems_version: 2.5.1
@@ -123,6 +127,7 @@ specification_version: 4
123
127
  summary: NIO provides a high performance selector API for monitoring IO objects
124
128
  test_files:
125
129
  - spec/nio/acceptables_spec.rb
130
+ - spec/nio/bytebuffer_spec.rb
126
131
  - spec/nio/monitor_spec.rb
127
132
  - spec/nio/selectables/pipe_spec.rb
128
133
  - spec/nio/selectables/ssl_socket_spec.rb