Sha256: d72e4349db2c6e894279f6cd22ab7b7dfe2a977cc25fd68ed7ede71447fcbc87
Contents?: true
Size: 525 Bytes
Versions: 1
Compression:
Stored size: 525 Bytes
Contents
# Task for loading gems needed by this template. Bootstrap to get installed... namespace :template do desc 'Load missing gems to local gem repository' task :gems do puts 'Load missing gems to local gem repository' `(sudo appcfg.rb gem install jruby-openssl haml sinatra) 1>&2` puts 'Add patch for Haml 2.2.2 if needed' `(sudo patch --batch --silent .gems/gems/haml-2.2.2/lib/haml/util.rb < lib/tasks/haml-2_2_2-util.patch) 2> /dev/null 1>&2` end end # Add your own tasks... namespace :sinatra do end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ulbrich-jruby-enginize-0.7.0 | templates/sinatra/lib/tasks/sinatra.rake |