mousetools 0.1.0 → 0.1.1

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 (2) hide show
  1. data/lib/mousetools.rb +0 -1
  2. metadata +19 -6
data/lib/mousetools.rb CHANGED
@@ -1,4 +1,3 @@
1
- require 'rubygems'
2
1
  require 'ffi'
3
2
 
4
3
  module Mouse
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Scott Larson
@@ -16,10 +16,23 @@ cert_chain: []
16
16
 
17
17
  date: 2012-04-16 00:00:00 -06:00
18
18
  default_executable:
19
- dependencies: []
20
-
21
- description: A gem that allows for basic mouse-manipulation functionality in OS X (including left/right click, dragging, key-click, etc.)
22
- email: scottl@mozy.com
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: ffi
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - "="
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 1
29
+ - 0
30
+ - 11
31
+ version: 1.0.11
32
+ type: :runtime
33
+ version_requirements: *id001
34
+ description: A gem that allows for basic mouse-manipulation functionality in Mac OS X (including left/right click, dragging, key-click, etc.) Should work with anything >= OS X 10.4
35
+ email: lottscarson@gmail.com
23
36
  executables: []
24
37
 
25
38
  extensions: []