Sha256: 1a7eb8ce352f1e4560ce0335410353f6b3035b24477484deeea76f0b466d6cd2

Contents?: true

Size: 424 Bytes

Versions: 15

Compression:

Stored size: 424 Bytes

Contents

require "pixelforce_recipes/version"
require "capistrano"

if defined?(Capistrano::VERSION)
  if Capistrano::VERSION.to_s.split('.').first.to_i >= 3
    Dir[File.expand_path("#{File.dirname(__FILE__)}/pixelforce_recipes/capistrano_3_recipes/*.rb")].each {|file| require file }    
  else
    Dir[File.expand_path("#{File.dirname(__FILE__)}/pixelforce_recipes/legacy_recipes/*.rb")].each {|file| require file }    
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
pixelforce_recipes-3.9.2 lib/pixelforce_recipes.rb
pixelforce_recipes-3.9.1 lib/pixelforce_recipes.rb
pixelforce_recipes-3.9 lib/pixelforce_recipes.rb
pixelforce_recipes-3.8 lib/pixelforce_recipes.rb
pixelforce_recipes-3.7 lib/pixelforce_recipes.rb
pixelforce_recipes-3.6 lib/pixelforce_recipes.rb
pixelforce_recipes-3.5 lib/pixelforce_recipes.rb
pixelforce_recipes-3.4 lib/pixelforce_recipes.rb
pixelforce_recipes-3.3 lib/pixelforce_recipes.rb
pixelforce_recipes-3.2 lib/pixelforce_recipes.rb
pixelforce_recipes-3.1 lib/pixelforce_recipes.rb
pixelforce_recipes-3.0 lib/pixelforce_recipes.rb
pixelforce_recipes-2.4 lib/pixelforce_recipes.rb
pixelforce_recipes-2.3 lib/pixelforce_recipes.rb
pixelforce_recipes-2.1 lib/pixelforce_recipes.rb