Sha256: 960ed7eda7f0cca73b2d356fde54a47a7a4666811aadc78004513c939736cdb8
Contents?: true
Size: 1010 Bytes
Versions: 10
Compression:
Stored size: 1010 Bytes
Contents
desc "Information for setup" task :default do puts <<END =================================================== **********************WARNING********************** =================================================== It is not recommended that you install Abbot directly from git. Unless you are hacking on Abbot you should use the gem: gem install sproutcore =================================================== To get the SproutCore framework, run git submodule init git submodule update To update the gem: - Update VERSION.yml - Update CHANGELOG - Make sure the framework is up to date - Add a new tag - Build and push the gem: gem build sproutcore.gemspec gem push sproutcore-VERSION.gem - Switch to JRuby and repeat: gem build sproutcore.gemspec gem push sproutcore-VERSION-java.gem END end begin require 'rspec/core/rake_task' RSpec::Core::RakeTask.new rescue LoadError puts "RSpec is not installed. Please install if you want to run tests." end
Version data entries
10 entries across 10 versions & 1 rubygems