Sha256: 1817c9e8f9f349ddfafd29b792d54b2ad9655d83c55b5948ecd5245af8268adc

Contents?: true

Size: 217 Bytes

Versions: 10

Compression:

Stored size: 217 Bytes

Contents

if defined?(Capistrano::VERSION)
  if Gem::Version.new(Capistrano::VERSION).release >= Gem::Version.new('3.0.0')
    recipe_version = 3
  end
end

recipe_version ||= 2
require_relative "capistrano/v#{recipe_version}"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thinking-sphinx-3.4.2 lib/thinking_sphinx/capistrano.rb
thinking-sphinx-3.4.1 lib/thinking_sphinx/capistrano.rb
thinking-sphinx-3.4.0 lib/thinking_sphinx/capistrano.rb
thinking-sphinx-3.3.0 lib/thinking_sphinx/capistrano.rb
thinking-sphinx-3.2.0 lib/thinking_sphinx/capistrano.rb
thinking-sphinx-3.1.4 lib/thinking_sphinx/capistrano.rb
thinking-sphinx-3.1.3 lib/thinking_sphinx/capistrano.rb
thinking-sphinx-3.1.2 lib/thinking_sphinx/capistrano.rb
thinking-sphinx-3.1.1 lib/thinking_sphinx/capistrano.rb
thinking-sphinx-3.1.0 lib/thinking_sphinx/capistrano.rb