Sha256: f29fdab1c54bf19abdf2d94bd2daa72efefdc896af6a2b62a1d4acc50081264d

Contents?: true

Size: 282 Bytes

Versions: 9

Compression:

Stored size: 282 Bytes

Contents

# This rails template installs Alchemy and all depending gems.
require File.expand_path('../../../alchemy/version', __FILE__)

gem 'alchemy_cms', "~> #{Alchemy::VERSION}"

if yes?("\nDo you want to use Capistrano for deployment? (y/N)")
  gem 'capistrano', group: 'development'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
alchemy_cms-2.8.3 lib/rails/templates/alchemy.rb
alchemy_cms-2.7.5 lib/rails/templates/alchemy.rb
alchemy_cms-2.7.4 lib/rails/templates/alchemy.rb
alchemy_cms-2.8.2 lib/rails/templates/alchemy.rb
alchemy_cms-2.8.1 lib/rails/templates/alchemy.rb
alchemy_cms-2.7.3 lib/rails/templates/alchemy.rb
alchemy_cms-2.7.2 lib/rails/templates/alchemy.rb
alchemy_cms-2.7.1 lib/rails/templates/alchemy.rb
alchemy_cms-2.7.0 lib/rails/templates/alchemy.rb