Sha256: 7992a30612fae80e67e57913e5bc4b78d1cdba5dd5ce2daac59e568b330c22c3
Contents?: true
Size: 623 Bytes
Versions: 1
Compression:
Stored size: 623 Bytes
Contents
source "http://rubygems.org" gem "i18n" gem "sinatra", :require=>false gem "active_support" gem "thor", :require=>false gem "rake" gem "gumdrop" # Add your dependencies here: # For template support: # gem "less" # gem "haml" gem "slim" gem "sass" gem "coffee-script" # For JavaScript stitching and compressing: #gem 'uglifier' #gem 'yui-compressor' #gem 'packr' gem 'jsmin' gem 'stitch-rb' #gem 'sprockets' # For markdown support, a couple of options: # gem "kramdown", :git => "git://github.com/darthapo/kramdown.git" # gem 'redcarpet' # gem "rdiscount" # gem 'maruku' # For xml generation support: # gem 'builder'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gumdrop-0.8.0 | templates/default/Gemfile |