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

Version Path
sproutcore-1.5.0-java Rakefile
sproutcore-1.5.0 Rakefile
sproutcore-1.5.0.rc.2 Rakefile
sproutcore-1.5.0.rc.1 Rakefile
sproutcore-1.5.0.pre.5 Rakefile
sproutcore-1.5.0.pre.4.1 Rakefile
sproutcore-1.5.0.pre.4 Rakefile
sproutcore-1.5.0.pre.3 Rakefile
sproutcore-1.4.5 Rakefile
sproutcore-1.4.5-java Rakefile