simple_wiimote 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/simple_wiimote.rb +0 -3
  2. metadata +1 -1
@@ -17,9 +17,6 @@ class SimpleWiimote
17
17
  puts 'Put Wiimote in discoverable mode now (press 1+2)...'
18
18
  @wiimote = WiiMote.new
19
19
  @wiimote.rpt_mode = WiiMote::RPT_BTN | WiiMote::RPT_ACC
20
- def @wiimote.active=(bool)
21
- @active = bool
22
- end
23
20
 
24
21
  @wiimote.active = false
25
22
  @events = {}
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: simple_wiimote
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Robertson