Sha256: 131c25e4e2f457ced301fbc793001b211a65c6a81c1cb940b260b9474194e87a
Contents?: true
Size: 463 Bytes
Versions: 1
Compression:
Stored size: 463 Bytes
Contents
source 'https://rubygems.org' gem 'volt', '<%= config[:version] %>' # The following gem's are optional for themeing # Twitter bootstrap gem 'volt-bootstrap', '~> 0.0.10' # Simple theme for bootstrap, remove to theme yourself. gem 'volt-bootstrap-jumbotron-theme', '~> 0.0.5' # User templates for login, signup, and logout menu. gem 'volt-user-templates', '~> 0.1.0' # Server for MRI platform :mri do gem 'thin', '~> 1.6.0' gem 'bson_ext', '~> 1.9.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
volt-0.8.27.beta7 | templates/project/Gemfile.tt |