Sha256: d76893158fff7e8dde3cccb5d201934da053ed7576022a6310eb3629cc03c9b9

Contents?: true

Size: 425 Bytes

Versions: 20

Compression:

Stored size: 425 Bytes

Contents

require 'alchemy/version'
# This rails template installs Alchemy and all depending gems.

# Installing Alchemy Gem

gem 'alchemy_cms', "~> #{Alchemy::VERSION}"
gem 'ruby-debug', :group => :development, :platform => :ruby_18
gem 'ruby-debug19', :group => :development, :platform => :ruby_19

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

run 'bundle install'

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
alchemy_cms-2.3.2 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.4 lib/rails/templates/alchemy.rb
alchemy_cms-2.3.1 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.3.2 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.3.1 lib/rails/templates/alchemy.rb
alchemy_cms-2.3.0 lib/rails/templates/alchemy.rb
alchemy_cms-2.3.rc5 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.2 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.1 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.0 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.rc15 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.rc14 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.rc13 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.rc11 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.rc8 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.rc7 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.rc6 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.rc3 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.rc2 lib/rails/templates/alchemy.rb
alchemy_cms-2.2.rc1 lib/rails/templates/alchemy.rb