madrona-rad 0.3.8 → 0.3.9
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/bin/rad +8 -0
- metadata +3 -3
data/bin/rad
CHANGED
@@ -322,6 +322,14 @@ else
|
|
322
322
|
puts "*** using usb? ***"
|
323
323
|
puts "*** don't forget to install the drivers ***"
|
324
324
|
puts "*** ***"
|
325
|
+
puts "*** for OS X users: ***"
|
326
|
+
puts "*** upgraded to Snow Leopard? ***"
|
327
|
+
puts "*** don't forget to install the new drivers: ***"
|
328
|
+
puts ""
|
329
|
+
puts "http://www.ftdichip.com/Drivers/VCP/MacOSX/UniBin/FTDIUSBSerialDriver_v2_2_14.dmg"
|
330
|
+
puts ""
|
331
|
+
puts "*** and install the new xcode ***"
|
332
|
+
puts "*** ***"
|
325
333
|
puts "*** run rad install arduino to upgrade ***"
|
326
334
|
puts "***************************************************"
|
327
335
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: madrona-rad
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Greg Borenstein
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2008-
|
13
|
+
date: 2008-09-02 00:00:00 -07:00
|
14
14
|
default_executable: rad
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -228,6 +228,6 @@ rubyforge_project: rad
|
|
228
228
|
rubygems_version: 1.2.0
|
229
229
|
signing_key:
|
230
230
|
specification_version: 2
|
231
|
-
summary: "RAD: Ruby Arduino Development - 0.3.
|
231
|
+
summary: "RAD: Ruby Arduino Development - 0.3.9 -- 1.9 Ready"
|
232
232
|
test_files: []
|
233
233
|
|