Sha256: dca211c245ca710836f1fea34f88923acbfa101435b08f1e7143c740578548e9

Contents?: true

Size: 223 Bytes

Versions: 4

Compression:

Stored size: 223 Bytes

Contents

require_relative '../appy-app'

module AppyApp

    class Extension < Lanes::Extensions::Definition

        identifier "appy-app"

        root_path Pathname.new(__FILE__).dirname.join("..","..").expand_path

    end

end

Version data entries

4 entries across 3 versions & 1 rubygems

Version Path
lanes-0.1.8 spec/command-reference-files/initial/lib/appy-app/extension.rb
lanes-0.1.7 spec/command-reference-files/initial/lib/appy-app/extension.rb
lanes-0.1.6 appy-app/lib/appy-app/extension.rb
lanes-0.1.6 spec/server/command-reference-files/initial/lib/appy-app/extension.rb