Sha256: 0a45bea523b6f6b0df0dc68e087d272c2865ad745643c0380e212953ab73eb38

Contents?: true

Size: 424 Bytes

Versions: 17

Compression:

Stored size: 424 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

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-2.1.12 lib/rails/templates/alchemy.rb
alchemy_cms-2.1.11 lib/rails/templates/alchemy.rb
alchemy_cms-2.1.9.1 lib/rails/templates/alchemy.rb
alchemy_cms-2.1.9 lib/rails/templates/alchemy.rb
alchemy_cms-2.1.8.1 lib/rails/templates/alchemy.rb
alchemy_cms-2.1.8 lib/rails/templates/alchemy.rb
alchemy_cms-2.1.7 lib/rails/templates/alchemy.rb
alchemy_cms-2.1.6 lib/rails/templates/alchemy.rb
alchemy_cms-2.1.5 lib/rails/templates/alchemy.rb
alchemy_cms-2.1.4 lib/rails/templates/alchemy.rb
alchemy_cms-2.1.3 lib/rails/templates/alchemy.rb
alchemy_cms-2.1.2 lib/rails/templates/alchemy.rb
alchemy_cms-2.1.1 lib/rails/templates/alchemy.rb
alchemy_cms-2.1 lib/rails/templates/alchemy.rb
alchemy_cms-2.1.rc6 lib/rails/templates/alchemy.rb
alchemy_cms-2.1.rc5 lib/rails/templates/alchemy.rb
alchemy_cms-2.1.rc4 lib/rails/templates/alchemy.rb