rufirmata 0.0.6 → 0.0.7

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.
data/lib/rufirmata/pin.rb CHANGED
@@ -96,7 +96,7 @@ module Rufirmata
96
96
  raise "#{to_s} cannot be used through Firmata" if mode == Rufirmata::UNAVAILABLE
97
97
  raise "#{to_s} is set up as an INPUT and therefore cannot be written to" if mode == Rufirmata::INPUT
98
98
  if (new_value != value)
99
- @value = new_value
99
+ self.value = new_value
100
100
  if mode == Rufirmata::OUTPUT
101
101
  port ? port.write() :
102
102
  board.write_command(Rufirmata::DIGITAL_MESSAGE, pin_number, value)
@@ -1,3 +1,3 @@
1
1
  module Rufirmata
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rufirmata
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nathan Stults
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-01 00:00:00 -08:00
18
+ date: 2010-12-06 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency