Sha256: 7666a6a1656487354e5fd42aeacbef2c9e05ffed9cd00725cfb29fcfdaab3162

Contents?: true

Size: 847 Bytes

Versions: 5

Compression:

Stored size: 847 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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sproutcore-1.4.4-java Rakefile
sproutcore-1.4.4 Rakefile
sproutcore-1.4.3.1 Rakefile
sproutcore-1.4.3-java Rakefile
sproutcore-1.4.3 Rakefile