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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35139984cdd09f3f3f8bf67990f7e58347867731
4
- data.tar.gz: 2841285ba6400c24b521a07c03988c7b01a6e8f4
3
+ metadata.gz: 79e51d859e2f82cf7444cbcfbf66f038a74a78b7
4
+ data.tar.gz: 63dac725779db7eaffc962c52e281118fc8c6c0c
5
5
  SHA512:
6
- metadata.gz: 61486825ef5c23d471328e31b33d814b43cc4717c59566eca7f84ea30800fb2ab90d0abe609a0345991ddaf6fa2a8ee393168963c1c8b3e327127fa0f9a25fd9
7
- data.tar.gz: a0dc82c0ca83c23d35d917ff4596e174e1298fe067f35e7b2ce91e097f7874bd51fcd922d566c504f999124a7ed687613027e9550c36ca1fcb9d9cb1000d49be
6
+ metadata.gz: 34ddaca73386d47b6948830c35a252bdbc93407aa8016914f30e7806a3002411e805cbe91ba45a4d3b7704bd7325f48f460871cb15dd4138f409d74bbf7d093e
7
+ data.tar.gz: 7e6524d24311386bf804b16deb50ea504b595883d79dbb834fee304b6efb8410a921e7c1a71574500f257ff1f6cef2d7543b3d48bdeb8d65ad41fcea997972a8
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- leapmotion (0.0.2)
4
+ leapmotion (0.0.3)
5
5
  event_emitter
6
6
  hashie
7
7
  json
@@ -1,3 +1,7 @@
1
+ === 0.0.3 2013-08-03
2
+
3
+ * change github URL
4
+
1
5
  === 0.0.2 2013-08-01
2
6
 
3
7
  * LeapMotion.connect :gestures => true
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-leapmotion/tree/master/samples
23
+ - https://github.com/shokai/leapmotion-ruby/tree/master/samples
21
24
 
22
25
 
23
26
  Usage
@@ -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-leapmotion"
13
+ spec.homepage = "https://github.com/shokai/leapmotion-ruby"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module LeapMotion
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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-07-31 00:00:00.000000000 Z
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-leapmotion
118
+ homepage: https://github.com/shokai/leapmotion-ruby
119
119
  licenses:
120
120
  - MIT
121
121
  metadata: {}