uvrb 0.1.2 → 0.1.3

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/lib/uv/version.rb +1 -1
  2. data/uvrb.gemspec +0 -1
  3. metadata +3 -5
data/lib/uv/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module UV
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
data/uvrb.gemspec CHANGED
@@ -11,7 +11,6 @@ Gem::Specification.new do |gem|
11
11
  gem.description = "UV is Ruby OOP bindings for libuv"
12
12
 
13
13
  gem.requirements << 'libuv'
14
- gem.extensions << "ext/Rakefile"
15
14
 
16
15
  gem.required_ruby_version = '>= 1.9.2'
17
16
  gem.require_paths = ["lib"]
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.2
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: -2180406083205150431
218
+ hash: -3018157184471438208
221
219
  requirements:
222
220
  - libuv
223
221
  rubyforge_project: