wiimagickcam 0.1.1 → 0.1.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 (2) hide show
  1. data/lib/wiimagickcam.rb +1 -0
  2. metadata +1 -1
data/lib/wiimagickcam.rb CHANGED
@@ -20,6 +20,7 @@ class WiiMagickCam
20
20
  swm.led = 12
21
21
 
22
22
  filename = raw_filename % i.to_s
23
+ puts 'saving ' + filename
23
24
  mcam.snapshot(filename)
24
25
  i += 1
25
26
  swm.led = 1
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: wiimagickcam
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Robertson