leapmotion 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/History.txt +4 -0
- data/README.md +4 -1
- data/leapmotion.gemspec +1 -1
- data/lib/leapmotion/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79e51d859e2f82cf7444cbcfbf66f038a74a78b7
|
4
|
+
data.tar.gz: 63dac725779db7eaffc962c52e281118fc8c6c0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34ddaca73386d47b6948830c35a252bdbc93407aa8016914f30e7806a3002411e805cbe91ba45a4d3b7704bd7325f48f460871cb15dd4138f409d74bbf7d093e
|
7
|
+
data.tar.gz: 7e6524d24311386bf804b16deb50ea504b595883d79dbb834fee304b6efb8410a921e7c1a71574500f257ff1f6cef2d7543b3d48bdeb8d65ad41fcea997972a8
|
data/Gemfile.lock
CHANGED
data/History.txt
CHANGED
data/README.md
CHANGED
@@ -2,6 +2,9 @@ LeapMotion
|
|
2
2
|
==========
|
3
3
|
LeapMotion WebSocket wrapper for Ruby
|
4
4
|
|
5
|
+
- https://github.com/shokai/leapmotion-ruby
|
6
|
+
- http://rubygems.org/gems/leapmotion
|
7
|
+
|
5
8
|
Install
|
6
9
|
-------
|
7
10
|
|
@@ -17,7 +20,7 @@ Requirements
|
|
17
20
|
|
18
21
|
Samples
|
19
22
|
-------
|
20
|
-
- https://github.com/shokai/ruby
|
23
|
+
- https://github.com/shokai/leapmotion-ruby/tree/master/samples
|
21
24
|
|
22
25
|
|
23
26
|
Usage
|
data/leapmotion.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["hashimoto@shokai.org"]
|
11
11
|
spec.description = %q{LeapMotion WebSocket wrapper for Ruby}
|
12
12
|
spec.summary = spec.description
|
13
|
-
spec.homepage = "https://github.com/shokai/ruby
|
13
|
+
spec.homepage = "https://github.com/shokai/leapmotion-ruby"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
data/lib/leapmotion/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: leapmotion
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sho Hashimoto
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: websocket-client-simple
|
@@ -115,7 +115,7 @@ files:
|
|
115
115
|
- lib/leapmotion/version.rb
|
116
116
|
- samples/dump.rb
|
117
117
|
- samples/gesture.rb
|
118
|
-
homepage: https://github.com/shokai/ruby
|
118
|
+
homepage: https://github.com/shokai/leapmotion-ruby
|
119
119
|
licenses:
|
120
120
|
- MIT
|
121
121
|
metadata: {}
|