Sha256: 182a003d0f110267c1777246fad20310b8aa11742e20eabf3eac458435dbf512
Contents?: true
Size: 502 Bytes
Versions: 75
Compression:
Stored size: 502 Bytes
Contents
# Delete all unnecessary files remove_file "README" remove_file "public/index.html" remove_file "public/robots.txt" remove_file "public/images/rails.png" create_file 'README' create_file 'log/.gitkeep' create_file 'tmp/.gitkeep' gsub_file 'config/application.rb', 'require "rails/test_unit/railtie"', '# require "rails/test_unit/railtie"' get "http://html5shiv.googlecode.com/svn/trunk/html5.js", "public/javascripts/html5.js" git :init append_file '.gitignore', load_template('gitignore','git')
Version data entries
75 entries across 75 versions & 1 rubygems