Rakefile in ardtweeno-0.5.0 vs Rakefile in ardtweeno-0.6.0

- old
+ new

@@ -1,20 +1,37 @@ +=begin #################################################################################################### # @author David Kirwan https://github.com/davidkirwan/ardtweeno -# @description Ardtweeno Gem Rakefile +# @description Ardtweeno Gateway # -# @date 02-07-2013 +# @date 2014-08-12 #################################################################################################### +This file is part of Ardtweeno. + +Ardtweeno is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +any later version. + +Ardtweeno is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Foobar. If not, see <http://www.gnu.org/licenses/>. +=end + begin require 'bundler' Bundler::GemHelper.install_tasks rescue Exception => e raise 'bundler gem not found, please install bundler and try again.' end -task :default => 'menu' +task :default => 'test' task :menu do puts welcomeMsg = <<-MSG rake build # Build ardtweeno-x.x.x.gem into the pkg directory rake install # Build and install ardtweeno-x.x.x.gem into system gems