Sha256: a169dca6c4ce47dbd14e56c0c60482694b57fd942229e3a111e0f335347d3aff

Contents?: true

Size: 288 Bytes

Versions: 6

Compression:

Stored size: 288 Bytes

Contents

require_relative 'tasks/install_asset_manifests'

module Alchemy
  class Upgrader::ThreePointFour < Upgrader
    def self.install_asset_manifests
      desc 'Install asset manifests into `vendor/assets`'
      Alchemy::Upgrader::Tasks::InstallAssetManifests.new.install
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alchemy_cms-3.6.1 lib/alchemy/upgrader/three_point_four.rb
alchemy_cms-4.0.0.beta lib/alchemy/upgrader/three_point_four.rb
alchemy_cms-3.6.0 lib/alchemy/upgrader/three_point_four.rb
alchemy_cms-3.5.0 lib/alchemy/upgrader/three_point_four.rb
alchemy_cms-3.5.0.rc2 lib/alchemy/upgrader/three_point_four.rb
alchemy_cms-3.5.0.rc1 lib/alchemy/upgrader/three_point_four.rb