Sha256: 0c9cd1f90e36efe4fb24220a01a05e6493f31ae907157af90816812e800652ae
Contents?: true
Size: 513 Bytes
Versions: 12
Compression:
Stored size: 513 Bytes
Contents
suite_condition("Capistrano 3 not supported in 1.8.7 and flaky on JRuby") do RUBY_VERSION != '1.8.7' && RUBY_PLATFORM != 'java' end boilerplate = <<-BOILERPLATE gem 'sshkit', '~> 1.8.1' gem 'rack' gem 'net-ssh', '2.9.2' if RUBY_VERSION <= '1.9.3' gem 'i18n', '< 0.7.0' if RUBY_VERSION < '1.9.3' BOILERPLATE gemfile <<-RB gem 'capistrano', '~>3.2.1' #{boilerplate} RB gemfile <<-RB gem 'capistrano', '~>3.1.0' #{boilerplate} RB gemfile <<-RB gem 'capistrano', '~>3.0.1' #{boilerplate} RB
Version data entries
12 entries across 12 versions & 2 rubygems