4-20ma / I2cDiscreteIoExpander

Arduino library for the Texas Instruments PCF8575C 16-bit I2C I/O expander
http://4-20ma.io/I2cDiscreteIoExpander/
Apache License 2.0
8 stars 4 forks source link

Fix release:default task #17

Closed 4-20ma closed 8 years ago

4-20ma commented 8 years ago
+++ b/Rakefile
@@ -173,7 +173,7 @@ desc 'Release source & documentation'
 task :release => 'release:default'

 namespace :release do
-  task :default => %(source documentation)
+  task :default => %w(source documentation)

   desc 'Commit documentation changes related to version bump'
   task :documentation do