ruinput 0.0.1 → 0.0.2

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/ruinput/version.rb +1 -1
  2. data/ruinput.gemspec +1 -0
  3. metadata +5 -5
@@ -1,3 +1,3 @@
1
1
  module Ruinput
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/ruinput.gemspec CHANGED
@@ -15,6 +15,7 @@ Gem::Specification.new do |gem|
15
15
  gem.name = "ruinput"
16
16
  gem.require_paths = ["lib"]
17
17
  gem.version = Ruinput::VERSION
18
+ gem.extensions = Dir.glob 'ext/**/extconf.rb'
18
19
 
19
20
  gem.add_dependency 'revdev', '>= 0.1.0'
20
21
  gem.add_development_dependency 'rake'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruinput
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Keiichiro Ui
@@ -66,8 +66,8 @@ email:
66
66
  - keiichiro.ui@gmail.com
67
67
  executables: []
68
68
 
69
- extensions: []
70
-
69
+ extensions:
70
+ - ext/ruinput/extconf.rb
71
71
  extra_rdoc_files: []
72
72
 
73
73
  files: