raspi_lcd 0.81 → 0.82

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/ext/raspi_lcd/raspi_lcd.c +1 -1
  2. metadata +2 -3
@@ -99,7 +99,7 @@ static VALUE r_LCD_DrawBitmap(VALUE self, VALUE x0,VALUE y0,VALUE bmp)
99
99
 
100
100
  static VALUE r_LCD_Init(VALUE self)
101
101
  {
102
- LCD_Init;
102
+ LCD_Init();
103
103
  return Qnil;
104
104
  }
105
105
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raspi_lcd
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.81'
4
+ version: '0.82'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-13 00:00:00.000000000 Z
12
+ date: 2013-05-30 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Ruby bindings for the Raspberry Pi LCD interface
15
15
  email: till@communtu.org
@@ -63,4 +63,3 @@ signing_key:
63
63
  specification_version: 3
64
64
  summary: Ruby bindings for the Raspberry Pi LCD interface
65
65
  test_files: []
66
- has_rdoc: