Sha256: ecf2f04214924d3adab2d3c14cccd5c423850b79c37dffc5471cfbc39d27b215
Contents?: true
Size: 1020 Bytes
Versions: 1
Compression:
Stored size: 1020 Bytes
Contents
source "https://rubygems.org" # You can either fix the version of Spontaneous that this site uses gem 'spontaneous', '~> <%= Spontaneous::VERSION %>' # Or point it at a git repository to use the cutting edge or your custom version # gem 'spontaneous', :git => "https://github.com/SpontaneousCMS/spontaneous.git" gem '<%= @database[:gem].name %>', '<%= @database[:gem].requirement %>'<% if (requires = @database[:gem].autorequire) && (requires.length > 0) requires = requires.first if requires.length == 1 -%> , require: '<%= requires %>' <%- end -%> # Your favorite ExecJS compatible engine gem 'therubyracer', '~> 0.11.1' # Deploy with Capistrano gem 'capistrano', '~> 2.9' # If you want to enable the built in search functionality then you must un-comment # the xapian-ruby dependency below. It is not included by default # because the xapian library takes a very long time to build. #gem 'xapian-ruby', "~> 1.2.12" # group :production do # gem 'thin', '~> 1.3.1' # gem 'unicorn', '~> 4.2' # end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spontaneous-0.2.0.beta5 | lib/spontaneous/generators/site/Gemfile.tt |