Sha256: a0e2ad919d08f49c5efd9b6cb48b023968c9a428372c840f5ddfb73c0eef324a

Contents?: true

Size: 391 Bytes

Versions: 4

Compression:

Stored size: 391 Bytes

Contents

require_relative 'tasks/install_asset_manifests'

module Alchemy
  module Upgrader::ThreePointFour
    private

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

    def alchemy_3_4_todos
      todo "Nothing todo for Alchemy 3.4 |o/", 'Alchemy v3.4 changes'
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alchemy_cms-3.4.2 lib/alchemy/upgrader/three_point_four.rb
alchemy_cms-3.4.1 lib/alchemy/upgrader/three_point_four.rb
alchemy_cms-3.4.0 lib/alchemy/upgrader/three_point_four.rb
alchemy_cms-3.4.0.rc1 lib/alchemy/upgrader/three_point_four.rb