Sha256: 6917b88c87b9851b35beb9d7046c2b137d6d1a016b96956dd1fc5d2defeeffa1
Contents?: true
Size: 625 Bytes
Versions: 1
Compression:
Stored size: 625 Bytes
Contents
source "http://rubygems.org" gem "i18n" gem "sinatra", :require=>false gem "active_support" gem "thor", :require=>false 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 'packr' # gem 'uglifier' # gem 'yui-compressor' # gem 'jsmin' # gem 'stitch-rb' # gem 'sprockets' # For markdown support, a couple of options: # gem "redcarpet" # gem "kramdown", :git => "git://github.com/darthapo/kramdown.git" # 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/blank/Gemfile |