Sha256: 626a1a88cf69dc32938c89a800d256aea02b13ef2a76d923c009d6dcc27cea5a
Contents?: true
Size: 481 Bytes
Versions: 4
Compression:
Stored size: 481 Bytes
Contents
source "http://rubygems.org" gem "i18n" gem "sinatra" gem "active_support" 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 'jsmin' gem 'stitch-rb' #gem 'sprockets' # For markdown support, a couple of options: # gem "rdiscount" # gem 'maruku' # For xml generation support: # gem 'builder'
Version data entries
4 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gumdrop-0.7.1 | templates/backbone/Gemfile |
gumdrop-0.7.1 | templates/default/Gemfile |
gumdrop-0.7.0 | templates/backbone/Gemfile |
gumdrop-0.7.0 | templates/default/Gemfile |