Sha256: ce809b5990aa1d544eefdb94527e40cc8ef1d3ea3fe181abd54a368ad369f983

Contents?: true

Size: 422 Bytes

Versions: 17

Compression:

Stored size: 422 Bytes

Contents

module Awestruct
  module Test
    module Extensions
      class TestBeforeExtension
        def before_extensions site
        end
      end

      class TestAfterExtension
        def execute site
        end
      end

      class TestAfterGenerationExtension
        def execute site
        end
      end

      class LinkTransformer
        def transform site, page, content
        end
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
awestruct-0.6.7 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.6.6 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.6.5 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.6.4 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.6.3 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.6.2 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.6.1 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.6.0 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.6.0.RC1 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.6.0.alpha4 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.6.0.alpha3 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.6.0.alpha1 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.5.7 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.5.7.RC2 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.5.7.RC1 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.5.6 spec/support/test-data/pipeline/_ext/extensions.rb
awestruct-0.5.6.beta9 spec/support/test-data/pipeline/_ext/extensions.rb