arduino_firmata 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.0.3 2012-10-24
2
+
3
+ * get ArduinoFirmata::list on ubuntu
4
+
1
5
  === 0.0.2 2012-10-24
2
6
 
3
7
  * wait until arduino connect.
@@ -5,5 +5,5 @@ require 'arduino_firmata/const'
5
5
  require 'arduino_firmata/main'
6
6
 
7
7
  module ArduinoFirmata
8
- VERSION = '0.0.2'
8
+ VERSION = '0.0.3'
9
9
  end
@@ -1,7 +1,7 @@
1
1
  module ArduinoFirmata
2
2
 
3
3
  def self.list
4
- Dir.entries('/dev').grep(/tty\.usb/).map{|fname| "/dev/#{fname}"}
4
+ Dir.entries('/dev').grep(/tty\.?usb/i).map{|fname| "/dev/#{fname}"}
5
5
  end
6
6
 
7
7
  INPUT = 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arduino_firmata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -129,7 +129,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  segments:
131
131
  - 0
132
- hash: 2762217014466048773
132
+ hash: -3581276081025473849
133
133
  required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  none: false
135
135
  requirements: